question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update Flatpak documentation to specify enabling podman.socket for user

See original GitHub issue

Is your enhancement related to a problem? Please describe

Flatpak documentation for running Podman Desktop needs to say that it requires

systemctl --user start podman.socket

in order to run. No modifications to the Flatpak itself need to happen since it seems to pick up the Containers and Images after quitting the application and restarting it.

I was also unable to make the change to the flatpak by doing:

flatpak override --filesystem=/run/user/1000/podman/podman.sock io.podman_desktop.PodmanDesktop

I got permissions denied, but Flatseal seemed to do the trick.

Describe the solution you’d like

State that users will need the Podman Socket enabled.

systemctl --user enable podman.socket
systemctl --user start podman.socket

Describe alternatives you’ve considered

No response

Additional context

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:24

github_iconTop GitHub Comments

1reaction
FilBot3commented, Sep 8, 2022

Even when installed as a Flatpak in the user’s space and not as root? Because that didn’t happen.

I’m also on Fedora Silverblue

0reactions
FilBot3commented, Sep 8, 2022

I can definitely provide you more. I have inxi, neofetch, and can grab anything you need/want.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Trying to use VSCode from a Flatpak using Podman-Remote ...
Setup Visual Studio Code to use Podman-Remote ... Install the following plugins. ... This installs the Remote Development VSCode Plugin pack to enable...
Read more >
Podman Installation Instructions
Once installed, the podman command can be run directly from your Windows PowerShell (or CMD) prompt, where it remotely communicates with the podman...
Read more >
Introducing the Red Hat Flatpak runtime for desktop containers
Learn how to use the new Flatpak runtime to build containerized desktop applications on top of Red Hat Enterprise Linux 8.2.
Read more >
How to replace `docker` with `podman` for PMM development
systemctl --user status podman.socket ○ podman.socket - Podman ... OK, this is common for rootless containers that system wouldn't allow ...
Read more >
Flatpak - ArchWiki
Flatpak applications are not effectively sandboxed by default, even when the package comes from flathub, e.g. allowing access to user files in $HOME...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found