Make the terminal keybinding work (RH #439665)

This commit is contained in:
drago01 2009-01-27 21:16:13 +00:00
parent ba20ac4126
commit 69d61cd39d
2 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,12 @@
diff -upNr compiz-0.7.8.orign/metadata/core.xml.in compiz-0.7.8/metadata/core.xml.in
--- compiz-0.7.8.orign/metadata/core.xml.in 2008-08-28 13:34:41.000000000 +0200
+++ compiz-0.7.8/metadata/core.xml.in 2009-01-27 22:11:55.000000000 +0100
@@ -315,7 +315,7 @@
<option name="command_terminal" type="string">
<_short>Terminal command line</_short>
<_long>Terminal command line</_long>
- <default></default>
+ <default>gnome-terminal</default>
</option>
<option name="run_command_terminal_key" type="key">
<_short>Open a terminal</_short>

View File

@ -14,7 +14,7 @@ URL: http://www.go-compiz.org
License: GPLv2+ and LGPLv2+ and MIT
Group: User Interface/Desktops
Version: 0.7.8
Release: 10%{?dist}
Release: 11%{?dist}
Summary: OpenGL window and compositing manager
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -77,6 +77,9 @@ Patch123: compiz-0.7.8-pin-initial-plugins.patch
# Memory leak fixes from upstream
Patch124: compiz-0.7.8-mem-leak-fixes.patch
# Make the terminal keybinding work (RH #439665)
Patch125: compiz-0.7.8-gnome-terminal.patch
%description
Compiz is one of the first OpenGL-accelerated compositing window
managers for the X Window System. The integration allows it to perform
@ -160,6 +163,7 @@ touch configure
%patch122 -p1 -b .fullscreen-top
%patch123 -p1 -b .initial-plugins
%patch124 -p1 -b .mem-leaks
%patch125 -p1 -b .terminal
%build
rm -rf $RPM_BUILD_ROOT
@ -376,6 +380,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Jan 27 2009 Adel Gadllah <adel.gadllah@gmail.com> - 0.7.8-11
- Make the terminal keybinding work (RH #439665)
* Thu Dec 18 2008 Matthias Clasen <mclasen@redhat.com> - 0.7.8-10
- Rebuild against new gnome-desktop