Failed to run gitk: Error in startup script Posted on November 5, 2012 by admin Gitk is a great tool for working with Git. Unfortunately after setting up git and X11 forwarding I got this error when running gitk. Error The error can easily be fixed by installing dejavu-sans-fonts. yum install -y dejavu-sans-fonts The result : Fully working gitk !! Voila !