Created
January 2, 2017 04:11
-
-
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)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<fontconfig> | |
<match target="font"> | |
<edit name="rgba" mode="assign"> | |
<const>none</const> | |
</edit> | |
</match> | |
</fontconfig> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.