helloSystem / QtPlugin

Qt platform plugin and style, required for Qt applications to export their menus over D-Bus in the required format
5 stars 4 forks source link

Causes Falkon rendering issues #17

Open probonopd opened 1 year ago

probonopd commented 1 year ago

Causes Falkon rendering issues on the second window opened, and on subsequent windows

image

This does not happen with the Qt default theme for Unix.

To reproduce:

killall falkon
unset QT_QPA_PLATFORMTHEME
falkon
probonopd commented 1 year ago

Interestingly, this doesn't happen when 2 windows are opened directly when Falkon starts (because they were open when Falkon was quit the last time):

image

Timing issue? I'm puzzled!

probonopd commented 1 year ago

This is caused by the style in QtPlugin. It goes away when one uses a different style, e.g., the Qt default one:

export QT_STYLE_OVERRIDE=Fusion
launch Falkon