bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#74383: 29.4; Emacs PGTK crashes on Void Linux


From: Eli Zaretskii
Subject: bug#74383: 29.4; Emacs PGTK crashes on Void Linux
Date: Sun, 17 Nov 2024 15:47:43 +0200

> From: Taha Aziz Ben Ali <ba.tahaaziz@gmail.com>
> Cc: luangruo@yahoo.com, 74383@debbugs.gnu.org
> Date: Sun, 17 Nov 2024 14:15:43 +0100
> 
> > Docstring says "image" is the fallback return value... Why is the
> > mapping not being handled correctly?
> 
> I added the following bit of configuration to the top of my
> early-init.el and it also made no difference.
> 
>   (setq tool-bar-style "text")

Just by looking at the code, it looks like the value of tool-bar-style
is supposed to be a symbol, not a string.  So try this instead:

  (setq tool-bar-style 'text)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]