
Status: New Owner: ---- New issue 308 by jason.ribeiro: Comment in XMonad.Util.Scratchpad regarding gnome-terminal provides an incorrect example. http://code.google.com/p/xmonad/issues/detail?id=308 Passing --name to gnome-terminal only seems to work if there aren't any terminals already open. I'm not sure if this is intended behavior, but if --disable-factory is also passed, then scratchpad works properly. This confused me for a bit so I think it makes sense to change the comment. At the very least hopefully google will catch this bug report :) Contrib/XMonad/Util/Scratchpad.hs 86c86 < -- > scratchpadSpawnActionCustom "gnome-terminal --name scratchpad" ---
-- > scratchpadSpawnActionCustom "gnome-terminal --disable-factory --name scratchpad"
-- 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