[exo/f21] Add patch for firefox dropping remote mode. Fixes bug #1197313

Kevin Fenzi kevin at fedoraproject.org
Tue Mar 3 17:51:34 UTC 2015


commit 7d8fe59e79bfc56e1f3d2dda542f929080749f85
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Tue Mar 3 10:51:27 2015 -0700

    Add patch for firefox dropping remote mode. Fixes bug #1197313

 exo-0.10.2-firefox-remote.patch | 11 +++++++++++
 exo.spec                        | 10 +++++++++-
 2 files changed, 20 insertions(+), 1 deletion(-)
---
diff --git a/exo-0.10.2-firefox-remote.patch b/exo-0.10.2-firefox-remote.patch
new file mode 100644
index 0000000..d1fff65
--- /dev/null
+++ b/exo-0.10.2-firefox-remote.patch
@@ -0,0 +1,11 @@
+diff -up exo-0.10.2/exo-helper/helpers/firefox.desktop.in.in.orig exo-0.10.2/exo-helper/helpers/firefox.desktop.in.in
+--- exo-0.10.2/exo-helper/helpers/firefox.desktop.in.in.orig	2015-02-28 15:58:04.285874076 +0200
++++ exo-0.10.2/exo-helper/helpers/firefox.desktop.in.in	2015-02-28 15:58:09.213831900 +0200
+@@ -6,5 +6,5 @@ _Name=Mozilla Firefox
+ StartupNotify=false
+ X-XFCE-Binaries=firefox;firefox-gtk2;firefox-gtk;mozilla-firefox;
+ X-XFCE-Category=WebBrowser
+-X-XFCE-Commands=%B -remote "openURL(about:blank,new-window)";%B;
+-X-XFCE-CommandsWithParameter=%B -remote "openURL(%s)";%B %s;
++X-XFCE-Commands=%B "about:blank";%B;
++X-XFCE-CommandsWithParameter=%B "%s";%B %s;
diff --git a/exo.spec b/exo.spec
index efbcf7b..c57bad6 100644
--- a/exo.spec
+++ b/exo.spec
@@ -6,7 +6,7 @@
 
 Name:           exo
 Version:        0.10.2
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Application library for the Xfce desktop environment
 
 Group:          System Environment/Libraries
@@ -29,6 +29,10 @@ Patch2:         exo-0.10.2-default-apps.patch
 # https://bugzilla.xfce.org/show_bug.cgi?id=10098
 # https://bugzilla.redhat.com/show_bug.cgi?id=887457
 Patch3:         exo-0.10.2-magnet-links.patch
+# Fix firefox dropping -remote
+# Already upstreamed
+# https://bugzilla.redhat.com/show_bug.cgi?id=1197313
+Patch4:         exo-0.10.2-firefox-remote.patch
 
 Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -76,6 +80,7 @@ Python libraries and header files for the exo library.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %configure --enable-gtk-doc --disable-static
@@ -174,6 +179,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %endif
 
 %changelog
+* Tue Mar 03 2015 Kevin Fenzi <kevin at scrye.com> 0.10.2-9
+- Add patch for firefox dropping remote mode. Fixes bug #1197313
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.2-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list