Page MenuHomeSolus

Green border around text in GIMP
Closed, ResolvedPublic

Description

Okay so when drawing text in gimp on a black background you can clearly see a green outline around it. Its not as noticeable the larger your text gets but the smaller the more obvious. This bug is apparently known and has been noted: https://bugzilla.gnome.org/show_bug.cgi?id=657047
I'll attach a screenshot.

Screenshot from 2017-01-08 12-43-25.png (1×1 px, 113 KB)

Event Timeline

The referenced ticket suggests this is most likely the result of fontconfig misconfiguration but I don't see an offending config in ~/.config/fontconfig in my 2017.01.01.0 install.

I had to create a font.conf in /etc/gimp/2.0/ just so I can get back to work, still not sure what caused it. I have no offending config either.

Unable to reproduce this issue. Can you confirm whether it still exists on a fully upgraded system or via a fresh install of Solus with a 2017.04.18.0 ISO?

On my fully upgraded system without that font.conf I still get the issue. I'd test on my laptop but I seem to have a separate issue on that.

Tested on my laptop same issue.

JoshStrobl triaged this task as Normal priority.Nov 25 2017, 2:24 AM
JoshStrobl moved this task from Backlog to Package Fixes on the Software board.

I have the same issue. The workaround is to create ~/.fonts.conf containing

<fontconfig>
 <match target="font">
  <edit name="rgba" mode="assign">
   <const>none</const>
  </edit>
 </match>
</fontconfig>

Found this solution here.

This seems to be finally solved. I cannot reproduce it anymore.

Girtablulu claimed this task.

I can still reproduce the issue on a fully updated Solus 4.2 system.