-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOSBox-X Flatpak not running games through Boxtron on the Steam Deck. #52
Comments
None of the flatpak DOSBox versions can be executed anymore. They all fail with:
This is likely related to ValveSoftware/steam-runtime#551 I've tried these:
And none of them work. A desirable and easy-to-install solution to Steam Deck users would be to release BoxTron as a flatpak that handles all of these issues. But, not know how steam runtimes, boxtron, or flatpak works... This is more a wish than a real solution. |
I've managed to launch the game (on both desktop mode and game mode) using the following line in
And then I created a shell script at that location, with the following contents: #!/bin/sh
echo "LD_LIBRARY_PATH was: $LD_LIBRARY_PATH"
# Choose one out of these three:
# Vanilla DOSBox. Seems to work.
#export LD_LIBRARY_PATH="/var/lib/flatpak/app/com.dosbox.DOSBox/current/active/files/lib:$LD_LIBRARY_PATH"
#exec /var/lib/flatpak/app/com.dosbox.DOSBox/current/active/files/bin/dosbox "$@"
# DOSBox-staging. For some reason, it refuses keyboard input.
#export LD_LIBRARY_PATH="/var/lib/flatpak/app/io.github.dosbox-staging/current/active/files/lib:$LD_LIBRARY_PATH"
#exec /var/lib/flatpak/app/io.github.dosbox-staging/current/active/files/bin/dosbox "$@"
# DOSBox-X. Also seems to work fine.
export LD_LIBRARY_PATH="/var/lib/flatpak/app/com.dosbox_x.DOSBox-X/current/active/files/lib:$LD_LIBRARY_PATH"
exec /var/lib/flatpak/app/com.dosbox_x.DOSBox-X/current/active/files/bin/dosbox-x "$@" Please note that I'm abusing flatpak. I'm launching the binary directly, bypassing flatpak, and explicitly adding its own |
@denilsonsa this fixed it for me. I agree that it is probably not good to bootstrap Flatpaks manually, but it works. I think there needs to be an issue for creating a flatpak version. |
I can't manage to get Boxtron to open DOSBox-X and run games.
Here is my ~/.config/boxtron.conf
The text was updated successfully, but these errors were encountered: