File xdg-sudo.patch of Package xdg-utils

--- xdg-utils-1.2.0+20251025/scripts/xdg-su.in.orig	2026-03-21 14:58:45.762750508 +0100
+++ xdg-utils-1.2.0+20251025/scripts/xdg-su.in	2026-03-21 15:08:59.714572801 +0100
@@ -83,11 +83,10 @@
     LXQTSU=`command -v lxqt-sudo`
     if [ $? -eq 0 ] ; then
         if [ -z "$user" ] ; then
-             # -s option runs as su rather then sudo
-             $LXQTSU -s $cmd
+             $LXQTSU $cmd
         else
              # lxqt-sudo does not support specifying a user
-             su_generic
+             xterm -geom 40x5 -T "xdg-su: $cmd" -e sudo -u "$user" "$cmd"
         fi
 
         if [ $? -eq 0 ]; then
openSUSE Build Service is sponsored by