Downstream patch to replace Epiphany with Firefox in favourite apps

https://bugzilla.gnome.org/show_bug.cgi?id=650616
This commit is contained in:
Kalev Lember 2011-09-07 19:55:09 +03:00
parent eb16f3ae0d
commit 22f42d860a
2 changed files with 18 additions and 2 deletions

View File

@ -0,0 +1,11 @@
--- gnome-shell-3.1.91/data/org.gnome.shell.gschema.xml.in.firefox 2011-09-07 19:50:20.167547963 +0300
+++ gnome-shell-3.1.91/data/org.gnome.shell.gschema.xml.in 2011-09-07 19:51:32.067106738 +0300
@@ -31,7 +31,7 @@
</_description>
</key>
<key name="favorite-apps" type="as">
- <default>[ 'epiphany.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'libreoffice-writer.desktop', 'nautilus.desktop', 'gnome-documents.desktop' ]</default>
+ <default>[ 'mozilla-firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'libreoffice-writer.desktop', 'nautilus.desktop', 'gnome-documents.desktop' ]</default>
<_summary>List of desktop file IDs for favorite applications</_summary>
<_description>
The applications corresponding to these identifiers

View File

@ -1,7 +1,7 @@
Name: gnome-shell
Version: 3.1.91
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Window management and application launching for GNOME
Group: User Interface/Desktops
@ -11,7 +11,8 @@ URL: http://live.gnome.org/GnomeShell
Source0: http://download.gnome.org/sources/gnome-shell/3.1/%{name}-%{version}.tar.xz
Patch0: gnome-shell-avoid-redhat-menus.patch
# from upstream
# Replace Epiphany with Firefox in the default favourite apps list
Patch1: gnome-shell-favourite-apps-firefox.patch
%define clutter_version 1.4.0
%define gobject_introspection_version 0.10.1
@ -89,6 +90,7 @@ easy to use experience.
%prep
%setup -q
%patch0 -p1 -b .avoid-redhat-menus
%patch1 -p1 -b .firefox
%build
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
@ -154,6 +156,9 @@ gconftool-2 --makefile-install-rule \
glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
%changelog
* Wed Sep 07 2011 Kalev Lember <kalevlember@gmail.com> - 3.1.91-2
- Replace Epiphany with Firefox in the default favourite apps
* Wed Sep 7 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.91-1
- Update to 3.1.91
- Require caribou