Re: Issue 189 in xmonad: MultiToggle to Full and tabbed layout makes X crusn

Updates: Status: Accepted Labels: Component-Contrib Comment #3 on issue 189 by byorgey: MultiToggle to Full and tabbed layout makes X crusn http://code.google.com/p/xmonad/issues/detail?id=189 I can still reproduce this. Yeesh. MultiToggle and Tabbed are both made of black magic. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings

Comment #4 on issue 189 by liskni.si: MultiToggle to Full and tabbed layout makes X crusn http://code.google.com/p/xmonad/issues/detail?id=189 I'm working on this. It seems that it will need a way to unapply transformers in addition to applying them, hence an API change is inevitable. :( -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings

Comment #5 on issue 189 by liskni.si: MultiToggle to Full and tabbed layout makes X crusn http://code.google.com/p/xmonad/issues/detail?id=189 I believe this patch fixes the issue: http://www.haskell.org/pipermail/xmonad/2009-December/009411.html Could you guys try if it works ok for you, please? -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings

Comment #6 on issue 189 by aleks.dimitrov: MultiToggle to Full and tabbed layout makes X crusn http://code.google.com/p/xmonad/issues/detail?id=189 Hello, I'm not the original author, but I just wanted to say that I ran into this issue yesterday, too. At first it manifested itself in XMonad consistently segfaulting, and when I pried a little harder, I could reproduce the OPs exact problem (I think.) The following configuration triggers it: import XMonad import XMonad.Layout.LayoutCombinators hiding ((|||)) import XMonad.Layout.MultiToggle import XMonad.Layout.MultiToggle.Instances import XMonad.Layout.Combo import XMonad.Layout.Tabbed layouts = mkToggle (NOBORDERS ?? FULL ?? EOT) $ simpleTabbed **||*** Full main = do xmonad $ defaultConfig { layoutHook = layouts } I'm using XMonad 0.9.1, Unbuntu 10.10 (using the XMonad version of the Ubuntu repo.) In my case, xmonad usually segfaults when I try to change something about the workspace's dimensions (say, mod-H or mod-L or mod-B, all of which trigger resizing of the windows.) Any way to work around this?

Comment #7 on issue 189 by liskni.si: MultiToggle to Full and tabbed layout makes X crusn http://code.google.com/p/xmonad/issues/detail?id=189 The fix for this issue isn't included in 0.9.1 yet. Try the patch from my post or just use the darcs version.

Comment #8 on issue 189 by aleks.dimitrov: MultiToggle to Full and tabbed layout makes X crusn http://code.google.com/p/xmonad/issues/detail?id=189 Oi, interesting. Thanks for the instantaneous answer! I'll get darcs and try it out. Seeing as your comment was almost a year ago, I assumed it fixed in the latest stable release. I'll report back in a moment.

Comment #9 on issue 189 by aleks.dimitrov: MultiToggle to Full and tabbed layout makes X crusn http://code.google.com/p/xmonad/issues/detail?id=189 Yes, the issue is fixed now. No more crashes. Thank you for your help!

Updates: Status: Verified Comment #10 on issue 189 by vogt.adam: MultiToggle to Full and tabbed layout makes X crusn http://code.google.com/p/xmonad/issues/detail?id=189 (No comment was entered for this change.)

Comment #11 on issue 189 by vogt.a...@gmail.com: MultiToggle to Full and tabbed layout makes X crusn http://code.google.com/p/xmonad/issues/detail?id=189 Issue 463 has been merged into this issue.
participants (1)
-
codesite-noreply@google.com