From d3c791cbda321ae4fba7e0455c12d4c85195ee22 Mon Sep 17 00:00:00 2001 From: FossCake <32547537+SingleSlice@users.noreply.github.com> Date: Mon, 10 Apr 2023 13:28:36 +0200 Subject: [PATCH] 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. --- pages/Useful Utilities/Must-have.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Useful Utilities/Must-have.md b/pages/Useful Utilities/Must-have.md index bf9732c..be03763 100644 --- a/pages/Useful Utilities/Must-have.md +++ b/pages/Useful Utilities/Must-have.md @@ -36,6 +36,7 @@ an app wants to elevate its privileges. 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`. 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.