Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I have checked the permissions explicitly and the flatpak in question doesn't seem want access to anything out of the ordinary. In fact it doesn't even want to access the home directory or any other directory from what I can see, it just want permissions to interact with X11, pulseaudio and things like that, which is exactly what I would expect from a game. At least that's if I'm understanding things correctly when I tried to look at the permissions, since it's my first time I'm not sure I actually understand.
https://developer.nvidia.com/rtx/raytracing
however you have to trust the default permissions set by the distributor (usually flathub.org) or go the extra mile and inspect these via an extra app before actually running the flatpak app, because the permission choices aren't made by the user explicitly during install (something Android used to do) nor all disabled by default until the first time they are invoked by the app (which is what Android does now, invoking a dialog to allow forever / allow just this once / deny)
No dependency hunting, just
flatpak install spotify, steam, gimp, whatever.
I mean i have flatpak with flathub installed, but i almost never use it.
But I'm an arch users so everything is either in pacman already or in the aur already.
But great if you don't use arch or something based on it if it isn't in the fedora, Apt or whatever repo
It's an abomination. It might as well run a whole windows subsystem lol.
Flathub is pretty trusted, but some third party sites are not.
Likewise, their sandbox is not particularly strong, so the damage any malicious software can do is within the scope of what you permit the software to do. Since they use capabilities based permissions, check the required permissions before installing. Almost all request access to the filesystem at the level of the user running them, which basically amounts to no more sandboxing than any other user level program.
Fedora has its own FlatPak remote where flatpaks reside which are built from the existing RPMs (repository packages). This has of course the same trust as the main repositories. See the whole story here.
https://fedoramagazine.org/an-introduction-to-fedora-flatpaks/
Or in general. Is there even a difference to begin with between flathub or flatpak rpm?
One exception is Steam because i've heard setting up other drives is harder when it's a flatpak
Also, Fedora has a strict policy of only open source software in their main repo's. The RPMFusion repo's are for the binary blobs. I don't know what FlatHub's policy is.
But that's my interpretation of it.