Your message dated Sat, 25 Apr 2020 15:02:23 +0000
with message-id <[email protected]>
and subject line Bug#908760: fixed in xdg-utils 1.1.3-1+deb10u1
has caused the Debian Bug report #908760,
regarding xdg-utils: xdg-open doesn't work in LXDE on URLs
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.)


-- 
908760: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908760
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xdg-utils
Version: 1.1.3-1
Severity: important

Dear Maintainer,

In LXDE xdg-open is not able to open a web- or mail-URL. I only get a message 
from pcmanfm
that says:

"/home/user/http:/www.debian.org: file or driectory not found."

The reason is a typo in the xdg-openscript in line 978. Instead of:

if pcmanfm --help >/dev/null 2>&1 -a is_file_url_or_path "$1"; then

is has to be:

if pcmanfm --help >/dev/null 2>$1 -a is_file_url_or_path "$1"; then

and all works fine again in LXDE.

The same in the source-file scripts/xdg-open.in in line 454.

Would be nice if you could fix this in the next release of the package and 
forward it to 
upstream.

Klaumi


-- Package-specific info:
Desktop environment: XDG_CURRENT_DESKTOP=LXDE

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (900, 'testing'), (200, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.18.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=de_DE:de:en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

xdg-utils depends on no packages.

Versions of packages xdg-utils recommends:
ii  libfile-mimeinfo-perl  0.29-1
ii  libnet-dbus-perl       1.1.0-4+b3
ii  libx11-protocol-perl   0.56-7
ii  x11-utils              7.7+4
ii  x11-xserver-utils      7.7+8

xdg-utils suggests no packages.

-- no debconf information

*** xdg-open_lxde.patch
--- /usr/bin/xdg-open   2018-05-20 00:18:48.000000000 +0200
+++ /home/klaumi/bin/xdg-open   2018-09-13 15:15:51.630704599 +0200
@@ -928,7 +928,7 @@
 {
 
     # pcmanfm only knows how to handle file:// urls and filepaths, it seems.
-    if pcmanfm --help >/dev/null 2>&1 -a is_file_url_or_path "$1"; then
+    if pcmanfm --help >/dev/null 2>$1 -a is_file_url_or_path "$1"; then
         local file="$(file_url_to_path "$1")"
 
         # handle relative paths

*** xdg-open_lxde.patch
--- /usr/bin/xdg-open   2018-05-20 00:18:48.000000000 +0200
+++ /home/klaumi/bin/xdg-open   2018-09-13 15:15:51.630704599 +0200
@@ -928,7 +928,7 @@
 {
 
     # pcmanfm only knows how to handle file:// urls and filepaths, it seems.
-    if pcmanfm --help >/dev/null 2>&1 -a is_file_url_or_path "$1"; then
+    if pcmanfm --help >/dev/null 2>$1 -a is_file_url_or_path "$1"; then
         local file="$(file_url_to_path "$1")"
 
         # handle relative paths

--- End Message ---
--- Begin Message ---
Source: xdg-utils
Source-Version: 1.1.3-1+deb10u1
Done: Nicholas Guriev <[email protected]>

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.

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.
Nicholas Guriev <[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: SHA512

Format: 1.8
Date: Sat, 18 Apr 2020 22:57:30 +0300
Source: xdg-utils
Architecture: source
Version: 1.1.3-1+deb10u1
Distribution: buster
Urgency: medium
Maintainer: Debian freedesktop.org maintainers 
<[email protected]>
Changed-By: Nicholas Guriev <[email protected]>
Closes: 652038 908760 910070
Changes:
 xdg-utils (1.1.3-1+deb10u1) buster; urgency=medium
 .
   [ Rex Dieter ]
   * xdg-open: Do better pcmanfm check, fix AND operator. Closes: #908760,
     Upstream: BR106636, BR106161.
 .
   [ Iain Lane ]
   * xdg-screensaver: Sanitise window name before sending it over D-Bus.
     Closes: #910070, LP: #1743216, Upstream: BR108121.
 .
   [ Andrea Tarocchi ]
   * xdg-open: correct handling directories with spaces in the name.
     LP: #1848335, Upstream: #166.
 .
   [ Nicholas Guriev ]
   * xdg-mime: Create config directory if it does not exist yet.
     Closes: #652038.
Checksums-Sha1:
 048e3bebfc137b2fdba9662ed92bee1beb1c8fd3 2094 xdg-utils_1.1.3-1+deb10u1.dsc
 3216709764ff3aecad97ba877de3ff04f7131989 10768 
xdg-utils_1.1.3-1+deb10u1.debian.tar.xz
 1e5c43f7bb3e9a4550fd0e6e3b1d608b817df745 5836 
xdg-utils_1.1.3-1+deb10u1_amd64.buildinfo
Checksums-Sha256:
 d30e8df096ddbdb2652bae1e895c4a41d7e057577857e11dbab3f88849c1d9ab 2094 
xdg-utils_1.1.3-1+deb10u1.dsc
 3681dad866f336506b9c84ae07dad646e4dd7b7815bcb4e4f0be0963c4d31d1c 10768 
xdg-utils_1.1.3-1+deb10u1.debian.tar.xz
 0ed39f8be4b01a46185d2f1719c120b13918bf3595fc20d128b7c0b47d8eb5f6 5836 
xdg-utils_1.1.3-1+deb10u1_amd64.buildinfo
Files:
 abdf50f04be4d0117ab970903e910efe 2094 utils optional 
xdg-utils_1.1.3-1+deb10u1.dsc
 6731ade00e604a6fe1b734f8860f9178 10768 utils optional 
xdg-utils_1.1.3-1+deb10u1.debian.tar.xz
 7fdc2bef8ecfab4bc11c89df42c82bf6 5836 utils optional 
xdg-utils_1.1.3-1+deb10u1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAl6fThQACgkQCBa54Yx2
K62dLBAAh2DFJNyyC0fZU/Mb8PJvhchdz++Ojo3oxtheldz16FG9t177Cc51JkaV
yLW+AxDzjcpr/DU/syrQA+kplxA9F5rB6/UhcoEKCZTayljs+ob6Qsz3ETmBEdgg
ggxqcHRLyAbiL3x3rMrpBdnkmpVM9g7nSQQpa4SY3TYPr/O60efiGN57Z1Xy16Uv
/1trgkPKbR0Lam0pILa17dMxM7Hb1UfNXCrZ1KSH0fffcsyX2Xl2pBV8oh/8CkJ9
Is+RZcKPKh8IA8IEd1VaEdzXCHegCeyXkbOvjuAvur269m5tv/2bDY9lcZrSppyP
63kKmHDy2rVDPARIwnIu1ofNicNnEAFGEkfRyS4YBtF6GV6k4qIKtzOBWoNCb19M
+QW0OyTSCwo4QusXMGpOU8ljycqdb3lIWxbU5KjIAQtvF1u15j+TDfIbmjDKsIGp
/XzkAdspsb59USKrPayuInv8bfwHyeYW8BVybsAHMUwzgrtl6rAIQNlXPgeVTW/n
qr9lQsVAzCGw6kT6+m1PWFhtIuMRu2fbjqfjGGB7Gdpf+ELrX4vjzSqPVlxzwTAo
hTmxYKXzmwc1lMkBpb5dgDOHXKC7jdas6MOjgLyZFo94H+VV8N3Li0/n0l0muQsY
1+G8rvSJAFPOWZlhDwufrXYylClNyQlVkgwqJdeNj7TdDTZJbIo=
=6iIZ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to