X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/bf057abeef8d1d41a814122423a24643f151b886..b0ef6a6629b8f51972a8a1ca7401144e52299235:/dot/xinitrc diff --git a/dot/xinitrc b/dot/xinitrc index f607193..9dc1954 100755 --- a/dot/xinitrc +++ b/dot/xinitrc @@ -122,6 +122,10 @@ start-clients () { ## Mail notification. run bginit mail-notification + ## Policykit authentication agent. + agent=/usr/lib/policykit-1-gnome/polkit/gnome-authentication-agent-1 + if [ -x $agent ]; then run bginit $agent; fi + ## System monitor. case $vnc in no) run bginit gkrellm ;; esac @@ -137,7 +141,7 @@ start-clients () { case $vnc in no) run bginit gnome-panel ;; esac ## System tray. - run bginit stalonetray + ## run bginit stalonetray ## Local clients. start-clients-local