Questions tagged [flatpak]
Flatpak is a packaging mechanism for distributing a sandboxed desktop application to Linux systems.
168 questions
-1 votes
0 answers
41 views
How to completely uninstall Flatpak version of AnyDesk on SteamOS?
I'm trying to completely uninstall AnyDesk, but it's not working. Just simply removing it from KDE Discover doesn't work since if I install it, then it still remembered past things I did in it. Let me ...
0 votes
0 answers
36 views
Android Studio emulator gamepad support
I've installed Android Studio using flatpak on Debian. I've tried connecting my gamepad both by bluetooth and USB, but the apps in the Android Studio emulator don't react to its buttons. Is there a ...
1 vote
1 answer
64 views
How to add Basic Auth credentials to Flatpak remote requests?
I need to host a private Flatpak remote with restricted access by using Basic Auth (login/password). All I need now is to make Flatpak client add Authorization HTTP header with credentials to all ...
9 votes
1 answer
931 views
What does @@u and @@ mean in the a desktop entry
The default Firefox flatpak defines the following exec lines: ~ cat /var/lib/flatpak/exports/share/applications/org.mozilla.firefox.desktop | grep ^Exec Exec=/usr/bin/flatpak run --branch=stable --...
0 votes
0 answers
66 views
What do I have to do to allow Adobe Reader to see all my files and folders in Fedora 41 KDE spin?
I'm running Fedora 41 KDE spin. I used Discover to install the Flatpak distribution of Adobe Reader. When I try to right-click Open With > Adobe Reader 9 on a file in Dolphin, it silently fails. ...
0 votes
0 answers
137 views
How is `flatpak override --env=FOO=bar some.app.id` suppose to work?
I thought that I could: Use override to set an env for some flatpak And then every time I run this app If I enter in the process (to be sure, I did this for all 3 types of pids: instance,pid,child-...
0 votes
0 answers
34 views
Flatpak missing version attribute in output
I want to automate some Flatpak-related things, and my current problem is listing all remote packages and their versions. For reproducibility, I am testing in a Docker container (fedora, debian or ...
0 votes
1 answer
78 views
Why doesn't pkcon update the flathub repositories when I run it?
When I run pkcon refresh && pkcon update it doesn't update my flathub repositories. It does update apt and snaps but I still have to run flatpak update when I want to update my system. It ...