Bug 1396751 - "Authentication is required to create a color managed device" prompt on login screen.
Summary: "Authentication is required to create a color managed device" prompt on login...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: gnome-shell
Version: 7.3
Hardware: All
OS: Linux
high
high
Target Milestone: rc
: ---
Assignee: Florian Müllner
QA Contact: Desktop QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-11-19 17:48 UTC by amit yadav
Modified: 2021-12-10 14:48 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-07-25 19:33:51 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description amit yadav 2016-11-19 17:48:20 UTC
Description of problem:

When trying to connect RHEL7.3 system remotely using xdmcp getting following message before logging into the system:
 
 Authentication Required
 Authentication is required to create a color managed device
 Password:

If I cancel the prompt or enter credentials I am able to login into the xdmcp session. But once I login into the system 
Getting Two prompt:

 Authentication Required
 Authentication is required to set the network proxy used for downloading software
 Password:

 and 

 Authentication Required
 Authentication is required to create a color managed device
 Password:

Version-Release number of selected component (if applicable):
gnome-settings-daemon-3.14.4-12.el7.x86_64

How reproducible:
Always

Steps to Reproduce:
1. Enable xdmcp on RHEL7.3 by adding "Enable=true" in [xdmcp] section of /etc/gdm/custom.conf file.
2. Restart gdm using: systemctl restart gdm.service
3. Try to connect to the xdmcp server from RHEL using Xephyr:

   # Xephyr -query SERVER_IP :1

Actual results:
Getting Authentication prompt when connecting to the system via XDMCP 

Expected results:
Should not get any prompt.

Additional info:

"Authentication is required to create a color managed device"
This issue was tracked for rhel7.2 in following bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1300937

Comment 4 Florian Müllner 2017-04-04 19:24:30 UTC
This doesn't sounds like a gnome-shell issue - it does show the authentication dialogs on polkit's behalf, but it isn't involved at all in the policy decision.

Looking at the two policies you mention, both allow the actions in questions for the active session on the *local* console, but have "<allow_any>auth_admin</allow_any>" which applies in the non-local case. So as far as gnome-shell is involved, everything looks like it is working as expected. To avoid those dialogs, either the policies need to be adjusted, or color-manager/packagekit need to be changed to not intent to perform the actions in question in remote sessions.


Note You need to log in before you can comment on or make changes to this bug.