Package: libexo-helpers
Version: 0.10.2-4
Severity: normal
Tags: patch
Dear Maintainer,
The Jessie version of /usr/share/xfce4/helpers/iceweasel.desktop is
still missing quoting in the X-XFCE-CommandsWithParameter field:
https://sources.debian.net/src/exo/0.10.2-4/exo-helper/helpers/iceweasel.desktop.in.in/
Note that this is not missing in firefox.desktop:
https://sources.debian.net/src/exo/0.10.2-4/exo-helper/helpers/firefox.desktop.in.in/
but it is fixed in version 0.10.7-1:
https://sources.debian.net/src/exo/0.10.7-1/exo-helper/helpers/iceweasel.desktop.in.in/
I've attached the trivial patch that adds the quoting.
Sincerely,
Nathaniel Beaver
-- System Information:
Debian Release: 8.7
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.8.0-0.bpo.2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) (ignored:
LC_ALL set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
-- no debconf information
-- debsums errors found:
debsums: changed file /usr/share/xfce4/helpers/iceweasel.desktop (from
libexo-helpers package)
--- /usr/share/xfce4/helpers/iceweasel.desktop 2014-09-06 15:29:06.000000000 -0500
+++ iceweasel.desktop 2017-03-18 17:27:48.624325886 -0500
@@ -41,4 +41,4 @@
X-XFCE-Binaries=iceweasel;iceweasel-gtk2;iceweasel-gtk;
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-CommandsWithParameter=%B -remote "openURL(%s)";%B "%s";