Questions tagged [flatpak]
Flatpak is a packaging mechanism for distributing a sandboxed desktop application to Linux systems.
167 questions
0
votes
0
answers
23
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
votes
1
answer
85
views
How to run a PHP Web Server on SteamOS?
I've installed Visual Studio Code and PHP 8.3 from KDE Discover, but now I have no idea how to actually start the PHP Server.
I'm able to do all my PHP Development in VSCode, but no way to actually ...
1
vote
1
answer
60
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 ...
2
votes
2
answers
386
views
Reuse the profile of apt Firefox in Flatpak version through a symbolic link?
The answers in the question How do I install and migrate to the official Firefox flatpak? show that when running Firefox through Flatpak, it saves profiles in the ~/.var/app/org.mozilla.firefox/....
9
votes
1
answer
895
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
1
answer
145
views
flatpak "download only" update location
In APT, we can do apt upgrade --download-only so we download locally without installing.
In flatpak, according to their help, we may use flatpak update --no-deploy to achieve the same behavior:
"...
0
votes
0
answers
61
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
45
views
flatpak permission from manifest does not grant permission to xdg-documents
When I built a flatpak, I put this in my manifest yml:
finish-args:
- --filesystem=xdg-desktop
- --filesystem=xdg-documents
- --socket=x11
- --share=ipc
Then I built the app and installed it.
...
0
votes
0
answers
127
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
2
answers
375
views
/run/user/1000/docs saved files cleanup
Debian 12.9 GNOME DE
My /run/user/1000/doc folder contains some 150 subdirectories, a significant number of which contain no files and of some which do, selecting the file using Midnight Commander ...
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
0
answers
63
views
/opt folder and installing from flatpak
I was trying to install a program called soundux from pacstall, and it created a desktop icon but wouldn't install after a dependency issue. Clicking on that icon just created another icon on my task ...
0
votes
1
answer
71
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 ...
0
votes
0
answers
67
views
unit name in journalctl empty when filtering using -u flag for flatpaks
journalctl shows logs in the following format
<DATE> <TIME> <HOSTNAME> <UNIT NAME> <MESSAGE>
Whenever I needed to get logs from a single unit I added -u flag
journalctl -...
1
vote
0
answers
101
views
How to install flatpak-builder in rhel docker (ubi)?
For context: I'm trying to crossbuild wezterm-mux-server to use it on remote servers of my company that run RHEL 9.2+. Since I don't have full root access I want to crossbuild them on my local machine ...