Merge branch 'master' of metalzone:etc/profile
[profile] / dot / xinitrc
index 1ba8b2c..2ef2a18 100755 (executable)
@@ -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