From: Eli Zaretskii Date: Sat, 28 Dec 2024 11:54:45 +0000 (+0200) Subject: ; * etc/PROBLEMS: Mention problems with XPM support in GDK (bug#75018). X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~153 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8ac6a178804c36e92de7271a5eeb2c66909acb05;p=emacs.git ; * etc/PROBLEMS: Mention problems with XPM support in GDK (bug#75018). --- diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 8de12a78613..c3b717c516f 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -485,6 +485,16 @@ running the just-built Emacs. * General runtime problems +** GTK+ problems + +*** Some tool-bar icons aren't displayed. + +This could be caused by lack of support for XPM image format in the +installed GTK packages. Some GNU/Linux distros no longer install +support for those formats by default, so you might need to install +additional support packages. E.g., on Fedora you need to install the +'gdk-pixbuf2-modules-extra' package. + ** Lisp problems *** Changes made to .el files do not take effect.