Package: xdg-utils
Version: 1.1.0~rc1+git20111210-1
Severity: important

Dear Maintainer,

xdg-open no longer is able to open filenames with spaces, patch below:

--- /usr/bin/xdg-open   2011-12-12 05:05:18.000000000 -0600
+++ xdg-open    2011-12-14 09:10:00.791735160 -0600
@@ -552,9 +552,9 @@
                 arguments_exec="`echo $arguments | sed -e 
's*%[fFuU]*"'"$1"'"*g'`"
                 if [ -x "$command_exec" ] ; then
                     if echo $arguments | grep -iq '%[fFuU]' ; then
-                        eval $command_exec $arguments_exec
+                        exec $command_exec $arguments_exec
                     else
-                        eval $command_exec $arguments_exec "$1"
+                        exec $command_exec $arguments_exec "$1"
                     fi
 
                     if [ $? -eq 0 ]; then

Thanks, Jesse

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

xdg-utils depends on no packages.

Versions of packages xdg-utils recommends:
ii  libfile-mimeinfo-perl  0.15-2
ii  libnet-dbus-perl       1.0.0-1+b1
ii  libx11-protocol-perl   0.56-2
ii  x11-utils              7.6+4
ii  x11-xserver-utils      7.6+3

Versions of packages xdg-utils suggests:
pn  gvfs-bin  <none>

-- no debconf information



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to