Package: xdg-utils
Version: 1.1.3-4.1
Followup-For: Bug #1083074

I believe that the following patch solves the problem, as KDE6 uses
kde-open, like KDE4.

Best wishes,
Cédric
--- a/scripts/xdg-open.in
+++ b/scripts/xdg-open.in
@@ -123,7 +123,7 @@
 {
     if [ -n "${KDE_SESSION_VERSION}" ]; then
       case "${KDE_SESSION_VERSION}" in
-        4)
+        4 | 6)
           kde-open "$1"
         ;;
         5)
--- a/scripts/xdg-email.in
+++ b/scripts/xdg-email.in
@@ -108,7 +108,7 @@
     local command
     case "$KDE_SESSION_VERSION" in
         '') command=kmailservice ;;
-        4) command=kde-open ;;
+        4 | 6) command=kde-open ;;
         *) command=kde-open$KDE_SESSION_VERSION ;;
     esac
 

Attachment: signature.asc
Description: PGP signature

Reply via email to