Dear Maintainer, Getting a startup error message which I don't yet understand, namely: --------------------------------------------------------------------- Notion startup error log: 0 [C]: in 'load_module' 1 mod_query.lua:15 [Skipping unnamed C functions.] 4 [C]: in 'dopath' 5 /home/foo/.notion/cfg_defaults.lua:8 [Skipping unnamed C functions.] 8 [C]: in 'dopath' 9 /home/foo/.notion/cfg_notion.lua:84 [Skipping unnamed C functions.] --------------------------------------------------------------------- I don't see it as severe problem, it's merely annoying, but still... regards -WA
Hello Wojciech, Thanks for your report! Can you post your /home/foo/.notion/cfg_defaults.lua ? (or at least line 8 and perhaps some lines around it)? /home/foo/.notion/cfg_notion.lua (or line 84 and some lines around it) might be useful too. Kind regards, Arnout
Hello Wojciech, Thanks for your report! Can you post your /home/foo/.notion/cfg_defaults.lua ? (or at least line 8 and perhaps some lines around it)? /home/foo/.notion/cfg_notion.lua (or line 84 and some lines around it) might be useful too. Kind regards, Arnout
Hi, of course, here is cfg_notion.lua:
===================================================================================+++
--
-- Notion default settings
--
dopath("cfg_notioncore")
dopath("cfg_kludges")
dopath("cfg_layouts")
dopath("mod_query")
dopath("mod_menu")
dopath("mod_tiling")
--dopath("mod_statusbar")
dopath("mod_dock")
dopath("mod_sp")
dopath("mod_notionflux")
dopath("mod_xrandr")
-- Deprecated.
--dopath("cfg_user", true)
/^..^\ ,-------------------------------------,
( (••) ) ►►►►| My public GPG key ID: AC66485E |
(|)_._(|)~ | please use email encryption! |
`-------------------------------------"
Hi, of course, here is cfg_notion.lua:
===================================================================================+++
--
-- Notion default settings
--
dopath("cfg_notioncore")
dopath("cfg_kludges")
dopath("cfg_layouts")
dopath("mod_query")
dopath("mod_menu")
dopath("mod_tiling")
--dopath("mod_statusbar")
dopath("mod_dock")
dopath("mod_sp")
dopath("mod_notionflux")
dopath("mod_xrandr")
-- Deprecated.
--dopath("cfg_user", true)
/^..^\ ,-------------------------------------,
( (••) ) ►►►►| My public GPG key ID: AC66485E |
(|)_._(|)~ | please use email encryption! |
`-------------------------------------"