ここんところ、家でも仕事でもUbuntuを使うことが多い。で、Ubuntuを使うのはリモートデスクトップだったり、Chrome remote desktopだったりなのだが、これが、ちょいちょいエラーを吐く。
使っている最中に”Authentication is required to create a color managed device”というポップアップが出てイライラするので直す方法のメモ
xRDP – The Infamous “Authentication Required to Create Managed Color Device” Explained
xRDP – How to Fix the Infamous system crash popups in Ubuntu 18.04 (and previous versions)
ようするに、polkitが悪さをしているのでこいつに設定ファイルを追加する。今使ってるのは20.04なんだけど、やっぱり出るよな。
[Allow Colord all Users]
Identity=unix-user:*
Action=org.freedesktop.color-manager.create-device;org.freedesktop.color-manager.create-profile;org.freedesktop.color-manager.delete-device;org.freedesktop.color-manager.delete-profile;org.freedesktop.color-manager.modify-device;org.freedesktop.color-manager.modify-profile
ResultAny=no
ResultInactive=no
ResultActive=yes
上の内容で、/etc/polkit-1/localauthority/50-local.d/45-allow-colord.pklaファイルを作成。
何となくよさげ。