Gangmax Blog

Fix Ubuntu 12.04 Startup 'colord' Error

From here.

Run the following commands:

1
2
3
4
5
sudo ldconfig
sudo dpkg -r colord
sudo apt-get check
sudo apt-get update
sudo apt-get upgrade --fix-missing

If you still experience the same problem, try this solution.

Comments