Re: [Nix-dev] AwesomeWM

2017-02-12 Thread Luke Clifton
On 13 February 2017 at 15:33, Jörg Thalheim wrote: > But I can also run awesome wm in xephir without problems. > Maybe you can take a look at the file `icon_theme.lua` at line 95 and see > what table entry is nil.|| > `lookup_category_icons` seems like there is a problem with finding some icons.

Re: [Nix-dev] AwesomeWM

2017-02-12 Thread Jörg Thalheim
On 2017-02-11 20:13, Nathan Owens wrote: > I have tried asking in IRC and on reddit.com/r/nixos > and nobody can tell me about this issue > > awesome says it is version 4.0 but it looks like 3.5.9 and acts like it, > meaning using copycat's rc.lua file used for vers

Re: [Nix-dev] AwesomeWM

2017-02-11 Thread Luke Clifton
Correction: sudo nixos-rebuild switch You can also do a sudo nixos-rebuild dry-build -v which will show you exactly which packages are being built. Search around in the output for awesome. On 12 February 2017 at 09:57, Luke Clifton wrote: > Can you be a little more precise? > > I do

Re: [Nix-dev] AwesomeWM

2017-02-11 Thread Luke Clifton
Can you be a little more precise? I don't use awesome myself, but you probably need to install it in configuration.nix via the `services.xserver.windowManager.awesome` set of options. You then need to sudo nixos-rebuild --switch This uses the nixpkgs version that the root user has configure

Re: [Nix-dev] AwesomeWM

2017-02-11 Thread Nathan Owens
I installed it through local clone of nixpkgs and also tried though nix-env and also through configuration.nix; All same results On Sat, Feb 11, 2017 at 7:10 PM, Luke Clifton wrote: > How are you installing it? > > On 12 Feb. 2017 3:13 am, "Nathan Owens" wrote: > >> I have tried asking in IRC

Re: [Nix-dev] AwesomeWM

2017-02-11 Thread Luke Clifton
How are you installing it? On 12 Feb. 2017 3:13 am, "Nathan Owens" wrote: > I have tried asking in IRC and on reddit.com/r/nixos and nobody can tell > me about this issue > > awesome says it is version 4.0 but it looks like 3.5.9 and acts like it, > meaning using copycat's rc.lua file used for

[Nix-dev] AwesomeWM

2017-02-11 Thread Nathan Owens
I have tried asking in IRC and on reddit.com/r/nixos and nobody can tell me about this issue awesome says it is version 4.0 but it looks like 3.5.9 and acts like it, meaning using copycat's rc.lua file used for version 4.0 gives errors. On my ArchLinux install the rc.lua file works fine and even