rpms/gnome-settings-daemon/devel keyboard-icon.patch, NONE, 1.1 gnome-settings-daemon.spec, 1.137, 1.138

Matthias Clasen mclasen at fedoraproject.org
Wed Feb 17 23:40:49 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-settings-daemon/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10198

Modified Files:
	gnome-settings-daemon.spec 
Added Files:
	keyboard-icon.patch 
Log Message:
set a name on the keyboard statusicon


keyboard-icon.patch:
 gsd-keyboard-xkb.c |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE keyboard-icon.patch ---
diff -up gnome-settings-daemon-2.29.90/plugins/keyboard/gsd-keyboard-xkb.c.keyboard-icon gnome-settings-daemon-2.29.90/plugins/keyboard/gsd-keyboard-xkb.c
--- gnome-settings-daemon-2.29.90/plugins/keyboard/gsd-keyboard-xkb.c.keyboard-icon	2010-02-17 18:27:01.013904630 -0500
+++ gnome-settings-daemon-2.29.90/plugins/keyboard/gsd-keyboard-xkb.c	2010-02-17 18:31:52.121659134 -0500
@@ -446,6 +446,7 @@ show_hide_icon ()
 		if (icon == NULL) {
 			xkl_debug (150, "Creating new icon\n");
 			icon = gkbd_status_new ();
+                        gtk_status_icon_set_name (icon, "keyboard");
 			g_signal_connect (icon, "popup-menu",
 					  G_CALLBACK
 					  (status_icon_popup_menu_cb),


Index: gnome-settings-daemon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-settings-daemon/devel/gnome-settings-daemon.spec,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -p -r1.137 -r1.138
--- gnome-settings-daemon.spec	10 Feb 2010 17:11:28 -0000	1.137
+++ gnome-settings-daemon.spec	17 Feb 2010 23:40:48 -0000	1.138
@@ -1,6 +1,6 @@
 Name:		gnome-settings-daemon
 Version:	2.29.90
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	The daemon sharing settings from GNOME to GTK+/KDE applications
 
 Group:		System Environment/Daemons
@@ -35,6 +35,9 @@ BuildRequires:	libcanberra-devel
 # change font rendering
 Patch3: slight-hinting.patch
 
+# https://bugzilla.gnome.org/show_bug.cgi?id=610319
+Patch4: keyboard-icon.patch
+
 %description
 A daemon to share settings from GNOME to other applications. It also
 handles global keybindings, as well as a number of desktop-wide settings.
@@ -53,6 +56,7 @@ developing applications that use %{name}
 %prep
 %setup -q
 %patch3 -p1 -b .slight-hinting
+%patch4 -p1 -b .keyboard-icon
 
 %build
 # https://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking
@@ -166,6 +170,9 @@ fi
 %{_libdir}/pkgconfig/gnome-settings-daemon.pc
 
 %changelog
+* Wed Feb 17 2010 Matthias Clasen <mclasen at redhat.com> 2.29.90-2
+- Set a name for the keyboard statusicon
+
 * Wed Feb 10 2010 Tomas Bzatek <tbzatek at redhat.com> 2.29.90-1
 - Update to 2.29.90
 



More information about the scm-commits mailing list