XRDP to Ubuntu 19.10 request many popup dialog for creating a colorprofile

Bug #1882258 reported by AdlerHorst
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
policykit-1-gnome (Ubuntu)
New
Low
Unassigned

Bug Description

While searching abougt a solution I found this Blogpost which was able to help me in this case:
https://c-nergy.be/blog/?p=12073

Revision history for this message
Sebastien Bacher (seb128) wrote :

Thank you for taking the time to report this bug and help make Ubuntu better. Unfortunately, we cannot work on this bug because your description didn't include enough information. You may find it helpful to read 'How to report bugs effectively' http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at http://wiki.ubuntu.com/DebuggingProcedures.

At a minimum, we need:
1. The specific steps or actions you took that caused you to encounter the problem.
2. The behavior you expected.
3. The behavior you actually encountered (in as much detail as possible).

Thanks!

Changed in policykit-1-gnome (Ubuntu):
importance: Undecided → Low
status: New → Incomplete
Revision history for this message
AdlerHorst (adlerhorst) wrote :

Found finally a solution:

https://help.ubuntu.com/community/xrdp

I propose to add this to the package to be able to solve it.

This part was the Key:
 Next, create a polkit configuration file:

sudo nano /etc/polkit-1/localauthority.conf.d/02-allow-colord.conf

and input inside it:

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;
}
});

Finally, restart xrdp and you should be able to connect:

sudo /etc/init.d/xrdp restart

Revision history for this message
AdlerHorst (adlerhorst) wrote :

Got a better solution:
http://c-nergy.be/blog/?p=13641
Please add this to the standard Installation.

Revision history for this message
Sebastien Bacher (seb128) wrote :

Could you describe what you are trying to do exactly to trigger those errors? How did you configure xrdp? what server and client softwares do you use?

Revision history for this message
AdlerHorst (adlerhorst) wrote :

> Could you describe what you are trying to do exactly to trigger those errors? How did you configure xrdp? what server and client softwares do you use?

Server-PC (ubuntu 19.10)
1.) apt get install xrdp
2.) Restart system

Client-PC (ubuntu 20.04)
3.) Install Remmina
4.) RDP to Server-PC
5.) RDP open but I got many color profile error

Server-PC
6.) researched Internet
7.) found solution from my post one
8.) got problems with grapphical login if an application request root access
9.) researched Internet (a long time)
10.) found solution #2
11.) every thing works as expected.

I didn't changed xrdp or Remmina configuration

Changed in policykit-1-gnome (Ubuntu):
status: Incomplete → New
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.