Package: xmonad
Version: 0.11-7+b2
Severity: normal
Tags: patch

xmonad floats mplayer by default. However, Debian has switched to
mplayer2, and so on upgrade, it will stop floating. This can be easily
fixed in the user's config file, but here is a patch that avoids
bothering the user with breakage on upgrade.

--- XMonad/Config.hs.old        2014-07-02 21:37:33.620747235 -0400
+++ XMonad/Config.hs    2014-07-02 21:38:19.448747087 -0400
@@ -90,6 +90,7 @@
 manageHook :: ManageHook
 manageHook = composeAll
                 [ className =? "MPlayer"        --> doFloat
+                , className =? "mplayer2"       --> doFloat
                 , className =? "Gimp"           --> doFloat ]
 
 ------------------------------------------------------------------------

Attachment: signature.asc
Description: Digital signature

Reply via email to