Bug#1088566: xdg-utils: xdg-open does not support KDE version 6
Julien Bigot
julien at julien-bigot.fr
Thu Nov 28 12:06:44 GMT 2024
Package: xdg-utils
Version: 1.1.3-4.1
Severity: important
X-Debbugs-Cc: julien at julien-bigot.fr
Dear Maintainer,
When KDE_SESSION_VERSION is sit to 6, as in the latest release in sid, xdg-open
has no behaviour selected. The `case "${KDE_SESSION_VERSION}" in` in `open_kde`
function lacks an option for 6, and ends up in the default option that is to do
nothing.
In addition, KDE6 in debian currently ships with kde-open & kde-open5, but not
kde-open6, (see bug #1088541 in kde-cli-tools) so as of now the best option
would be to reuse the case for KDE4, adding a `|6` there to get:
```
4|6)
kde-open "$1"
;;
```
Best,
Julien
-- Package-specific info:
Desktop environment: XDG_CURRENT_DESKTOP=KDE
-- System Information:
Debian Release: trixie/sid
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'stable-debug'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.10.9-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE=en_US
Shell: /bin/sh linked to /usr/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.35-1
ii libnet-dbus-perl 1.2.0-2+b3
ii libx11-protocol-perl 0.56-9
ii x11-utils 7.7+7
ii x11-xserver-utils 7.7+10+b1
xdg-utils suggests no packages.
-- no debconf information
More information about the Pkg-freedesktop-maintainers
mailing list