Confirmed.
No, your fix isn't working. And yes, it works at gtk. But I played with the code a little bit. And it works fine if I set the Main window as Stacked Window, too. So I added this lines to qtmain.py somewhere around line 68 (not inside "if platform.MAEMO:"): Code: if platform.FREMANTLE: self.main_window.setAttribute(QtCore.Qt.WA_Maemo5StackedWindow) Works now! I could create tomorrow at home a patch if you need one. But I guess the change is small enought that you could fix it without...
if platform.FREMANTLE: self.main_window.setAttribute(QtCore.Qt.WA_Maemo5StackedWindow)