https://bugs.winehq.org/show_bug.cgi?id=56587
Artem S. Tashkinov aros@gmx.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #1 from Artem S. Tashkinov aros@gmx.com --- Something in my XFCE session doesn't properly populate X resources:
$ xrdb -query | grep Xft Xft.antialias: 1 Xft.hintstyle: hintfull Xft.rgba: none Xft.dpi: 106
$ cat /home/birdie/.Xresources.xft Xft.antialias: 1 Xft.hinting: 1 Xft.hintstyle: hintfull Xft.rgba: rgb
$ xrdb -merge .Xresources.xft
Now I get this:
$ xrdb -query | grep Xft Xft.antialias: 1 Xft.dpi: 106 Xft.hinting: 1 Xft.hintstyle: hintfull Xft.rgba: rgb
And it's working.