Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 657676

Summary: dev-qt/qtwidgets-5.9.5[gtk]: QApplication: invalid style override passed, ignoring it.
Product: Gentoo Linux Reporter: tot-to <bugs.gentoo.org.list>
Component: Current packagesAssignee: Qt Bug Alias <qt>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info output

Description tot-to 2018-06-09 20:58:08 UTC
Created attachment 535404 [details]
emerge --info output

My qtwidgets-5.9.5 are built with USE="gtk". However, if I try to start any qt application with GTK style, I get the above message.

To reproduce emerge qtwidgets-5.9.5 with USE="gtk" and run:

fbreader -style=gtk
QApplication: invalid style override passed, ignoring it.

or

export QT_STYLE_OVERRIDE=gtk
fbreader
QApplication: invalid style override passed, ignoring it.