aboutsummaryrefslogblamecommitdiff
path: root/x11-wm/xfce4-session/pkg-message
blob: 9d0d6db98941ce37785cf431a2750f8805e33d56 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                              
To be able to shutdown or reboot your system, you'll have to add a .pkla file
in %%LOCALBASE%%/etc/polkit-1/localauthority/50-local.d directory. Which looks
like this (replace PUTYOURGROUPHERE by your group):

[Restart]
Identity=unix-group:PUTYOURGROUPHERE
Action=org.freedesktop.consolekit.system.restart
ResultAny=yes
ResultInactive=yes
ResultActive=yes

[Shutdown]
Identity=unix-group:PUTYOURGROUPHERE
Action=org.freedesktop.consolekit.system.stop
ResultAny=yes
ResultInactive=yes
ResultActive=yes