Package: debianutils
Version: 2.23
Severity: normal

The following code is wrong:

if test -n "$GNOME_DESKTOP_SESSION_ID"; then
    if test -x /usr/bin/gnome-www-browser; then
        exec /usr/bin/gnome-www-browser "$URL"
    elif test -x /usr/bin/gnome-terminal && test -x /usr/bin/www-browser; then
        exec /usr/bin/gnome-terminal -e /usr/bin/www-browser "$URL"
    fi
fi

It passes "$URL" to gnome-terminal.


It should probably be fixed like:

-        exec /usr/bin/gnome-terminal -e /usr/bin/www-browser "$URL"
+        exec /usr/bin/gnome-terminal -e "/usr/bin/www-browser \"$URL\""



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

Kernel: Linux 2.6.21dancer (PREEMPT)
Locale: LANG=ja_JP.EUC-JP, LC_CTYPE=ja_JP.EUC-JP (charmap=EUC-JP) (ignored: 
LC_ALL set to ja_JP.eucJP)
Shell: /bin/sh linked to /bin/bash

Versions of packages debianutils depends on:
ii  libc6                         2.6-5      GNU C Library: Shared libraries

debianutils recommends no packages.

-- no debconf information


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

Reply via email to