From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2011-February/002589.html | 114 ++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-February/002589.html (limited to 'zarb-ml/mageia-sysadm/2011-February/002589.html') diff --git a/zarb-ml/mageia-sysadm/2011-February/002589.html b/zarb-ml/mageia-sysadm/2011-February/002589.html new file mode 100644 index 000000000..f18f89a24 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-February/002589.html @@ -0,0 +1,114 @@ + + + + [Mageia-sysadm] [462] Add fedora patch + + + + + + + + + +

[Mageia-sysadm] [462] Add fedora patch

+ root at mageia.org + root at mageia.org +
+ Mon Feb 7 10:41:39 CET 2011 +

+
+ +
Revision: 462
+Author:   dmorgan
+Date:     2011-02-07 10:41:38 +0100 (Mon, 07 Feb 2011)
+Log Message:
+-----------
+Add fedora patch
+    * make GTK+ apps display menu images in KDE
+
+Modified Paths:
+--------------
+    theme/xsettings-kde/trunk/xsettings-kde.c
+
+Modified: theme/xsettings-kde/trunk/xsettings-kde.c
+===================================================================
+--- theme/xsettings-kde/trunk/xsettings-kde.c	2011-02-07 09:19:57 UTC (rev 461)
++++ theme/xsettings-kde/trunk/xsettings-kde.c	2011-02-07 09:41:38 UTC (rev 462)
+@@ -67,7 +67,7 @@
+  * Gtk/Modules => not supported
+  * Gtk/FileChooserBackend => forced to gnome-vfs
+  * Gtk/ButtonImages => supported
+- * Gtk/MenuImages => can't be configured in KDE
++ * Gtk/MenuImages => can't be configured in KDE, always set to true
+  * Gtk/MenuBarAccel => not supported
+  * Xft/Antialias => KDE uses .fonts.conf directly
+  * Xft/Hinting => KDE uses .fonts.conf directly
+@@ -485,6 +485,8 @@
+ 	for (i = 0 ; i < max_display ; i++) {                         
+ 		xsettings_manager_set_string(managers[i], "Gtk/FileChooserBackend", "gio");
+ 		xsettings_manager_set_string(managers[i], "Net/FallbackIconTheme", "gnome");
++       /* KDE always shows menu images, so make sure GTK+ does, too */
++        xsettings_manager_set_int(managers[i], "Gtk/MenuImages", 1);
+ 		xsettings_manager_notify (managers[i]);
+ 	}
+ }
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110207/52b0ff67/attachment.html>
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1