[Bug 1172327] YaST 2 ".desktop" files are not working with lxqt-sudo
http://bugzilla.suse.com/show_bug.cgi?id=1172327 http://bugzilla.suse.com/show_bug.cgi?id=1172327#c3 Michael Vetter <mvetter@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |simonf.lees@suse.com Flags| |needinfo?(simonf.lees@suse. | |com) --- Comment #3 from Michael Vetter <mvetter@suse.com> --- Did a quick test. Regular yast opens, but the modules like "user", "firewall" etc don't. Looking at /usr/share/applications/YaST2/org.opensuse.yast.Users.desktop I see:
xdg-su -c "/sbin/yast2 users"
Running this inside LXQt brings:
xdg-su -c "/sbin/yast2 users" bash: /sbin/yast2 users: No such file or directory
Using lxqt-sudo directly:
lxqt-sudo "/sbin/yast2 users" /bin/sh: /sbin/yast2 users: No such file or directory
The following works however:
lxqt-sudo /sbin/yast2 users
Maybe xdg-su needs to be adapted for LXQt? @Simon what do you think? -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com