Re: [e-users] Missing Application Icons

2020-06-12 Thread Carsten Haitzler
On Thu, 11 Jun 2020 16:32:50 + Matt Bagnara said: Well then. this is not an easy fix. basically a very very very quick rundown of the pipeline is something like this: Unlike gtk/gnome apps that require you insert some "update caches" on all package install/uninstalls, we do this at runtime.

Re: [e-users] Missing Application Icons

2020-06-11 Thread Matt Bagnara
Thank you for the diagnosis. I wouldn't have thought mtime would be a problem here but it is. Nix seems to be forcing a MTime of 0 indeed: nixos% stat /run/current-system/sw/share/icons/hicolor/32x32/apps/firefox.png File: /run/current-system/sw/share/icons/hicolor/32x32/apps/firefox.png -> /ni

Re: [e-users] Missing Application Icons

2020-06-09 Thread Carsten Haitzler
On Tue, 9 Jun 2020 22:22:07 + Matt Bagnara said: > On 09/06/2020, Carsten Haitzler wrote: > > On Tue, 9 Jun 2020 18:11:11 + Matt Bagnara > > said: > > > >> They are being set by the environment script > >> /nix/store*-set-environment. The strange thing is that the icons will > > > > bu

Re: [e-users] Missing Application Icons

2020-06-09 Thread Matt Bagnara
On 09/06/2020, Carsten Haitzler wrote: > On Tue, 9 Jun 2020 18:11:11 + Matt Bagnara > said: > >> They are being set by the environment script >> /nix/store*-set-environment. The strange thing is that the icons will > > but does this set the environment before e runs? Yes, I did some digging,

Re: [e-users] Missing Application Icons

2020-06-09 Thread The Rasterman
On Tue, 9 Jun 2020 01:16:19 + Matt Bagnara said: did you choose an icon theme? settings->look->application theme->icons ? how do you set XDG_DATA_DIRS? like in ~/.xinitrc or ~/.xsession before e runs? have you checked: strings /proc/`pidof enlightenment`/environ | grep XDG_DATA_DIRS ?

[e-users] Missing Application Icons

2020-06-08 Thread Matt Bagnara
Hi folks! I am a happy user of e24.1 I seem to have issues with application icons showing up in the menu and window titles. Specific applications like Firefox and emacs have missing icons, but icons that are part of the hicolor pack show up fine. I have made sure that my $XDG_DATA_DIRS points t