Skip to content

Instantly share code, notes, and snippets.

@sar
Created August 27, 2020 15:15
Show Gist options
  • Save sar/4f75321b3b4a0c2b2a1ec40225abce51 to your computer and use it in GitHub Desktop.
Save sar/4f75321b3b4a0c2b2a1ec40225abce51 to your computer and use it in GitHub Desktop.
DisplayCAL GUI on Fedora 32 via Toolbox Container
#!/bin/bash
tb_exists=`which toolbox`
if [ ${tb_exists} != "/usr/bin/toolbox" ]
then
sudo dnf install toolbox -y
fi
toolbox create -c displaycal -r 31 -y
toolbox run -c displaycal sudo dnf install -y libXScrnSaver https://displaycal.net/download/Fedora_31/x86_64/DisplayCAL.rpm
toolbox run -c displaycal displaycal
printf '\n --> Update displaycal ArgyllCMS \n --> Select Executables via file -> locate ArgyllCMS executables if not detected automatically \n\n'
printf '\n --> Export Calibrated Profile for Host Usage \n\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment