diff --git a/docs/Troubleshooting/Network.md b/docs/Troubleshooting/Network.md index 7f92c7b3..7c172a0d 100644 --- a/docs/Troubleshooting/Network.md +++ b/docs/Troubleshooting/Network.md @@ -30,7 +30,7 @@ this line may appear in KlipperScreen.log: [wifi_nm.py:rescan()] [...] NetworkManager.wifi.scan request failed: not authorized ``` -if version of KlipperScreen installed was previous than v0.3.8, then re-run the installer and reboot +if version of KlipperScreen installed was previous than v0.3.9, then re-run the installer and reboot ??? Alternative workaround for network-manager diff --git a/scripts/KlipperScreen-install.sh b/scripts/KlipperScreen-install.sh index 50a0148a..484c0326 100755 --- a/scripts/KlipperScreen-install.sh +++ b/scripts/KlipperScreen-install.sh @@ -196,8 +196,7 @@ polkit.addRule(function(action, subject) { action.id == "org.freedesktop.login1.reboot-multiple-sessions" || action.id == "org.freedesktop.login1.halt" || action.id == "org.freedesktop.login1.halt-multiple-sessions" || - action.id == "org.freedesktop.NetworkManager.*" || - action.id.startsWith("org.freedesktop.packagekit.")) && + action.id.startsWith("org.freedesktop.NetworkManager.")) && subject.user == "$USER") { // Only allow processes with the "klipperscreen" supplementary group // access