From 22f42d860a5255937127dc9e5e7e95b22e6d93f2 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 7 Sep 2011 19:55:09 +0300 Subject: [PATCH] Downstream patch to replace Epiphany with Firefox in favourite apps https://bugzilla.gnome.org/show_bug.cgi?id=650616 --- gnome-shell-favourite-apps-firefox.patch | 11 +++++++++++ gnome-shell.spec | 9 +++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 gnome-shell-favourite-apps-firefox.patch diff --git a/gnome-shell-favourite-apps-firefox.patch b/gnome-shell-favourite-apps-firefox.patch new file mode 100644 index 0000000..92ab5c6 --- /dev/null +++ b/gnome-shell-favourite-apps-firefox.patch @@ -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 @@ + + + +- [ 'epiphany.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'libreoffice-writer.desktop', 'nautilus.desktop', 'gnome-documents.desktop' ] ++ [ 'mozilla-firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'libreoffice-writer.desktop', 'nautilus.desktop', 'gnome-documents.desktop' ] + <_summary>List of desktop file IDs for favorite applications + <_description> + The applications corresponding to these identifiers diff --git a/gnome-shell.spec b/gnome-shell.spec index ec97d64..e896364 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -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 - 3.1.91-2 +- Replace Epiphany with Firefox in the default favourite apps + * Wed Sep 7 2011 Matthias Clasen - 3.1.91-1 - Update to 3.1.91 - Require caribou