tce-load -i compiletc intltool libxfce4ui-dev libwnck-dev gobject-introspection-dev desktop-file-utils wget https://archive.xfce.org/src/xfce/xfce4-session/4.18/xfce4-session-4.18.3.tar.bz2 cd xfce4-session-4.18.3 CC="gcc -flto -march=i486 -mtune=i686 -Os -pipe" CXX="g++ -flto -march=i486 -mtune=i686 -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --disable-static --localstatedir=/var --disable-debug --disable-legacy-sm find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [0m 21.27s] sudo make install Build Configuration: * Debugging support: no * Polkit/PolicyKit support: no * Legacy session management: no * Backend: linux Configuring Xfce4 Session There are several optional run time dependencies for Xfce4: dbus-1.14.10, GnuPG-2.4.5, hicolor-icon-theme-0.18, OpenSSH-9.7p1, and xinit-1.4.2 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 /usr/share/mime Starting Xfce4 You can start Xfce4 from runlevel 3, using xinit-1.4.2, or from runlevel 5, using a Display Manager, such as lightdm-1.32.0. To start Xfce4 using xinit-1.4.2, run the following commands: cat > ~/.xinitrc << "EOF" dbus-launch --exit-with-x11 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 [Note] Note You may wish to drop 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).