-
-
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
- Home
- Eternal programs
You can use Flatseal to add the needed permissions.
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 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