While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- US operating system age verification bill "Parents Decide Act" gets published
- Mozilla announced "Thunderbolt", their open-source and self-hostable AI client
- PlayStation 3 emulator RPCS3 can now auto-configure games for you
- Gaming on Linux with an older GPU levels up with DXVK-Sarek v1.12 bringing major new features
- SDL (Simple DirectMedia Layer) ban AI / LLM code contributions
- > See more over 30 days here
- Steam achievement conundrum
- GustyGhost - Testing the VRAM valve patch
- Avehicle7887 - Away all of next week
- Liam Dawe - New Desktop Screenshot Thread
- tmtvl - Shop Crush - Psychological Horror Thrift Sim with Literal Illusio…
- hollowlimb - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
I'm trying help someone to improve their Linux support for a game made with the Visionaire engine.
At some points, e.g. when clicking their site in the credits, it should open a browser. According to what strace emits, Visionaire is calling xdg-open theirURL, which in turn calls kde-open5 theirURL - but fails to find kde-open5:
/usr/bin/xdg-open: 609: /usr/bin/xdg-open: kde-open5: not foundBoth programs are sitting nicely where they should:
eike@track:~$ ls /usr/bin/kde-open5/usr/bin/kde-open5
eike@track:~$ ls /usr/bin/xdg-open
/usr/bin/xdg-open
I changed the game's startup script as well as my system's xdg-open to emit the PATH variable, with the following results:
PATH variable in game start script: /home/eike/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/gamesPATH variable in xdg-open: /home/eike/bin
Anybody knows anything about Visionaire changing the PATH? Or got any other idea what happens here? I do know that the xdg-open used is the system's, as changing that yielded the print out. I'm quite sure Steam isn't creating the problem as I downloaded the game from itch-io as well with the same results.
Stay safe,
Eike