On 2017-02-11 20:13, Nathan Owens wrote:
> I have tried asking in IRC  and on reddit.com/r/nixos 
> <http://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 the inital(without 
> copycat's themes) look different than it did on 3.5.9
>
> I have tried installing awesome from local clone repo of nixpkgs and same 
> issue.
>
> Copying error from reddit post I made :
>
> |..8n5-awesome-4.0/share/awesome/lib/menubar/icon_theme.lua:95: table index 
> is nil error while running function! stack traceback: 
> ..8n5-awesome-4.0/share/awesome/lib/menubar/icon_theme.lua:95: table index is 
> nil ..h68n5-awesome-4.0/share/awesome/lib/menubar/menu_gen.lua:59: in 
> function ' lookup_category_icons' 
> ....h68n5-awesome-4.0/share/awesome/lib/menubar/menu_gen.lua:59: in function 
> ''generate' ../.config/awesome/freedesktop/menu.lua:59: in function 'build' 
> ../.config/awesome/rc.lua:170: in main chunk 
> error....8n5-awesome-4.0/share/awesome/lib/menubar/icon_theme.lua:95: table 
> index is nil|


This should does the trick on my machine:

  services.xserver.windowManager.awesome.enable = true

|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.
|
_______________________________________________
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to