Hi, During update to Leap 15.3 I also switched my Desktop from LXDE to LXQt. I found that all menu entries under "Preferences" that related to sub entries of YaST are not working as expected after sudo verification. This may due to the emitted command are being quoted i.e. '/sbin/yast2 sound' by LXQt sudo applet. Please advice on how can I do a temporary fix. Best Regards Chris
On 7/28/21 1:23 AM, Chris Wong wrote:
From the command line it would be running xdg-su -c "/sbin/yast2 printer" as a work around, have a look at /usr/bin/xdg-su in the detectDE() function you can remove the following LXQt) DE=lxqt; ;; Then it will fall back to the generic implementation alternatively, you can modify the su_lxqt() function to just call "su_generic" or you can possibly add some debug lines there to help figure out whats wrong. Cheers -- Simon Lees (Simotek) http://simotek.net Emergency Update Team keybase.io/simotek SUSE Linux Adelaide Australia, UTC+10:30 GPG Fingerprint: 5B87 DB9D 88DC F606 E489 CEC5 0922 C246 02F0 014B
participants (2)
-
Chris Wong
-
Simon Lees