Skip to content

Instantly share code, notes, and snippets.

@csaez
Created January 2, 2017 04:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csaez/5d8286b134266e51c6cb76fd218d1d5d to your computer and use it in GitHub Desktop.
Save csaez/5d8286b134266e51c6cb76fd218d1d5d to your computer and use it in GitHub Desktop.
Fix green border around fonts in GIMP (/etc/gimp/2.0/fonts.conf)
<fontconfig>
<match target="font">
<edit name="rgba" mode="assign">
<const>none</const>
</edit>
</match>
</fontconfig>
Copy link

ghost commented Nov 25, 2018

Thank you so much for putting this here. I haven't used Gimp in a regular desktop environment for a while so I don't know if this is a recurring or regular problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment