The user??™s session information is taken from ~/.cache/sessions/ if it exists; otherwise,
it??™s taken from the [Failsafe Session] section of /etc/xdg/xfce4-session/xfce4-
session.rc.
Here is the default xfce4-session.rc file with the [Failsafe Session] section
highlighted:
# $Id$: xfce4-session.rc 4690 2004-10-06 14:03:11z benny $
#
# Default xfce4-session configuration file.
#
# Copyright (c) 2003-2004 Benedikt Meurer
# All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
...(comment lines lines snipped)...
[General]
SessionName=Default
SessionName[de]=Standard
# Disable management of remote clients by default. The user
# has to explicitly enable this for security reasons.
DisableTcp=True
# This the default session launched by xfce4-session if the
# user hasn't saved any session yet or creates a new session.
[Failsafe Session]
Count=4
Client0_Command=xfwm4
Client0_PerScreen=False
Client1_Command=xfce4-panel
Client1_PerScreen=True
Client2_Command=xftaskbar4
8.
Pages:
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218