So far I upgraded three Ubuntu machines from 16.04 LTS to 18.04 LTS. Just my work laptop is left. A little checklist for future upgrades:
sudo apt update
sudo do-release-upgrade
sudo add-apt-repository ppa:gekkio/xmonad
sudo apt-get update
sudo apt-get install gnome-session-xmonad
GNOME + XMonad
session at loginsudo apt install gnome-tweak-tool
gnome-tweaks
to hide desktop icons (category by category, hiding all at once resets the wallpaper as well!)~/.wine
, let wine 3.0 initialize the default wineprefix again, e.g. by executing winecfg
. Then copy relevant programs back into the wineprefixUpdate: previously it was needed to adapt the Gnome configuration in regards to top/bottom panels. If this features ever surfaces again:
dconf-editor
org > gnome > gnome-panel > layout
toplevel-id-list
remove 'bottom-panel'
from list