Bug#799984: fix playlist that disappear after leaving full-screen with openbox
PICCORO McKAY Lenz
mckaygerhard at gmail.com
Fri Sep 25 02:57:53 UTC 2015
Package: smplayer
Version: 14.9.0~ds0-1.1
Severity: important
Tags: patch
fix playlist that disappear after leaving full-screen mode if window
manager are openbox r ratpoison with uses specific settings
Ths fix must be backported to wheeze too.
Related Bug-Debian: http://bugs.debian.org/799385
Origin: https://sourceforge.net/p/smplayer/patches/62/
Bug: https://sourceforge.net/p/smplayer/bugs/482/
Forwarded: not-needed
--- 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
}
--
Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 04-tryfixplaylist.patch
Type: text/x-patch
Size: 803 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20150924/91a4ef13/attachment.bin>
More information about the pkg-multimedia-maintainers
mailing list