Hello community, here is the log from the commit of package control-center2 checked in at Mon May 29 22:17:20 CEST 2006. -------- --- GNOME/control-center2/control-center2.changes 2006-05-29 15:34:49.000000000 +0200 +++ control-center2/control-center2.changes 2006-05-29 22:15:27.000000000 +0200 @@ -1,0 +2,6 @@ +Mon May 29 22:14:34 CEST 2006 - hpj@suse.de + +- Add patch to invoke Beagle on "search" keybinding. Fixes Novell + bug #132801. + +------------------------------------------------------------------- New: ---- control-center-2.12.2-beagle-search-hotkey.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ control-center2.spec ++++++ --- /var/tmp/diff_new_pack.tqZpBg/_old 2006-05-29 22:16:48.000000000 +0200 +++ /var/tmp/diff_new_pack.tqZpBg/_new 2006-05-29 22:16:48.000000000 +0200 @@ -21,7 +21,7 @@ Obsoletes: fontilus themus acme Provides: fontilus themus acme Version: 2.12.2 -Release: 64 +Release: 65 Summary: The GNOME Control Center for the GNOME 2.x Desktop Source: %{_name}-%{version}.tar.bz2 Source1: control-center-art.tar.bz2 @@ -47,6 +47,7 @@ Patch19: control-center2-gst-0-10.patch Patch20: control-center2-compiz-keybindings.patch Patch21: control-center-background-properites-fixes.patch +Patch22: control-center-2.12.2-beagle-search-hotkey.patch URL: http://www.gnome.org BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: filesystem gconf2 shared-mime-info permissions @@ -99,6 +100,7 @@ %patch19 %patch20 %patch21 +%patch22 -p1 gnome-patch-translation-update %build @@ -238,6 +240,9 @@ %{prefix}/share/idl/*.idl %changelog -n control-center2 +* Mon May 29 2006 - hpj@suse.de +- Add patch to invoke Beagle on "search" keybinding. Fixes Novell + bug #132801. * Mon May 29 2006 - sbrabec@suse.cz - Added passwd capplet to POTFILES.in (#179459). * Sun May 28 2006 - danw@suse.de ++++++ control-center-2.12.2-beagle-search-hotkey.patch ++++++ diff -Nurp control-center-2.12.2-pre/gnome-settings-daemon/gnome-settings-multimedia-keys.c control-center-2.12.2-post/gnome-settings-daemon/gnome-settings-multimedia-keys.c --- control-center-2.12.2-pre/gnome-settings-daemon/gnome-settings-multimedia-keys.c 2005-07-25 06:55:59.000000000 -0500 +++ control-center-2.12.2-post/gnome-settings-daemon/gnome-settings-multimedia-keys.c 2006-05-26 16:19:36.000000000 -0500 @@ -822,7 +822,7 @@ do_action (Acme *acme, int type) execute ("nautilus", FALSE); break; case SEARCH_KEY: - execute ("gnome-search-tool", FALSE); + execute ("beagle-search", FALSE); break; case EMAIL_KEY: do_mail_action (acme); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de