Also see Ubuntu setup
Recommended tweaks
Remove the duplicate login screen entry
sudo mv /usr/share/xsessions/xfce.desktop /usr/share/xsessions/xfce.desktop.bak &> /dev/null
Remove unnecessary applications
sudo apt-get -y remove abiword gmusicbrowser gnumeric mousepad orage xchat xfce4-notes
Install recommended applications
sudo apt-get -y install brasero deja-dup gedit gnote libreoffice-calc libreoffice-impress libreoffice-writer rhythmbox shotwell
Disable visual effects (if you have an older computer, this will speed it up slightly)
xfconf-query -c xfwm4 -p /general/use_compositing -t bool -s false
Optional tweaks
If your computer doesn’t have bluetooth:
- Xfce menu > All Settings > System > Session and Startup
- Select the Application Autostart tab
- Uncheck Blueman Applet
If your computer isn’t a laptop:
- Xfce menu > All Settings > System > Session and Startup
- Select the Application Autostart tab
- Uncheck Power Manager
If you want to hide the default desktop icons
- Xfce menu > All Settings > Personal > Desktop > Icons
- Under Default Icons, uncheck any icons you wish to hide
Add system load monitor panel applet
-
Install the applet
sudo apt-get -y install indicator-multiload
-
Xfce menu > System Load Indicator
-
Click the load indicator in the panel > Preferences
-
Make sure Autostart is checked
-
Check any of the resources you want in Monitored Resources (recommended: Processor, Memory)
Other
After upgrading from Xubuntu 14.04 to 16.04
-
If the menu is missing items
-
Right-click the menu > Remove > Remove
-
Right-click an empty spot in the top panel > Panel > Panel Preferences > Items > + > Whisker Menu > Add > Close
-
Under Items select Whisker Menu > click ↑ until it’s at the top > Close
-
Start with a clean configuration (without losing any of your files or programs)
-
mv ~/.config/xfce4 ~/.config/xfce4.bak
-
Reboot
-
Log into Xubuntu Session (not Xfce Session, if that’s an option)