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
Describe the bug
Assuming a user passes the same path they passed to PCSX2 for their ROMs, the ISO paths passed in the generated steam shortcuts will be wrong. This is because PCSX2 seems to use the Flatpak document portal, which seems to reexport paths for flatpak apps in a different location in $XDG_RUNTIME_DIR/doc.
Steps to reproduce the behavior
Generate PCSX2 shortcuts
Notice that they don't launch correctly
Expected behavior
The ISO paths to Just Work ™️.
The mapping from the user provided ISO path to what the PCSX2 flatpak will see can be acquired with flatpak documents net.pcsx2.PCSX2 --columns=path,origin - this will show exported paths and their original paths. It would be easy enough to do a sort of search and replace on these, but maybe some kind of script or other command needs to exist to convert these paths. It may also be possible to get this info programatically through the DBus API but I'm not sure.
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
We receive the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered:
Describe the bug
Assuming a user passes the same path they passed to PCSX2 for their ROMs, the ISO paths passed in the generated steam shortcuts will be wrong. This is because PCSX2 seems to use the Flatpak document portal, which seems to reexport paths for flatpak apps in a different location in
$XDG_RUNTIME_DIR/doc
.Steps to reproduce the behavior
The ISO paths to Just Work ™️.
The mapping from the user provided ISO path to what the PCSX2 flatpak will see can be acquired with
flatpak documents net.pcsx2.PCSX2 --columns=path,origin
- this will show exported paths and their original paths. It would be easy enough to do a sort of search and replace on these, but maybe some kind of script or other command needs to exist to convert these paths. It may also be possible to get this info programatically through the DBus API but I'm not sure.Upvote & Fund
The text was updated successfully, but these errors were encountered: