Unreadable fonts on 0.4
empijei opened this issue · 6 comments
I was a happy zeal user until 0.4 came out. Sadly the new release introduced a bug regarding font size:
As you can see here, fonts for the menus and docset names are so small they are almost unreadable. (I kept the topbar in the screenshot for scale as my topbar has a font size of 10pt)
It started as soon as I upgraded to 0.4.
I am on Arch linux, with Awesome Window Manager on X.org.
My current version of zeal comes from arch repos and is community/zeal 1:0.4.0-1. I tried to recompile from master and got the same issue.
Please let me know if I can help with more info,logs,confs or anything else or if I can perform some additional operations/checks to help you with this.
I like zeal and I would like to have the new version working 😃
Do you have a HiDPI display? How did you setup Qt style? See Arch wiki for some details.
Although, most likely it has nothing to do with the style, but rather Qt platform plugin can't retrieve your display's DPI for some reason.
Check the output of xrandr --dpi dpi
, and this page in the case of a HiDPI display.
Hi @trollixx thanks for the reply.
I have a normal 1920x1080 HD monitor on my laptop, a Thinkpad Carbon X1
Here is the output of xrandr anyway:
$ xrandr --dpi dpi
xrandr: Cannot find output dpi
In this is the dpi command called on my main display:
$xrandr --dpi eDP1
xrandr exits with 0 status
but prints nothing.
You helped solving the problem anyways because the command qtconfig-qt4
that I found on the wiki allowed me to tune font size and have a readable zeal UI.
Thanks for your help.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.