https://bugs.winehq.org/show_bug.cgi?id=56587 Artem S. Tashkinov <aros(a)gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #1 from Artem S. Tashkinov <aros(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.