Tip for opensuse,
Make a backup with this command once you have everything running like you want. It can actually be easier to restore a backup image then diagnose where you went wrong with library/symlink files (unless your a uber linux master, which I'm definitely NOT)
Example only:
sudo dd if=/dev/sdb2 conv=sync,noerror bs=64K | gzip -c > /home/theriddick/Documents/backup_27052017.img.gz
Note: sdb2 is my root system drive, NOT my home drive, just don't format home drive, generally its safe to keep that data around.