this post was submitted on 23 Jun 2024
471 points (88.4% liked)
linuxmemes
20880 readers
5 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- No recent reposts
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm considering moving to Debian Stable plus Flathub for graphical desktop packages like Firefox, it works well on the Steam Deck. SteamOS also provides Distrobox which helps in some cases.
Flatpak is awesome, I love it so much. It lets users pick a distro based on the unique features that distro provides, without having to worry about whether their favourite apps are packaged. Since you're considering switching to debian+flatpak, here is a list of pitfalls I've run into in flatpak so far, maybe this can save you some troubleshooting:
.html
file that references a.css
file in the same directory with a flatpak'd browser will be broken, unless you manually make an exception using Flatseal orflatpak override
.umount
commands won't propagate into flatpak's sandbox, and drives will get stuck in a weird state where they're mounted in some namespaces, but not others. This should be the default in Debian tho.Anyway, this is just my experience running Flatapk in Void, hopefully it works smoother for you on Debian.