To update, the recommended method is using fedup. Pretty straight forward. I was using the LXDE spin.
The only issue I had is that after the upgrade I got the console login. The runlevel was right though (5 not 3). For some reason there was no display manager in the systemd configuration.
* Update *
A few more issues to be solved:
1. If you are getting polkit errors uncheck LXPolkit from Preferences -> Desktop Session Settings.
2. There is a bug somewhere causing issues with pulse audio when you switch users. My solution was to edit /usr/bin/startlxde and add
as the very first command. Logout and in and problems should be gone!
The only issue I had is that after the upgrade I got the console login. The runlevel was right though (5 not 3). For some reason there was no display manager in the systemd configuration.
ln -s /lib/systemd/system/lxdm.service /etc/systemd/system/display-manager.servicesolved the issue.
* Update *
A few more issues to be solved:
1. If you are getting polkit errors uncheck LXPolkit from Preferences -> Desktop Session Settings.
2. There is a bug somewhere causing issues with pulse audio when you switch users. My solution was to edit /usr/bin/startlxde and add
unset XDG_RUNTIME_DIR
as the very first command. Logout and in and problems should be gone!