mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
Must-have: add polkit path for Fedora (#606)
fedora stores the polkit executable at a slightly different location, added the path
This commit is contained in:
parent
9f6f4c85e8
commit
daa05cbc8e
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ Our recommendation is the KDE one. For arch, it's `polkit-kde-agent`.
|
||||||
You can autostart it with
|
You can autostart it with
|
||||||
`exec-once=/usr/lib/polkit-kde-authentication-agent-1`. On some distributions
|
`exec-once=/usr/lib/polkit-kde-authentication-agent-1`. On some distributions
|
||||||
you might have to use a different path
|
you might have to use a different path
|
||||||
`/usr/libexec/polkit-kde-authentication-agent-1`.
|
`/usr/libexec/polkit-kde-authentication-agent-1` or `/usr/libexec/kf5/polkit-kde-authentication-agent-1`.
|
||||||
|
|
||||||
On other distributions that use a more recent version, such as Gentoo, it may be
|
On other distributions that use a more recent version, such as Gentoo, it may be
|
||||||
necessary to use
|
necessary to use
|
||||||
|
|
Loading…
Reference in a new issue