#971370 emacs toolbar without icons

#971370#5
Date:
2020-09-29 14:30:05 UTC
From:
To:
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

#971370#10
Date:
2021-01-12 16:32:49 UTC
From:
To:
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

#971370#15
Date:
2021-01-26 17:04:43 UTC
From:
To:
Hi,

Very good, Bastien, but with "setq" :

(setq tool-bar-style 'both) or (setq tool-bar-style 'image)
Olivier