Patreon Logo Support us on Patreon to keep GamingOnLinux alive. This ensures all of our main content remains free for everyone. Just good, fresh content! Alternatively, you can donate through PayPal Logo PayPal. You can also buy games using our partner links for GOG and Humble Store.
Latest Comments by Cyril
The Crew from Ubisoft gets revived thanks to the The Crew Unlimited project
19 Sep 2025 at 3:14 pm UTC Likes: 1

They're working to fix it but closed source server and all that.
I'm surprised nobody talks about that, but for me it's really the frustrating thing about this project in the first place, even though it's better than nothing. What a bitter taste.

Stop Killing Games update - UK petition to see a debate in Parliament
19 Sep 2025 at 3:00 pm UTC Likes: 4

I'm not British but seeing what UK have done on "Internet related things" laws recently I don't hold my breath. But to be honest EU is not really doing any better... It's the same shit everywhere.

Please make it stop - Google Chrome to be reimagined with AI
19 Sep 2025 at 2:53 pm UTC Likes: 5

but I still need Chrome installed for the websites that only work with Chrome
Maybe I'm very lucky but I've never seen that kind of websites, so never had to use Chrome in any way. It seems a nightmare.

Cronos: The New Dawn releases today - Steam Deck Verified with Linux support
15 Sep 2025 at 10:21 pm UTC

Is the Steam version DRMFREE?
From what I see on pcgamingwiki: no. I don't know exactly if/where we can verify that on steamdb.info.

Cronos: The New Dawn releases today - Steam Deck Verified with Linux support
11 Sep 2025 at 2:30 pm UTC

The game is also available on GOG but... guess what? No Linux version there!

Open source re-implementation of Caesar III levels up in the new release
9 Aug 2025 at 12:37 am UTC Likes: 3

@Tevur No, but I just noticed these two projects exist:

https://github.com/dalerank/Akhenaten [External Link] (for Pharaoh)
https://github.com/MaurycyLiebner/eZeus [External Link] (for Zeus)

So I'm very excited about it, as I like them a lot more (I didn't play Caesar III at the time), but didn't tried those yet!

ZOOM Platform also had payment processor issues, say they "have no plans to remove any titles"
4 Aug 2025 at 11:54 am UTC Likes: 3

F*ck that "fellow member of the industry".
I hope we'll know who they are, and sooner the better!

Developer of PlayStation 1 emulator DuckStation threatens "removing Linux support entirely" but not yet
2 Aug 2025 at 11:55 am UTC

@tohur As I said it's already there but... from their Github page:

Due to various Flatpak limitations and Flathub randomly breaking regularly, the Flatpak package is not recommended. We recommend that you use the AppImage instead.
And this comment tells a bit more on this situation:
https://github.com/stenzek/duckstation/pull/3454#issuecomment-2982578243 [External Link]

Thanks for the PR. I'd be hesitant about adding any permission since flathub displays scary warnings for filesystem access, making it sound like my application is malicious.

Additionally, their silly system requires manual approval of any changes, and the last time it changed, they approved the aarch64 variant but not x86. So I had to push a dummy commit and another release, spamming all users with a notification just because of this pointless process. Much larger app stores such as google play don't require such rubbish.

I'm considering dropping the flatpak for this reason and others, but a middle ground where the CI builds bundles but they're not published on flathub is an option. In which case the added permission is a non issue, and I can just request full filesystem r/o access which solves the portal paths constantly breaking problem too.

Generally speaking, I'm not a huge fan of workarounds for one specific piece of hardware that I don't own and can't debug myself. This sounds like something that should be covered in flatpak itself, not applications.

Alternatively, why can't users just manually add the permission themselves? Or, of course, use the appimage.

itch.io to reindex free adult content as they search for new payment processors
1 Aug 2025 at 6:00 pm UTC Likes: 2

due to restrictions placed on them by their banking partners
This has to be dig out...

Developer of PlayStation 1 emulator DuckStation threatens "removing Linux support entirely" but not yet
1 Aug 2025 at 5:46 pm UTC Likes: 3

@Cloversheen As I said, DrMcCoy pretty answered that I think, there:
https://www.gamingonlinux.com/2024/09/playstation-1-emulator-duckstation-changes-license-for-no-commercial-use-and-no-derivatives/page=1/#r269177

The Creative Commons licenses (except, arguably, CC0) are a terrible, terrible choice for software. They simple were not designed for software and they make no distinction between the source and binaries. One issue that results from that is the inability to package the software, and at least they acknowledge that that is a consequence.

That also means no inclusion in Linux distributions, and even *with* custom agreements that will be difficult, since this license is just completely incompatible with basically every distribution's terms.

In fact, this choice of license also means no further contributors unless every single one can get the approval of every single other contributor. This is a complete nightmare to walk into as a developer.

This is a completely baffling choice.
and there:
https://www.gamingonlinux.com/2024/09/playstation-1-emulator-duckstation-changes-license-for-no-commercial-use-and-no-derivatives/?comment_id=269221

This is not, this is a violation of GPL license if the contributor did not explicitly give him permission to relicense their work.
And the main dev stenzek claims he has permission by everyone.

Btw, can CC-BY-ND even be compiled ?
CC doesn't make any distinction between source and binary, so compiling creates a derivative work you're not allowed to redistribute.

EDITED to merge a double-post after somebody deleted their own post:

You, on your own, can compile it. As long as it's just you and nobody knows about it, you can do anything. You can compile it, you can change it to say "stenzek is a doodoo head" at startup, knock yourself out.

Distributing such a changed version, including just a compiled binary of the unchanged sources (because for the CC, both are the same, a derivative work), that's what's not legal. No uploading it to the internet, no giving it to your friends, probably not even letting other people use it on your own system.
@Kimyrielle Yeap, Leah Rowe did that last year, see:
https://codeberg.org/vimuser/duckstation [External Link]