Hi I don't know when and why, but emacs lost all the toolbar icons, only text is shown. I am running Plasma, but have configured the Gtk-3.0 theme and icon theme using cinnamon-settings or lxappearance to use the adwaita theme/icons. Still, nothing shows up, and I don't know/see a way how to debug this. I have removed my complete emacs configuration, no change. Thanks Norbert
Hi, It seems that specifing (tool-bar-style 'both) workarround the issue. Why the default theme does use text is a mystery for me Bastien
Hi, Very good, Bastien, but with "setq" : (setq tool-bar-style 'both) or (setq tool-bar-style 'image) Olivier