Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Autenticação é necessária para criar um dispositivo gerenciado de cores

## 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 :: git default branch name config 
Shell :: bash adding to array 
Shell :: check number of threads in a process linux 
Shell :: git source autocomplete 
Shell :: nvm newest version 
Shell :: linux search for line in file 
Shell :: git prune remote branches 
Shell :: git show only merge commits 
Shell :: linux shred command 
Shell :: How to completely remove Mod Pagespeed from Ubuntu 
Shell :: how to install to mysql server in powershell 
Shell :: ver espacio en disco linux 
Shell :: Could not load project management plugin KDevCMakeManager. 
Shell :: discord components python install 
Shell :: folder color ubuntu 
Shell :: uninstall package from ubuntu 
Shell :: jq windows 
Shell :: install wp-cli 
Shell :: gitlab default password 
Shell :: comment in cmd 
Shell :: how to install jwt in angular 
Shell :: ubuntu keyboard repeat 
Shell :: git crdencial --cache 
Shell :: snapd remove command 
Shell :: oevrride localwith remote branch 
Shell :: upgrade pip version 
Shell :: shell for loop parameters 
Shell :: powershell remove files recursive 
Shell :: psycopg2 error 
Shell :: how to install chocolatey on windows 10 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =