TransWikia.com

authentication is required to create a color profile on ubuntu 20.04

Unix & Linux Asked by Sabbir on November 26, 2020

I upgrade Ubuntu version from 18.04 to 20.04

But when update is complete i found a issues again and again on screen.
Here is the screenshot in given below:

enter image description here

How to fix these issues. I entered my password but it still showing after entering password then after few times it comes again.

Need to fix it asap! Is anyone getting this error?

One Answer

First login with the CLI, press ctrl+alt+f1 or f2 then login with your user then try below steps,

found this bug here:

https://bugzilla.redhat.com/show_bug.cgi?id=1149893

Specifically you have to place .rule file here,

/etc/polkit-1/rules.d/

(add a filename and just give the .rules extension)

give below rules:

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("username")) {
      return polkit.Result.YES;
   }
});

Then you have to Replace the word "username" with your user's group.

Answered by purval_patel on November 26, 2020

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP