1xfce4-session-logout(1) General Commands Manual xfce4-session-logout(1)
2
3
4
6 xfce4-session-logout - Logs out from Xfce
7
9 xfce4-session-logout
10
12 This manual page documents briefly the xfce4-session-logout command.
13
14 The xfce4-session-logout command allows you to programmatically logout
15 from your Xfce session. It requests the session manager to display the
16 logout confirmation screen, or, if given one of the command-line
17 options below, causes the session manager to take the requested action
18 immediately.
19
20
21
23 xfce4-session-logout takes the following command line options:
24
25 --logout
26 Log out without displaying the logout dialog.
27
28 --halt Halt without displaing the logout dialog.
29
30 --reboot
31 Reboot without displaying the logout dialog.
32
33 --suspend
34 Suspend without displaying the logout dialog.
35
36 --hibernate
37 Hibernate without displaying the logout dialog.
38
39 --hybrid-sleep
40 Hybrid Sleep without displaying the logout dialog.
41
42 --fast Do a fast shutdown. This instructs the session manager not to
43 save the session, but instead to quit everything quickly.
44
45 --help Print a help screen and exit.
46
47 --version
48 Output version information and exit.
49
50
52 xfce4-session-logout and this manual page were written by Brian Tarri‐
53 cone <kelnos@xfce.org> and Benedikt Meurer <benny@xfce.org> as part of
54 the Xfce project.
55
57 Report bugs to http://bugzilla.xfce.org/.
58
60 Copyright © 2004 Benedikt Meurer.
61 Copyright © 2008 Brian Tarricone.
62
63
64
65 Oct 7, 2008 xfce4-session-logout(1)