Your message dated Thu, 05 Jun 2008 22:17:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#484602: fixed in xdg-utils 1.0.2-6
has caused the Debian Bug report #484602,
regarding xdg-utils: xdg-open does not open HTTP URL
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
484602: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484602
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: xdg-utils
Version: 1.0.2-5

$ xdg-open http://example.com/
Warning: unknown mime-type for "http://example.com/"; -- using "application/*"
Error: no such file "http://example.com/";

Looking at /usr/bin/xdg-open, since I am not using GNOME or KDE,
open_generic function is used. However,

! echo "$file" | egrep -q '^[a-zA-Z+\.\-]+:'

This is supposed to catch http: in $file, but $file is unset at this time.
So run-mailcap is used instead of sensible-browser. $file in the condition
must be changed to $1.

Seo Sanghyeon



--- End Message ---
--- Begin Message ---
Source: xdg-utils
Source-Version: 1.0.2-6

We believe that the bug you reported is fixed in the latest version of
xdg-utils, which is due to be installed in the Debian FTP archive:

xdg-utils_1.0.2-6.diff.gz
  to pool/main/x/xdg-utils/xdg-utils_1.0.2-6.diff.gz
xdg-utils_1.0.2-6.dsc
  to pool/main/x/xdg-utils/xdg-utils_1.0.2-6.dsc
xdg-utils_1.0.2-6_all.deb
  to pool/main/x/xdg-utils/xdg-utils_1.0.2-6_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Per Olofsson <[EMAIL PROTECTED]> (supplier of updated xdg-utils package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 06 Jun 2008 00:00:04 +0200
Source: xdg-utils
Binary: xdg-utils
Architecture: source all
Version: 1.0.2-6
Distribution: unstable
Urgency: low
Maintainer: Per Olofsson <[EMAIL PROTECTED]>
Changed-By: Per Olofsson <[EMAIL PROTECTED]>
Description: 
 xdg-utils  - desktop integration utilities from freedesktop.org
Closes: 484602
Changes: 
 xdg-utils (1.0.2-6) unstable; urgency=low
 .
   * debian/patches/run-mailcap.diff: Test $1 instead of $file which has
     not been assigned yet. Fixes failure to open URLs other than file://
     when xdg-open is called under a generic desktop environment
     (regression in 1.0.2-5). Closes: #484602.
Checksums-Sha1: 
 0d9f437896ab7053de72997efc59031d9672f8a8 1141 xdg-utils_1.0.2-6.dsc
 b6897eb9e38377d7da9eeae43cf7dff94d232f71 5389 xdg-utils_1.0.2-6.diff.gz
 0f6be668c7a92a9da3bb2e682135cb79781ffd57 53260 xdg-utils_1.0.2-6_all.deb
Checksums-Sha256: 
 f5b75edf2853a3208cd5ee8c8c6e8f329ae18b0770e98a626d2138539830b18e 1141 
xdg-utils_1.0.2-6.dsc
 343136826c21c8dfbb8bbff47b25bcd845586e249cc59895e2f6da3db5cf4372 5389 
xdg-utils_1.0.2-6.diff.gz
 1786908c1abf66841f44f384fed1eb1a875f0c2d36ffb45ff4fe48ad55205e84 53260 
xdg-utils_1.0.2-6_all.deb
Files: 
 8336e693472d549fcfc2d70de9a8115f 1141 utils optional xdg-utils_1.0.2-6.dsc
 4214c8eee536ced8ae5c52665cf78dbd 5389 utils optional xdg-utils_1.0.2-6.diff.gz
 a7185ac590bf72ee8c490e4fd7abeb65 53260 utils optional xdg-utils_1.0.2-6_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkhIY3gACgkQeDAsS42/7C9jpwCgrS/wSVwbSt8j+1mkaIChNYo8
JlUAniE3vOI+46TjZbSjTJLLVkxw5T8E
=8m3F
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to