FS#38469 - [unetbootin] Remove guisu dependency
Attached to Project:
Community Packages
Opened by Balló György (City-busz) - Saturday, 11 January 2014, 22:43 GMT
Last edited by Alexander F. Rødseth (xyproto) - Saturday, 08 February 2014, 19:34 GMT
Opened by Balló György (City-busz) - Saturday, 11 January 2014, 22:43 GMT
Last edited by Alexander F. Rødseth (xyproto) - Saturday, 08 February 2014, 19:34 GMT
|
Details
I don't like the current solution to get root privileges
with guisu.
Why do we create a separated package just for a small script? Why don't we call directly pkexec, and let users to configure their systems properly for polkit? See the attachments with my proposed package and diff file. It's just the same solution what is currently used in the gparted package. |
This task depends upon
Closed by Alexander F. Rødseth (xyproto)
Saturday, 08 February 2014, 19:34 GMT
Reason for closing: Fixed
Saturday, 08 February 2014, 19:34 GMT
Reason for closing: Fixed
Some testing might be needed first.
1. In a terminal emulator, you have to type 'pkexec unetbootin' or 'sudo unetbootin' to launch unetbootin with root privileges.
2. If you want to start unetbootin directly from the PekWM menu, then you have to install a graphical polkit authentication agent, and autostart it as described here:
https://wiki.archlinux.org/index.php/Polkit#Authentication_agents
E.g. for lxpolkit:
# pacman -S lxpolkit
$ echo '/usr/lib/lxpolkit/lxpolkit &' >> ~/.pekwm/start
$ chmod +x ~/.pekwm/start