Jean Louis (2016-04-16 15:59 +0300) wrote: > On Sat, Apr 16, 2016 at 02:52:10PM +0300, Alex Kost wrote: >> Another thing: I noticed that Guix's Emacs doesn't display some buttons >> on the tool bar. This should probably (I'm not sure) be fixed by >> installing some icon theme in your profile, for example >> 'adwaita-icon-theme'. > > I guess that is due to wrong environment when running emacs. > > Check the $XDG_DATA_DIRS to conform to Guix recommended.
This may be the case, indeed! Catonano, you can set the Guix environment variables by adding the following line to your "~/.bash_profile": source "$HOME/.guix-profile/etc/profile" -- Alex
