Bug 1756752
| Summary: | geany doesn't show written underscores | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | sixpack13 <sixpack13> |
| Component: | geany | Assignee: | Dominic Hopf <dmaphy> |
| Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 31 | CC: | dmaphy, dreua, egolov, josef, nicolas.vieville, oliver, pingou, sixpack13 |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-05-18 19:45:51 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
sixpack13
2019-09-29 16:10:29 UTC
s/I'm running F30/I'm running F31/g Hello, Encountered this issue too. Switching font to "Liberation Mono Regular" in Geany Preferences/Interface brings back underscore character. Hope this will help. Cordially, -- NVieville thanks @NVieville your hope became true: the hint fixes my bug ! :-) Triggered by F30 -> F31 upgrade, workaround works. Is it possible to fix this in a way that not everyone needs to find and apply the workaround? None that I know of, unfortunately. This has been discussed upstream in several issues: * https://github.com/geany/geany/issues/2502 * https://github.com/geany/geany/issues/2386 * https://github.com/geany/geany/issues/2353 * https://github.com/geany/geany/issues/2287 * https://github.com/geany/geany/issues/1387 The thing is, it isn't a bug in Geany itself, it's rather a bug in several fonts. Even when we wanted to work around it in the software, we still wouldn't have to change Geany, but we'd have to change the rendering engine which displays the code, it's named Scintilla - you'll figure this out when reading on in the mentioned upstream issues. The issue is known at Scintilla as well, of course. I'm afraid I can not do anything in the Fedora package for Geany at this time but recommending you these workarounds also mentioned upstream: * either change the font (Liberation Mono works quite well according to my experiences) * or adjust the line_height in your filetypes.common as mentioned in the issues above: line_height=0;2; |