this post was submitted on 07 Jul 2025
703 points (92.2% liked)

Linux

56329 readers
885 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 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Jedi@bolha.forum 40 points 5 days ago (3 children)

About the image: The joke's on you, I install my flatpaks via the terminal.

I've started using flatpaks more after starting using Bazzite and I liked them more than I expected. As a dev, I still need my work tools to be native, but most of my other needs are well covered by flatpaks.

Tip: Flatseal is a great config manager for flatpaks' permissions.

[–] pineapple@lemmy.ml 18 points 5 days ago

Installing flatpaks via the terminal is so much faster for some reason, so I always do it that way.

[–] Outwit1294@lemmy.today 8 points 5 days ago (1 children)

I installed flatseal but I never understand what is essential and what is not.

[–] Jedi@bolha.forum 7 points 5 days ago (1 children)

It is mostly trial and error. I use it mostly to set envvars.

As an example, I add the ~/.themes folder and the GTK_THEME to allow some apps to get the themes I downloaded.

[–] Outwit1294@lemmy.today 2 points 5 days ago (1 children)

Oh, so flatpaks cannot automatically get system themes?

If it is trial and error, is it really useful for a normal user?

[–] Jedi@bolha.forum 2 points 5 days ago (1 children)

System themes, probably most of them work. But most of them don't bother watching the user themes or icons folder.

I don't think Flatseal is that useful for the majority of users, no. But it is a good tool to have in mind when the need arises.

[–] Outwit1294@lemmy.today 0 points 5 days ago (1 children)

Why do you think it is not useful?

I replaced Firefox system package with Flatpak because I think browser is the most used and vulnerable thing in my system. And the size seemed reasonable.

I did not replace Thunderbird because its size is almost 10 times.

[–] DanWolfstone@leminal.space 1 points 4 days ago (1 children)

The person you're replying to is talking about the permissions manager flatseal, not flatpaks

[–] Outwit1294@lemmy.today 0 points 4 days ago

Oops. I got confused

[–] hallettj@leminal.space 1 points 5 days ago (1 children)

My guess was the point is that it's difficult to install CLI tools using Flatpak

[–] Ferk@lemmy.ml 3 points 4 days ago* (last edited 4 days ago)

Installing them is not difficult. It's the same as any other flatpak.

The problem is when running them (actually, when running any flatpak, not just CLI tools) you need to type out the whole backwards domain thingy that flatpaks use as identifier, instead of having a proper typical and simple executable name like they would have if they were installed normally.

I end up adding either symlinks or aliases for all my flatpaks because of this reason. After doing that it's ok.. but it's just an extra step that's annoying and that the flatpak devs have no interest on fixing apparently.