this post was submitted on 19 Dec 2024
49 points (96.2% liked)

Linux

48637 readers
1166 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 42 points 6 hours ago* (last edited 6 hours ago) (2 children)

It's kinda shitty, but after reading the other links in the post I can't say it's very surprising.

Bottles devs seem weirdly hostile to the idea of anyone repackaging their software, because apparently they're the only ones that are able to do it properly.

edit: devs also refuse bug reports from any version that's not Flatpak, so in this context removing the button doesn't seem that unreasonable.

edit2: now that I've had a closer look at the PR mentioned in the post I'm not surprised at all.
Bottles devs are actively hostile. Apparently with this PR it's impossible to run Bottles outside Flatpak without the package maintainers patching the code.

[–] [email protected] 6 points 2 hours ago

actively hostile is putting it nicely, imagine being a paid supporter of bottles, you wake up, update, and find out the app you used to effectively use most of your important apps has no intentionally bricked itself and you need to either download install and setup flatpak, which breaks a good chunk of your apps by default do to the sandboxing, and now you need to spend hours trying to figure that out, or roll back.

I 100% support suse's decisions.

[–] [email protected] 22 points 5 hours ago (2 children)

There is an entire post from the devs on why Bottles is packaged the way it is. [https://usebottles.com/posts/2022-06-07-an-open-letter/]. If you put yourself in the developers' position, it's actually understandable. Distributions ship Bottles package filled with issues or straight up borked, users turn their frustrations to the Bottles developers instead of package maintainers, devs get frustrated and bombarded with issues that they can't fixed. A ton of time, effort and mental health is wasted. I think the wishes of devs should be respected, even though the software is open source and you CAN package it however you'd like.

[–] [email protected] 22 points 5 hours ago (1 children)

Actively resisting packaging is not the way, tho. You can just require an issue to be reproducible with flatpak, and otherwise tell ppl to bother the maintainer.

[–] [email protected] 24 points 4 hours ago* (last edited 4 hours ago) (2 children)

That's a lot it communication for someone that's working for free.

[–] 0x0 20 points 4 hours ago

That's a disclaimer in the bug submission page.

[–] [email protected] -3 points 2 hours ago

They take donations, that's not free.

[–] [email protected] 11 points 4 hours ago (1 children)

I don't think it's understandable in this case, no.

The entire project depends on Wine, imagine if Wine devs restricted Bottles in what way they are allowed to use it just because Wine project doesn't want to deal with bugs potentially introduced by the Bottles dev.

But they won't, because of the license.
And neither can the Bottles devs.

If they want to have total control over their source code, fine, but then they cannot claim to be open-source and release it under GPL.

[–] [email protected] 8 points 3 hours ago (1 children)

just because Wine project doesn’t want to deal with bugs potentially introduced by the Bottles dev.

If you have issue with Bottles, you don't immediately go to the Wine bug tracker. If you have issue with packaged Bottles, you immediately go to the Bottles bug tracker. There is clearly a big difference.

[–] [email protected] 6 points 2 hours ago

Yes, and another big difference is that Bottles refuses to provide any kind of help to package maintainers.
According to maintainers' comments on the Github project, they have to figure out how to build it by trial and error.

I was actually really surprised that there's isn't any kind of build documentation.
It's pretty unusual.