Under Ubuntu application restarts itself from the root using the commands:
gksu "path to app" or
beesu "path to app" the user enters the root password and the application runs as root.
I try to implement the same behavior under OpenSuze . gksu and beesu prohibited. From the root, the application is restarted with the command:
xdg-su -u root -c "path to app" But after entering the password, the dialog closes and the program does not start. What could be the problem?
sudowas invented precisely in order not to know the password of the root, but to have full (or not quite) access. - don Rumata