-
-
Notifications
You must be signed in to change notification settings - Fork 67
Description
I gave a try to Ion4 recently - and mod_statusbar does not seem to launch anymore. I'm using notion4, compiled from source (6808963 commit-id), on CentOS7 - everything else seems to be working as expected.
I am well aware that mod_dock is now the default, and that dock and statusbar are mutually exclusive, but I like the good old statusbar.
So I just tried to replace dopath("mod_dock")
by dopath("mod_statusbar")
in cfg_defaults.lua... When launching notion, I get a mod_statusbar.lua:338: Failed to create statusbar.
message.
Did I miss something with the configuration ? Or was this a known issue leading to defaulting to mod_statusbar ?
Note that mod_dock is working fine - with the default config I get a dock !
BTW, the comments in cfg_notion.lua, are wrong, with respect to mod_dock and mod_statusbar, and the migration guide could explicitly mention that dock is now the default - I'll gladly submit a small patch to fix these small issues ).