1xfce4-session(1) General Commands Manual xfce4-session(1)
2
3
4
6 xfce4-session - Starts up the Xfce Desktop Environment
7
9 xfce4-session
10
12 This manual page documents briefly the xfce4-session command.
13
14 The xfce4-session program starts up the Xfce Desktop Environment and is
15 typically executed by your login manager (e.g. xdm, gdm, kdm, wdm or
16 from your X startup scripts). It will load your last session or a de‐
17 fault session that includes the standard Xfce programs if no saved ses‐
18 sion is available.
19
20 xfce4-session is an standard X11R6 session manager that can manage any
21 X11R6 SM compliant program, including GNOME and KDE programs.
22
23 xfce4-session uses the contents of the ~/.cache/sessions/ directory for
24 starting previously saved sessions.
25
26
27
29 xfce4-session takes the following command line options:
30
31 --disable-tcp
32 Disable binding to TCP ports in the ICE layer. This is not pos‐
33 sible on every platform. If you use this option on a platform
34 that does not support it, xfce4-session will print a warning
35 message and ignore the setting.
36
37 --help Print a help screen and exit.
38
39 --version
40 Output version information and exit.
41
42
43
45 xfce4-session's behaviour is affected by the following environment
46 variables.
47
48 XDG_CONFIG_HOME
49 Specifies the root for all user-specific configuration files. If
50 this environment variable is unset, it defaults to ~/.config/
51
52 XDG_CONFIG_DIRS
53 Set of preference ordered base directories relative to which
54 configuration files should be searched in addition to the
55 $XDG_CONFIG_HOME base directory. The directories should be sepa‐
56 rated with a colon.
57
58 XDG_CACHE_HOME
59 Specifies the root for all user-specific cache data. If this en‐
60 vironment variable is unset, it defaults to ~/.cache/
61
62 XFSM_VERBOSE
63 When defined, this environment variable enables debugging mes‐
64 sages to be saved to ~/.xfce4-session.verbose-log The log file
65 from the last session run with this environment variable set is
66 retained at ~/.xfce4-session.verbose-log.last These debugging
67 messages are useful for troubleshooting and development.
68
69
71 xfce4-session reads its configuration from Xfconf. xfce4-session
72 stores its session data into $XDG_CACHE_HOME/sessions/.
73
74
76 xfce4-session was written by Benedikt Meurer <benny@xfce.org> as part
77 of the Xfce project. This manual page was written by Oliver M. Bolzer
78 <oliver@debian.org> and Benedikt Meurer <benny@xfce.org>.
79
80
82 Report bugs to https://gitlab.xfce.org/xfce/xfce4-session/.
83
84
86 Copyright © 2003-2014 Benedikt Meurer.
87
88
89
90 Sep 28, 2014 xfce4-session(1)