[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)
- bug#74383: 29.4; Emacs PGTK crashes on Void Linux, (continued)
- bug#74383: 29.4; Emacs PGTK crashes on Void Linux, Eli Zaretskii, 2024/11/17
- bug#74383: 29.4; Emacs PGTK crashes on Void Linux, Po Lu, 2024/11/17
- bug#74383: 29.4; Emacs PGTK crashes on Void Linux, Björn Bidar, 2024/11/17
- bug#74383: 29.4; Emacs PGTK crashes on Void Linux, Taha Aziz Ben Ali, 2024/11/17
- bug#74383: 29.4; Emacs PGTK crashes on Void Linux, Eli Zaretskii, 2024/11/17
- bug#74383: 29.4; Emacs PGTK crashes on Void Linux, Taha Aziz Ben Ali, 2024/11/17
- bug#74383: 29.4; Emacs PGTK crashes on Void Linux, Eli Zaretskii, 2024/11/17
- bug#74383: 29.4; Emacs PGTK crashes on Void Linux, Taha Aziz Ben Ali, 2024/11/17
- bug#74383: 29.4; Emacs PGTK crashes on Void Linux, Taha Aziz Ben Ali, 2024/11/17
- bug#74383: 29.4; Emacs PGTK crashes on Void Linux, Eli Zaretskii, 2024/11/17
- bug#74383: 29.4; Emacs PGTK crashes on Void Linux,
Eli Zaretskii <=
- bug#74383: 29.4; Emacs PGTK crashes on Void Linux, Taha Aziz Ben Ali, 2024/11/17
- bug#74383: 29.4; Emacs PGTK crashes on Void Linux, Taha Aziz Ben Ali, 2024/11/17