rpms/gnome-launch-box/F-8 glb-change-default-kbd.patch, NONE, 1.1 gnome-launch-box.spec, 1.8, 1.9

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Wed Apr 2 17:16:16 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/gnome-launch-box/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26688

Modified Files:
	gnome-launch-box.spec 
Added Files:
	glb-change-default-kbd.patch 
Log Message:
* Wed Apr 02 2008 - Bastien Nocera <bnocera at redhat.com> - 0.4-6
- Change default shortcut to not conflict with metacity (#440192)


glb-change-default-kbd.patch:

--- NEW FILE glb-change-default-kbd.patch ---
Index: data/gnome-launch-box.schemas.in
===================================================================
--- data/gnome-launch-box.schemas.in	(revision 649)
+++ data/gnome-launch-box.schemas.in	(working copy)
@@ -6,7 +6,7 @@
       <applyto>/apps/gnome-launch-box/bindings/activate</applyto>
       <owner>gnome-launch-box</owner>
       <type>string</type>
-      <default><Alt>Space</default>
+      <default><Mod5>Space</default>
       <locale name="C">
          <short>Activate a search</short>
          <long>


Index: gnome-launch-box.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-launch-box/F-8/gnome-launch-box.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gnome-launch-box.spec	21 Oct 2007 11:44:07 -0000	1.8
+++ gnome-launch-box.spec	2 Apr 2008 17:15:35 -0000	1.9
@@ -1,7 +1,7 @@
 Summary: Funky application launcher
 Name: gnome-launch-box
 Version: 0.4
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPL
 Group: Applications/Internet
 URL: http://developer.imendio.com/projects/gnome-launch-box
@@ -23,12 +23,17 @@
 BuildRequires: perl(XML::Parser)
 BuildRequires: control-center-devel >= 2.19.1
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=440192
+# http://developer.imendio.com/issues/browse/GLB-41
+Patch0: glb-change-default-kbd.patch
+
 %description
 Launch Box is an application launcher, heavily influenced by Quicksilver
 for Mac OS X.
 
 %prep
 %setup -q
+%patch0 -p0 -b .def-shortcut
 
 %build
 %configure --datadir=%{_datadir}/%{name}
@@ -69,6 +74,9 @@
 %{_datadir}/gnome-control-center/keybindings/90-gnome-launch-box.xml
 
 %changelog
+* Wed Apr 02 2008 - Bastien Nocera <bnocera at redhat.com> - 0.4-6
+- Change default shortcut to not conflict with metacity (#440192)
+
 * Sun Oct 21 2007 - Bastien Nocera <bnocera at redhat.com> - 0.4-5
 - Fix autolauncher missing a description (#344381)
 




More information about the fedora-extras-commits mailing list