%general-entities; ]> $LastChangedBy$ $Date$ xfce4-session-&xfce4-session-version; xfce4-session Introduction to Xfce4 Session Xfce4 Session is a session manager for Xfce. Its task is to save the state of your desktop (opened applications and their location) and restore it during a next startup. You can create several different sessions and choose one of them on startup. &lfs78_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &xfce4-session-md5sum; Download size: &xfce4-session-size; Estimated disk space required: &xfce4-session-buildsize; Estimated build time: &xfce4-session-time; Xfce4 Session Dependencies Required , , , and Recommended , and Required Runtime User Notes: Installation of Xfce4 Session Install Xfce4 Session by running the following commands: ./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-legacy-sm && make This package does not come with a test suite. Now, as the root user: make install Command Explanations : This switch disables legacy session management which isn't necessary on modern system. Configuring Xfce4 Session There are several optional run time dependencies for Xfce4: , , , and When building an Xfce4 package, some configuration files are installed in /usr/share/applications, /usr/share/icons, and /usr/share/mime. In order to use those files in your Xfce4 session, you need to update various databases. Do that by running, as the root user (you need to have the recommended dependencies installed): update-desktop-database && update-mime-database Starting Xfce4 You can start Xfce4 from runlevel 3, using , or from runlevel 5, using a Display Manager, such as . To start Xfce4 using , run the following commands: cat > ~/.xinitrc << "EOF" ck-launch-session dbus-launch --exit-with-session startxfce4 EOF startx The X session starts on the first unused virtual terminal, normally vt7. You can switch to another vtn simultaneously pressing the keys Ctrl-Alt-Fn (n=1, 2, ...). To switch back to the X session, normally started at vt7, use Ctrl-Alt-F7. The vt where the command startx was executed will display many messages, including X starting messages, applications automatically started with the session, and eventually, some warning and error messages. You may prefer to redirect those messages to a log file, which not only will keep the initial vt uncluttered, but can also be used for debugging purposes. This can be done starting X with: startx &> ~/.x-session-errors You may wish to drop consolekit and/or dbus-launch, e.g., just using startxfce4 in ~/.xinitrc. However some capabilities such as mounting or umounting file systems from a file manager will not be possible, or the reboot option will be absent or inoperative, among other problems. When shutting down or rebooting, the shutdown messages appear on the vt where X was running. If you wish to see those messages, simultaneously press keys Alt-F7 (assuming that X was running on vt7). Contents Installed Programs Installed Library Installed Directories xfce4-session, xfce4-session-logout, xfce4-session-settings and xfce4-tips libxfsm-4.6.so /usr/include/xfce4/xfce4-session-4.6, /usr/share/xfce4/tips and /usr/share/doc/xfce4-session-&xfce4-session-version; Short Descriptions xfce4-session starts up the Xfce Desktop Environment. xfce4-session xfce4-session-logout logs out from Xfce. xfce4-session-logout xfce4-session-settings is a GTK+ 2 GUI which allows you to alter your preferences for your Xfce Session. xfce4-session-settings xfce4-tips is a GTK+ 2 GUI which displays tips when you log in to an Xfce Session. xfce4-tips libxfsm-4.6.so contains the Xfce Session API functions. libxfsm-4.6.so