diff options
author | Stylianos Tsampas <ztsampas@otenet.gr> | 2010-05-12 23:33:36 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:33:36 +0200 |
commit | cecb7021603b703e03eec4537aa98c7b43140da5 (patch) | |
tree | 87be894ae73d30caad1a139e94c666c673356653 /system/gksu/README | |
parent | c32fe7705dbe159ba2c40dbae0bd5a0f4ecfe412 (diff) | |
download | slackbuilds-cecb7021603b703e03eec4537aa98c7b43140da5.tar.gz |
system/gksu: Added to 12.2 repository
Diffstat (limited to 'system/gksu/README')
-rw-r--r-- | system/gksu/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/gksu/README b/system/gksu/README new file mode 100644 index 0000000000..ef0fc962ca --- /dev/null +++ b/system/gksu/README @@ -0,0 +1,11 @@ +GKSu is a library that provides a Gtk+ frontend to su and sudo. +It supports login shells and preserving environment when acting as +a su frontend. 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. + +The root terminal used when gksu is called from the menu defaults to +Xfce's terminal, but if you want something different, do something +like this: TERM_APP=xterm ./gksu.SlackBuild + +This requires libgksu. |