--- a/E5Gui/E5PassivePopup.py Sat Oct 19 12:28:12 2013 +0200 +++ b/E5Gui/E5PassivePopup.py Sat Oct 19 13:03:39 2013 +0200 @@ -210,5 +210,5 @@ DEFAULT_POPUP_TYPE = E5PassivePopup.Boxed DEFAULT_POPUP_TIME = 6 * 1000 POPUP_FLAGS = Qt.WindowFlags( - Qt.Tool | Qt.X11BypassWindowManagerHint | \ + Qt.Tool | Qt.X11BypassWindowManagerHint | Qt.WindowStaysOnTopHint | Qt.FramelessWindowHint)