
23 Nov
2009
23 Nov
'09
9 a.m.
Comment #5 on issue 342 by hgabreu: Firefox `save as` dialog doesnot appear http://code.google.com/p/xmonad/issues/detail?id=342 Sorry if this sound too trivial, but have you tested it with another window manager? What makes you think it's a xmonad problem? Anyway, you could add the following line to your manageHook to verify if the window is even created, looking for the its title at /tmp/lastWindowTitle , [ title >>= \t -> liftX (io $ writeFile "/tmp/lastWindowTitle" t) >> idHook ] -- 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