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
- Oh dear - ARC Raiders was logging your private Discord chats [updated]
- California law to require operating systems to check your age
- Ubuntu and Fedora devs comment on California's new Digital Age Assurance Act
- Here's the most played Steam Deck games for February 2026
- SteamInputDB is a new site to help you find Steam Input configurations for your gamepads
- > See more over 30 days here
Recently Updated
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