-
-
Notifications
You must be signed in to change notification settings - Fork 9
Flatpak
Pier edited this page Dec 18, 2025
·
22 revisions
#How to add Flatpak permission to SysD Manager
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
To view the current permissions for an application, use:
flatpak info --show-permissions io.github.plrigaux.sysd-manager