From: Thomas K. <tk...@gi...> - 2012-04-18 23:13:01
|
On Thu, Apr 19, 2012 at 12:33:30AM +0200, Philipp Hartwig wrote: > Wild guess: The diff indicates that the line > > dopath("cfg_defaults") > > in your cfg_notion.lua is commented IN, right? Yes, I didn't change that part. When I added xinerama, I just looked where it was commented out and enabled it there and then shuffled lines around. > What does your cfg_defaults.lua contain? Maybe an additional dopath("mod_sp")? > This would explain the "The module is already loaded." message. Yes. > Also does it contain a dopath("mod_statusbar")? This would explain why the > statusbar is missing: Unfortunately dopath("mod_statusbar") needs to be > executed AFTER dopath("mod_xinerama"). I guess that in your case it is > executed twice, once indirectly by dopath("cfg_defaults") and then again by > the direct dopath("mod_statusbar"), but only the first time seems to count. Also correct. > Please try commenting OUT all dopaths other than dopath("cfg_defaults") in > your cfg_notion.lua and modify cfg_defaults.lua instead, while making sure > that dopath("mod_xinerama") occurs before dopath("mod_statusbar"). (In fact in > the case of cfg_defaults.lua we print a warning if the order is wrong, but > apparently not if the dopaths are done in cfg_notion.lua. :/) > > Does this help? I've removed my .notion/cfg_notion.lua (so it falls back to the stock one) and copied cfg_defaults.lua into .notion, adding the xinerama line, and now everything works nicely. Thank you very much! firefox flash plugin, mplayer, and geeqie all have a useful fullscreen mode now. One minor thing: From non-xinerama I'm used to ALT-Tab switching between my monitors (basically, I had a big screen split vertically in two). Is there a way to reconfigure keys so I don't need to teach my fingers ALT-SHIFT-, and ALT-SHIFT-. and can continue using ALT-Tab instead? Thank you very much for your help, Thomas |