gdm の画面に以下のメッセージが表示されて root のパスワードを求められる。
カラーマネジメントされたデバイスを作成するには認証が必要
英語だと「Authentication is required to create a color managed device」だが、
この color managed device の意味がようわからん。とりあえず結論的にこれを
出なくさせるには、下記の設定で良いみたい。
/etc/polkit-1/localauthority/50-local.d/allow-colord.pkla
[Allow colord for all users]意味はわかってないw とりあえずググってみたらあったのでメモ。
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=yes
ResualtInactive=auth_admin
ResultActive=yes
あと、Xspice に gdm を表示させるには、XDMCP を有効にする必要があるみたい。
custome.conf に以下の設定を追加
[xdmcp]Xspice の起動時は下記のように -query を追加。これもイマイチ意味がわかってない。
Enable=1
Xspice -query localhost <他のオプション>
とりあえずのメモ。
0 件のコメント:
コメントを投稿