But, aren’t you using the PPA?
@Alexzee you have a mess of versions, in the other post you say you installed snap, flatpak, ppa and you use appimage?
Linux is a demanding system, you have to be careful.
Each way of installation has a different configuration folder:
- Ubuntu’s PPA (and derivatives) has it in HOME/.config/retroarch
- Snap inside the Snap folder in Home
- Flatpak inside the hidden .var folder in Home
- AppImage creates a Home right next to the executable, but you can also delete that folder and use the default PPA folder.
They all work the same, the one you choose depends on your taste. But if you are just starting out I recommend the PPA, everything is automatic. Appimage requires manual update, and create the shortcut manually.
Before doing anything else, uninstall RetroArch from Snap and Flatpak, open the terminal and paste this:
sudo snap remove retroarch; flatpak remove retroarch -y
Open RetroArch, whichever you choose to use.
Go to “Main Menu » Configuration File”.
Select Reset to Defaults.
Restart Retroarch.
The core and core information files are stored in the same place, you can see the directories in Settings " Directory.
This is how Appimage and the PPA would look like respectively.
Now it should work normally, but… You haven’t changed the administrative permissions of Home? Have you?