this post was submitted on 18 Jun 2025
16 points (94.4% liked)

Linux Gaming

18654 readers
24 users here now

Gaming on the GNU/Linux operating system.

Recommended news sources:

Related chat:

Related Communities:

Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.

founded 5 years ago
MODERATORS
 

cross-posted from: https://lemmy.ml/post/31885942

You can now download or update your Speed Dreams Flatpak to the latest version (2.4.2), and enjoy our SimRacing Open Source Game in this kind of package:

https://flathub.org/apps/org.speed_dreams.SpeedDreams

Thanks once again to @son_link for his invaluable work.

you are viewing a single comment's thread
view the rest of the comments
[–] jerkface@lemmy.ca 2 points 7 hours ago (1 children)

By "you" I meant "one", referring to the game's developer/integrator. Pardon.

[–] Valso@lemmy.ml 1 points 4 hours ago* (last edited 4 hours ago) (1 children)

Oh, I understand now. I checked PKGBUILD and it seems the path is... let's call it "hardcoded" because executables are probably looking for libraries in that specific path - /usr/lib, /usr/bin, /usr/share and so on and that's why it's failing to start, if it's not on the root partition. I'm not an expert in software developing but this smells like a bad linux port to me, bc properly made programs have quite different paths, like this: $HOME, $PATH and so on, nothing definitive like with this game.

By "properly made programs" I mean programs that will run just fine, even if I unpack their /usr in my secondary storage - /B/123/package-name/usr.

[–] jerkface@lemmy.ca 1 points 3 hours ago* (last edited 3 hours ago) (1 children)

Do I understand that you have extracted the flatpak?

I mean... yeah, that's not going to work. It's hard coded to use those paths because it's meant to run in a sandboxed environment.

[–] Valso@lemmy.ml 1 points 3 hours ago

I wrote AUR earlier. Considering your answer, you don't know what AUR is, I take it. "Arch User Repository". I downloaded the packages from there and extracted their contents. One is binaries, the other package is game data (files, textures, etc).