From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: [PATCH] gnu: Add inox. Date: Thu, 12 Jan 2017 19:21:50 +0100 Message-ID: References: <20170110120856.17190-1-david@craven.ch> <20170110190214.GA31184@jasmine> <87o9ze8pqz.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> <87y3yh7aj5.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> <87mvew6vmc.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRk0Y-0005xG-Sv for guix-devel@gnu.org; Thu, 12 Jan 2017 13:21:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cRk0V-0000xS-N7 for guix-devel@gnu.org; Thu, 12 Jan 2017 13:21:54 -0500 Received: from mail-qt0-x233.google.com ([2607:f8b0:400d:c0d::233]:34918) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cRk0V-0000xA-I6 for guix-devel@gnu.org; Thu, 12 Jan 2017 13:21:51 -0500 Received: by mail-qt0-x233.google.com with SMTP id x49so25875847qtc.2 for ; Thu, 12 Jan 2017 10:21:51 -0800 (PST) In-Reply-To: <87mvew6vmc.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Marius Bakke Cc: guix-devel >> * no hidpi scaling: didn't there use to be an enable_hdpi flag? >> Recompiling with enable_hdpi=true see if that works > Oops, let us know! I think that the flag was removed and is the default now. I expect that the problem is that some dependencies need to be added to the wrapper. I'm not using guixsd yet (can you believe? :). I updated chromium from nixos and then it works. When I uninstall chromium from my nix-env and run nix-collect-garbage I get the problems again. Interestingly guix environment --pure --ad-hoc chromium-browser doesn't do anything. I bet all the problems will likely resolve when I start using guixsd - hopefully soon :)