Skip to content

Flatpak

Pier edited this page Dec 18, 2025 · 22 revisions

#How to add Flatpak permission to SysD Manager #Needed permissions

  • Home
  • Eternal programs

Flatseal

You can use Flatseal to add the needed permissions.

Command line

If the application is installed for the user (not system-wide), use the --user flag to avoid requiring sudo:

flatpak override --user --talk-name=org.freedesktop.Flatpak --filesystem=~/.config/systemd io.github.plrigaux.sysd-manager
flatpak run --talk-name=org.freedesktop.Flatpak --filesystem=~/.config/systemd io.github.plrigaux.sysd-manager

##Other useful commands To view the current permissions SysD Manager

flatpak info --show-permissions io.github.plrigaux.sysd-manager

To reset all SysD Manager permissions

flatpak override --reset io.github.plrigaux.sysd-manager

Clone this wiki locally