Menu

#482 Playlist disappear after leaving full-screen.

open
nobody
linux (114)
5
2015-09-25
2012-01-25
Mhd Sulhan
No

I\'m very confused about this bug, because no one reported in here nor does in any other forum (by using search engine).

I use Archlinux with Openbox v. 3.5.0-4.

How to reproduce bug,
* Open SMPlayer
* Open Playlist Windown (CTRL-L)
* Play video
* Set SMPlayer video to fullscreen (f)
* Un-fullscreen the SMPlayer video
* Playlist window will disappear.

I submit a patch [1] to patch tracker but no one comment on it. Is it just me or what ?

[1] https://sourceforge.net/tracker/?func=detail&aid=3426000&group_id=185512&atid=913575

Discussion

  • Mhd Sulhan

    Mhd Sulhan - 2012-01-25

    Fix to Playlist disappear after leaving full-screen.

     
  • Ricardo Villalba

    What version of Qt are you using?

    I'm unable to reproduce your problem. I tested smplayer (latest version) with several Qt version (4.3 and 4.7), several environments (Windows, Ubuntu 11.10 with unity, Xubuntu...), it doesn't happen to me, the playlist doesn't disappear.

     
  • Mhd Sulhan

    Mhd Sulhan - 2012-02-02

    I just tried SMPlayer with another WM (xmonad) and it's work fine. I guess the bug is happened only in Openbox. Can someone else try it with Openbox v. 3.5.0-4 ?

    BTW, just in case, is it possible to apply the patch, because I still prefer to use Openbox as my main WM. Unless my patch produce another bug.

    Thanks.

     
  • Jeffrey Katz

    Jeffrey Katz - 2013-05-25

    Problem occurs with SMPlayer 0.8.5 and Openbox 3.5.0-7.

     
  • PICCORO Lenz McKAY

    the problem occurs when using some specific windows manager, by example, if using openbox 3.4.11.X no problem but if using openbox 3.5.X or 3.6.0 problems appears

    i'll try to send a bug to openbox upstream but the bugtracker are a crap, so i pòsted in debian package: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799385

     

    Last edit: PICCORO Lenz McKAY 2015-09-18
  • PICCORO Lenz McKAY

    the patch works with lsted smplayer, i tested with openbox and ratpoison

    Origin: https://sourceforge.net/p/smplayer/patches/62/

    --- smplayer-14.9.0~ds0.orig/src/baseguiplus.cpp
    +++ smplayer-14.9.0~ds0/src/baseguiplus.cpp
    @@ -427,10 +427,10 @@ void BaseGuiPlus::aboutToExitFullscreen(
                                       #endif
                                       );
    
    +       playlistdock->setFloating( fullscreen_playlist_was_floating );
            if (fullscreen_playlist_was_visible) {
                    playlistdock->show();
            }
    -       playlistdock->setFloating( fullscreen_playlist_was_floating );
            ignore_playlist_events = false;
     #endif
     }
    

    i made venenux packages for lenny and squeeze, also debian has now a report. hope this will be fixed

    http://venenuxrepo.fundacite-aragua.gob.ve/<release>

     

Log in to post a comment.