How to upgrade from Fedora30 to Fedora32 with less stress.

Let's do "By the book" instructions:

Update software and back up your system.
dnf upgrade --refresh

Install the DNF plugin.
dnf install dnf-plugin-system-upgrade

Start the update with DNF.
dnf system-upgrade download --releasever=32

Reboot and upgrade.
dnf system-upgrade reboot

Now let's fix the problems.
must resolve all .rpmnew and .rpmsave files rpmconf -a

must run hp-setup again to detect scanner
hp-setup -i 192.168.90.10

Terminal and Nautilis Menu Bar needs color
To file /home/.config/gtk-3.0 Add:
.titlebar:not(headerbar) {
background-image: none;
background-color: @theme_bg_color;
}

Alacarte gets uninstalled, appeditor is supposed to replace it

Fedora install no longer asks for root password.
To change the root password type:
sudo passwd root

Get rid of Activities Menu leaving only Applications and Places
dnf install chrome-gnome-shell
https://extensions.gnome.org/extension/358/activities-configurator/
DOES NOT WORK, hangs system.

Updated 3 Sept 2020
by Kevin Gyllenberg.