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-profileReference
この問題について(LINUX - 1による日:認証は、カラー・プロファイル(Ubuntu), 我々は、より多くの情報をここで見つけました https://dev.to/mirsahib/a-day-with-linux-1-authentication-is-required-to-create-a-color-profile-ubuntu-20lts-3pj5テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol