How to install and configure gksu
GKSu is a library that provides a Gtk+ frontend to su and sudo. When used outside a terminal emulator gksu displays a password dialog, and for this reason it is used in many graphical applications.
Installation
Arch Linux:
sudo packer -S gksu
or
sudo yaourt -S gksu
Debian:
sudo apt-get install gksu
Configuring gksu with sudo
- Run [c]gksu-properties[/c] to configure gksu to run with sudo
- Select [c]sudo[/c] from the drop down
0 Comments