Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: Ubuntu 18.04 LTS Gnome en xrdp  (gelezen 1595 keer)

Offline testcees

  • Documentatieteam
    • testcees
    • www.testcees.nl
Ubuntu 18.04 LTS Gnome en xrdp
« Gepost op: 2018/03/24, 13:24:17 »
Met xrdp kan een “verbinding met extern bureaublad” (mstsc in WIndows of remmina in linux) worden gemaakt.
sudo apt install xrdp

Ubuntu 18.04 LTS gebruikt de Gnome desktop. De Gnome desktop vraagt om een wachtwoord voor een color profile:


Om hier van af te zijn kan je een tekstbestand 02-allow-colord.conf plaatsen in de map /etc/polkit-1/localauthority.conf.d/
sudo nano 02-allow-colord.conf

Plaats de volgende tekst in dit bestand:
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("{group}")) {
return polkit.Result.YES;
}
 
Klik links bovenin op Documentatie