this post was submitted on 10 Jun 2024
12 points (57.9% liked)

Linux

46775 readers
1847 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
 

The title is a quote from Mastodon. I’ve always seen dislike towards snap so I was taken back when I saw this stance. The person who wrote this was referring to Tuxedo Laptops.

What are your thoughts on this?

EDIT:

Here’s the original comment: https://mastodon.social/@popey/112591863166141029

EDIT 2:

Some clarification for those accusing me of not following the thread or being disingenuous.

Didn't bother to follow the thread?

https://mastodon.social/@popey/112593520847827981

I posted my question here before this particular response from the OP. I asked the question on Lemmy out of interest and wanting to get a wider perspective. I also engaged with the OP on the thread so that I can get their perspective on their stance.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 2 months ago (2 children)

The Venn diagram of supported apps isn't also a perfect circle. You can't run VPNs as Flatpaks, and Flathub disallows CLI apps from being submitted (because the UX of using a sandboxed CLI app sucks). Snap doesn't have these issues.

[–] [email protected] 5 points 2 months ago* (last edited 2 months ago) (2 children)

because the UX of using a sandboxed CLI app sucks

I think it is more because of this issue because as far as I know snaps have some level of sandbox and you can still use CLI apps as you said.

[–] [email protected] 5 points 2 months ago (1 children)

Very interesting read, thanks for the link. This seems like a major shortcoming of flatpak!

[–] [email protected] 3 points 2 months ago* (last edited 2 months ago)

This is another issue with:

https://github.com/flatpak/flatpak/issues/46

https://github.com/flatpak/flatpak.github.io/issues/191

https://github.com/flatpak/flatpak/issues/1651

Others like valve have just ignored the issue for years, but the flatpak devs decided to argue that it doesn't apply to them, to the point that one even mentioned modifying the spec so that they are exempt...

[–] [email protected] 4 points 2 months ago

Yeah that's solidly it. I use strictly confined CLI snaps all the time. (In fact, I maintain the snaps for a couple of CLI apps.) They work fine as long as the snap has the right plugs.

But I don't want to have to run flatpak run dev.htop.htop to get to htop.

[–] [email protected] 4 points 2 months ago (1 children)

No there are many CLI apps on Flathub.

Helix, and others.

[–] [email protected] 8 points 2 months ago (1 children)

Helix opens it's own GUI when you run it. It's not a CLI app in the same sense as git. I'm curious on the others you mention, since as a packager, I've seen firsthand CLI apps being declined (or allowed, but only with a hidden status on flathub.org)

[–] [email protected] 3 points 2 months ago

Interesting. Yes I had some other editor too, it opened a new terminal tab.

There is some flatpak export bin directory where the binaries are, I think you can put that to your PATH and have a pretty good CLI experience.