How do I apply color profiles in Xfce?

9,009

You can access the color manager on xfce by running colormgr.

If you want to apply a color profile:

sudo apt-get install xcalib -y

Apply an ICM file with:

xcalib profilename.icm

Revert the changes with xcalib -c.

Note that the change won't stay upon reboot, so you'll need to add the xcalib profilename.icm command to Startup Applications.

Share:
9,009

Related videos on Youtube

SupaKoopaTroopa64
Author by

SupaKoopaTroopa64

Updated on September 18, 2022

Comments

  • SupaKoopaTroopa64
    SupaKoopaTroopa64 over 1 year

    In GNOME, you can use GNOME Color Manager. But how can I do this in Xfce?

  • unhammer
    unhammer over 5 years
    You'll need xiccd too to get the full profile running, see askubuntu.com/q/427821/25639