FS#49108 - [fontconfig] Looks horrid on my conky

Attached to Project: Arch Linux
Opened by Rojikku (rojikku) - Wednesday, 27 April 2016, 12:32 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 27 April 2016, 14:10 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
https://puu.sh/ogqAA/7a4d8d79c1.png
Rough before and after. I made that screenshot when I had no idea what was causing the issue. Presently, I'm well aware of what was causing it, and have downgraded to 2.11.94, which completely fixed the issue.
Basically- the fonts look horrid.

Additional info:
* package version(s)
2.11.95
* config and/or log files etc.
background no
out_to_console yes
out_to_x no
update_interval 1
total_run_times 0
short_units yes
pad_percents 3

override_utf8_locale yes

TEXT
{"version":1},
[
#Lists currently playing song
#${if_mpd_playing} {"full_text": " ${scroll 25 5 ${exec mpc current}} | $mpd_elapsed/$mpd_length $mpd_status ", "color":"\#FF0000"},$endif
${if_mpd_playing} {"full_text": " ${exec mpc current} ", "color":"\#FF0000"},
{"full_text": " $mpd_elapsed/$mpd_length $mpd_status ", "color":"\#FF0000"},$endif
#Finds current volume. May need modified depending on your setup
{"full_text": " ♪ ${exec amixer get Master | grep -o "\[.*%\]" -m 1} ", "color":"\#268BD2"},
#Shows current user
{"full_text": " ☻ [${exec whoami}] ", "color":"\#ff00f3"},
#Shows hostname (heart for lack of better symbol)
{"full_text": " ♥ [${exec hostname}] ", "color":"\#6F3BFF"},
#Shows current memory usage
{"full_text": " RAM [$memperc%/$mem] ", "color":"\#B58900"},
#Shows current CPU usage with a bar
{"full_text": " ■ [$cpu%] ", "color":"\#00A9B5"},
#GPU Temperature
{"full_text": " GPU ≈ [${exec nvidia-settings -q gpucoretemp -t| head -n 1}°C] ","color":"\#33CC99"},
#Shows uptime
{"full_text": " UP [${uptime}] ","color": "\#dc322f"},
#Shows time
{"full_text": " [${time %a %d %b} ${time %r}] ","color": "\#2fdc57"}
],

Outputting to my i3 bar, though, my other conky window looks just as terrible. I REALLY want to put this as a critical issue, but honestly it's low priority. But considering how easy it is to fix, it would be nice if my new systems didn't have to hunt for an older version of the package.

Steps to reproduce:
This task depends upon

Closed by  Doug Newgard (Scimmia)
Wednesday, 27 April 2016, 14:10 GMT
Reason for closing:  Not a bug
Additional comments about closing:  If you don't like the defaults, configure it differently.

Loading...