Michael Vetter changed bug 1172327
What Removed Added
CC   simonf.lees@suse.com
Flags   needinfo?(simonf.lees@suse.com)

Comment # 3 on bug 1172327 from
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: