this post was submitted on 03 Jan 2026
32 points (90.0% liked)
Linux
60865 readers
770 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
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
view the rest of the comments
Well, that's one thing with Flatpak. There is a permission system, as the applications are fully or partially sandboxed. You can install "Flatseal", that can change permission for each installed Flatpak application. But it can be confusing or hard to understand what you have to change in order to make it work. Or maybe the application itself is not packaged correctly as a Flatpak, I don't know.
Yeah it can be confusing; Flatseal makes it easier as it's a GUI way of doing what is otherwise command line with flatpak itself but it still assumes some knowledge about what you're doing and can be a bit of trial and error. The more you expose to the sandbox, the more "native" performance you can achieve but it's at the expense of security.
In Flatseal you can set global options for all apps, or individual apps. For graphics, in the Device section, toggling the option to make the GPU available to the sandboxes may be needed - "GPU Acceleration" in the Device section. That one option can be pretty effective as GPU hardware acceleration is often important, if not essential, for programs like Handbrake (which are video transcoding).
This is equivalent to "device=dri" when launching the flatpak via the commandline.