Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 657676 - dev-qt/qtwidgets-5.9.5[gtk]: QApplication: invalid style override passed, ignoring it.
Summary: dev-qt/qtwidgets-5.9.5[gtk]: QApplication: invalid style override passed, ign...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-09 20:58 UTC by tot-to
Modified: 2024-03-03 22:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info output (emerge-info.log,15.20 KB, text/plain)
2018-06-09 20:58 UTC, tot-to
Details

Note You need to log in before you can comment on or make changes to this bug.
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.