[Pkg-haskell-maintainers] Bug#753551: needs update for mplayer2
    Joey Hess 
    joeyh at debian.org
       
    Thu Jul  3 01:37:41 UTC 2014
    
    
  
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 ]
 
 ------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 811 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-haskell-maintainers/attachments/20140702/967abc47/attachment.sig>
    
    
More information about the Pkg-haskell-maintainers
mailing list