LINUX - 1による日:認証は、カラー・プロファイル(Ubuntu

1041 ワード

私のようなこの問題に直面するならば、あなたは2009年に新しい.rulesファイルを置くことによってそれを解決することができます/etc/polkit-1/rules.d/ペーストする
polkit.addRule(function(action, subject) {
   if ((action.id == "org.freedesktop.color-manager.create-device" ||
        action.id == "org.freedesktop.color-manager.create-profile" ||
        action.id == "org.freedesktop.color-manager.delete-device" ||
        action.id == "org.freedesktop.color-manager.delete-profile" ||
        action.id == "org.freedesktop.color-manager.modify-device" ||
        action.id == "org.freedesktop.color-manager.modify-profile") &&
       subject.isInGroup("ATTENTION")) {
      return polkit.Result.YES;
   }
});
参考文献https://unix.stackexchange.com/questions/417906/authentication-is-required-to-create-a-color-profile