Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Authentication is required to create a color managed device

## Explantion:
## Ia a security policy
## Policy file (on ubuntu 20.04):
## /usr/share/polkit-1/actions/org.freedesktop.color.policy

# Create pkla file
sudo nano /etc/polkit-1/localauthority/50-local.d/create-device-tf2.pkla

# Add folow content
[Allow Color Manager]
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;org.freedesktop.color-manager.install-system-wide;org.freedesktop.color-manager.device-inhibit;org.freedesktop.color-manager.sensor-lock
ResultAny=yes
ResultInactive=yes
ResultActive=yes
Comment

PREVIOUS NEXT
Code Example
Shell :: reload vimrc without exiting 
Shell :: qcow2 to vdi 
Shell :: downooad sublime in linux mint using terminal 
Shell :: openssl generate certificate 
Shell :: ubuntu install latest node with nvm 
Shell :: how to clone github repository in my google colab 
Shell :: git cleanup remove removed 
Shell :: bash find file by name 
Shell :: import sql single table dump in postgres 
Shell :: Zathura not displaying any documents 
Shell :: ufw add rule 
Shell :: git discard untracked 
Shell :: how to remove a folder from git and not locally 
Shell :: install php on wsl2 
Shell :: apache .htaccess Option ubuntu 
Shell :: how to upgrade snap packages 
Shell :: jq to windows 
Shell :: change docker folder windows 
Shell :: install pip3.9 
Shell :: GIT Error refname refs/heads/master not found 
Shell :: uninstall vscode completely windows 10 
Shell :: how to uninstall apps without admin password 
Shell :: install to current directory pip 
Shell :: uninstall snap package ubuntu 
Shell :: wsl docker System has not been booted with systemd as init system 
Shell :: python pip upgrade 
Shell :: install haskell stack 
Shell :: git submodule update authentication 
Shell :: git stash back 
Shell :: How to remove files from new gitignore file 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =