You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RetroArch's default configuration file (retroarch.cfg) specifies "/app/share/libretro/autoconfig" as the joypad autoconfig directory. However, in the Flatpak environment, this path actually corresponds to "/var/lib/flatpak/app/org.libretro.RetroArch/current/active/files/share/libretro/autoconfig" in the root directory. This discrepancy prevents RetroArch from properly extracting files to the intended location.
To demonstrate this issue:
Exit RetroArch completely
Remove the RetroArch profile directory: ~/.var/app/org.libretro.RetroArch
Launch RetroArch
Navigate to Settings -> Input -> RetroPad Binds -> Port 1 Controls
Select Save Controller Profile. You should see a confirmation message:
Modify any button setting
Attempt to Save Controller Profile again. This time, you'll encounter the error "Error saving controller profile." described on the screenshot below:
Expected behavior
Exit RetroArch completely
Remove the RetroArch profile directory: ~/.var/app/org.libretro.RetroArch
Launch RetroArch
Navigate to Settings -> Input -> RetroPad Binds -> Port 1 Controls
Select Save Controller Profile. The error "Error saving controller profile." should be displayed:
Version
Flatpak 1.19.1
The text was updated successfully, but these errors were encountered:
RetroArch's default configuration file (retroarch.cfg) specifies "/app/share/libretro/autoconfig" as the joypad autoconfig directory. However, in the Flatpak environment, this path actually corresponds to "/var/lib/flatpak/app/org.libretro.RetroArch/current/active/files/share/libretro/autoconfig" in the root directory. This discrepancy prevents RetroArch from properly extracting files to the intended location.
To demonstrate this issue:
Settings -> Input -> RetroPad Binds -> Port 1 Controls
Save Controller Profile
. You should see a confirmation message:Save Controller Profile
again. This time, you'll encounter the error "Error saving controller profile." described on the screenshot below:Expected behavior
Settings -> Input -> RetroPad Binds -> Port 1 Controls
Save Controller Profile
. The error "Error saving controller profile." should be displayed:Version
The text was updated successfully, but these errors were encountered: