You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add exec-once = systemctl --user start hyprpolkitagent to your Hyprland config and restart hyprland
Or, if using UWSM:
you can autostart the polkit agent with the command systemctl --user enable --now hyprpolkitagent.service.
However, running either of these commands results in:
The unit files have no installation config (WantedBy=, RequiredBy=, UpheldBy=,
Also=, or Alias= settings in the [Install] section, and DefaultInstance= for
template units). This means they are not meant to be enabled or disabled using systemctl.
Possible reasons for having these kinds of units are:
• A unit may be statically enabled by being symlinked from another unit's
.wants/, .requires/, or .upholds/ directory.
• A unit's purpose may be to act as a helper for some other unit which has
a requirement dependency on it.
• A unit may be started when needed via activation (socket, path, timer,
D-Bus, udev, scripted systemctl call, ...).
• In case of template units, the unit is meant to be enabled with some
instance name specified.
Is the service file indeed missing an entry? Using exec-once = uwsm app -- /usr/bin/hyprpolkitagent instead works for me.
The text was updated successfully, but these errors were encountered:
The wiki instructions indicate you can either:
Or, if using UWSM:
However, running either of these commands results in:
Is the service file indeed missing an entry? Using
exec-once = uwsm app -- /usr/bin/hyprpolkitagent
instead works for me.The text was updated successfully, but these errors were encountered: