rpms/gnome-launch-box/devel glb-change-default-kbd.patch, NONE, 1.1 gnome-launch-box.spec, 1.10, 1.11

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


Author: hadess

Update of /cvs/pkgs/rpms/gnome-launch-box/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26903

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-8
- 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/devel/gnome-launch-box.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gnome-launch-box.spec	19 Feb 2008 04:24:47 -0000	1.10
+++ gnome-launch-box.spec	2 Apr 2008 17:17:20 -0000	1.11
@@ -1,7 +1,7 @@
 Summary: Funky application launcher
 Name: gnome-launch-box
 Version: 0.4
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: GPL
 Group: Applications/Internet
 URL: http://developer.imendio.com/projects/gnome-launch-box
@@ -12,6 +12,9 @@
 Patch0: glb-auto-transparent.patch
 # http://developer.imendio.com/issues/browse/GLB-37
 Patch1: glb-use-xdg-dirs.patch
+# https://bugzilla.redhat.com/show_bug.cgi?id=440192
+# http://developer.imendio.com/issues/browse/GLB-41
+Patch2: glb-change-default-kbd.patch
 
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 Requires(post): GConf2
@@ -37,6 +40,7 @@
 
 %patch0 -p0 -b .auto-transparent
 %patch1 -p0 -b .xdg-user-dirs
+%patch2 -p0 -b .def-shortcut
 
 %build
 %configure --datadir=%{_datadir}/%{name}
@@ -77,6 +81,9 @@
 %{_datadir}/gnome-control-center/keybindings/90-gnome-launch-box.xml
 
 %changelog
+* Wed Apr 02 2008 - Bastien Nocera <bnocera at redhat.com> - 0.4-8
+- Change default shortcut to not conflict with metacity (#440192)
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.4-7
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list