mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-02 11:45:57 +01:00
Update Must-have.md (#180)
While using opensuse, i found out ( im a bit of a newbie ) that libexec is in a different path, so i thought of adding it in the docs.
This commit is contained in:
parent
60684709ae
commit
d3c791cbda
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ an app wants to elevate its privileges.
|
||||||
Our recommendation is the KDE one. For arch, it's `polkit-kde-agent`.
|
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`.
|
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`.
|
||||||
|
|
||||||
On other distributions that use a more recent version, such as Gentoo, it may be necessary to use `exec-once=/usr/lib64/libexec/polkit-kde-authentication-agent-1` instead.
|
On other distributions that use a more recent version, such as Gentoo, it may be necessary to use `exec-once=/usr/lib64/libexec/polkit-kde-authentication-agent-1` instead.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue