diff --git a/ubuntu/16.04/install.sh b/ubuntu/16.04/install.sh index 5a9c8f5..082ad1c 100644 --- a/ubuntu/16.04/install.sh +++ b/ubuntu/16.04/install.sh @@ -92,7 +92,7 @@ polkit.addRule(function(action, subject) { action.id == "org.freedesktop.color-manager.create-profile" || action.id == "org.freedesktop.color-manager.modify-profile" || action.id == "org.freedesktop.color-manager.delete-profile") && - subject.isInGroup("{group}")) + subject.isInGroup("users")) { return polkit.Result.YES; }