diff options
author | Stylianos Tsampas <ztsampas@otenet.gr> | 2010-05-12 23:30:30 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:30:30 +0200 |
commit | add74f2254e14d9fbe933646738bf93872b69290 (patch) | |
tree | ba5f0a21b2256077e5256fefb504e6ed3eecccba /libraries/libgksu/README | |
parent | 91cc7efb0ba9b02f811bff469ff88d34ab716b6a (diff) | |
download | slackbuilds-add74f2254e14d9fbe933646738bf93872b69290.tar.gz |
libraries/libgksu: Added to 12.2 repository
Diffstat (limited to 'libraries/libgksu/README')
-rw-r--r-- | libraries/libgksu/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/libgksu/README b/libraries/libgksu/README new file mode 100644 index 0000000000..433ce3149c --- /dev/null +++ b/libraries/libgksu/README @@ -0,0 +1,7 @@ +GKSu is a library that provides a Gtk+ frontend to su and sudo. +It supports login shells and preserving environment when acting as +a frontend to su. It is useful to menu items or other graphical +programs that need to ask a user's password to run another program +as another user. + +It requires GConf, libgtop, and gnome-keyring. |