The Following User Says Thank You to Helmuth For This Useful Post: | ||
![]() |
2011-03-26
, 07:52
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#492
|
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:"):
Works now!Code:if platform.FREMANTLE: self.main_window.setAttribute(QtCore.Qt.WA_Maemo5StackedWindow)
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...
The Following User Says Thank You to xerxes2 For This Useful Post: | ||
![]() |
2011-04-04
, 20:45
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#494
|
![]() |
2011-04-04
, 22:37
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#495
|
The Following User Says Thank You to Helmuth For This Useful Post: | ||
![]() |
2011-04-04
, 22:54
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#496
|
![]() |
2011-04-04
, 23:15
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#497
|
![]() |
2011-04-04
, 23:46
|
Banned |
Posts: 537 |
Thanked: 117 times |
Joined on Oct 2009
@ N900 LAND
|
#498
|
![]() |
2011-04-05
, 18:37
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#499
|
Perhaps, if this will need a bit more time, I found a new bug:
- Put 4 Files at your Playlist, delete File 3 (using File manager or gpodder) while you're playing File 4
- Seek back until you're inside File 3 and Panucci will stop working
I guess he is trying to load the deleted file.
I searched the correct place to put in a try / catch. But while searching I realized that skipping the missing file would be a better idea. But then I have to deal with the playlist and perhaps break more things. Could you try to look into it?
The Following User Says Thank You to xerxes2 For This Useful Post: | ||
![]() |
2011-04-05
, 19:43
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#500
|
Hmm, should perhaps check what happens if you remove the currrently played file too ...
Edit: If you remove the currently played file it just keeps on playing it so that's good.
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:"):
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...