Skip to content

Instantly share code, notes, and snippets.

@hongjonghwa
Created March 5, 2020 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hongjonghwa/e6536aa8a4e679cbe6cca7d9826ce677 to your computer and use it in GitHub Desktop.
Save hongjonghwa/e6536aa8a4e679cbe6cca7d9826ce677 to your computer and use it in GitHub Desktop.
1. Package install
sudo apt-get install xrdp
sudo apt-get install xorgxrdp
2. PolicyKit Authority Setup
sudo vi /etc/polkit-1/localauthority/50-local.d/45-allow-colord.pkla
[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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment