Regression in xfce4 (on Fedora 20).
As a work-around: $ mkdir -p .local/share/xfce4/helpers $ cp /usr/share/xfce4/helpers/firefox.desktop ~/.local/share/xfce4/helpers/firefox.desktop $ patch -p0 <<EOF --- ./.local/share/xfce4/helpers/firefox.desktop 2013-08-03 13:48:31.000000000 +0200 +++ ./.local/share/xfce4/helpers/firefox.desktop 2015-03-03 12:41:52.370528712 +0100 @@ -53,5 +53,5 @@ 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;%B; +X-XFCE-CommandsWithParameter=%B "%s";%B %s; EOF
Regression in xfce4 (on Fedora 20).
As a work-around: share/xfce4/ helpers xfce4/helpers/ firefox. desktop ~/.local/ share/xfce4/ helpers/ firefox. desktop share/xfce4/ helpers/ firefox. desktop 2013-08-03 13:48:31.000000000 +0200 share/xfce4/ helpers/ firefox. desktop 2015-03-03 12:41:52.370528712 +0100 false Binaries= firefox; firefox- gtk2;firefox- gtk;mozilla- firefox; Category= WebBrowser new-window)";%B; CommandsWithPar ameter= %B -remote "openURL(%s)";%B %s; Commands= %B;%B; CommandsWithPar ameter= %B "%s";%B %s;
$ mkdir -p .local/
$ cp /usr/share/
$ patch -p0 <<EOF
--- ./.local/
+++ ./.local/
@@ -53,5 +53,5 @@
StartupNotify=
X-XFCE-
X-XFCE-
-X-XFCE-Commands=%B -remote "openURL(about:blank,
-X-XFCE-
+X-XFCE-
+X-XFCE-
EOF