]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/PROBLEMS: Mention problems with XPM support in GDK (bug#75018).
authorEli Zaretskii <eliz@gnu.org>
Sat, 28 Dec 2024 11:54:45 +0000 (13:54 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 4 Jan 2025 20:22:12 +0000 (21:22 +0100)
(cherry picked from commit 8ac6a178804c36e92de7271a5eeb2c66909acb05)

etc/PROBLEMS

index c1745e8d18fd2b350d71e2d9b018d10cbd452347..ef50b48273a5ad7eb2d9cf5c4cbc07996b0854e8 100644 (file)
@@ -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.