View Single Post
xerxes2's Avatar
Posts: 513 | Thanked: 651 times | Joined on Feb 2011 @ Sweden
#492
Originally Posted by Helmuth View Post
Confirmed.
I promised I should fix it didn't I? And you shouldn't make promises you cant keep, that's my fourth rule.

Originally Posted by Helmuth View Post
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...
Hey that's great thanks man. Finally this annoying bug got squashed. So if I understand correctly this commit was all that was needed:
https://github.com/xerxes2/panucci/c...402d6d9c890b0a

Many thanks to thp too who found that attribute, he's my Maemo hero. Now if not anything blows up I'd say that it's time for 0.99.1.
__________________
But the WM7 "horse" has a blood lineage tracing back to donkeys such as WM6.5, 6.1, 6.0, 5.1 that was fully neglected for too many years and Microsoft did sweet F all to maintain it (still running on Pocket IE4/6!!).

Last edited by xerxes2; 2011-03-26 at 07:54.
 

The Following User Says Thank You to xerxes2 For This Useful Post: