mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-25 22:15:59 +01:00
Must-have: update auth agent path (#673)
This commit is contained in:
parent
ba95f5aa60
commit
c78f9d58c5
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ Our recommendation is the KDE one. For arch, it's `polkit-kde-agent`.
|
|||
|
||||
You can autostart it with
|
||||
`exec-once=/usr/lib/polkit-kde-authentication-agent-1`. On some distributions
|
||||
you might have to use a different path
|
||||
`/usr/libexec/polkit-kde-authentication-agent-1` or `/usr/libexec/kf5/polkit-kde-authentication-agent-1`.
|
||||
you might have to use a different path which could be
|
||||
`/usr/libexec/polkit-kde-authentication-agent-1`, `/usr/libexec/kf5/polkit-kde-authentication-agent-1`, or `/usr/libexec/kf6/polkit-kde-authentication-agent-1`.
|
||||
|
||||
On other distributions that use a more recent version, such as Gentoo, it may be
|
||||
necessary to use
|
||||
|
|
Loading…
Reference in a new issue