alamminsalo / orion

Cross platform Twitch.tv client
GNU General Public License v3.0
313 stars 60 forks source link

Theme / font issue in Ubuntu 18.04 #244

Closed logix2 closed 6 years ago

logix2 commented 6 years ago

Orion 1.6.5 has some font / theme issues in Ubuntu 18.04 (with Qt 5.9.5), as seen in this screenshot: https://i.imgur.com/YGGsdLQ.png

Any idea what's wrong and a possible workaround maybe? Thanks!

Edit: this is an issue caused by using Kvantum. It can be fixed by launching Orion with:

QT_STYLE_OVERRIDE= orion

(this unsets QT_STYLE_OVERRIDE for orion)