Open sillysloft opened 18 years ago
Logged In: YES user_id=603593
style rootCommands are now no longer available. So this bug should no longer apply (and screen rootCommand will always run), closing.
Oh look, this was me.
Original comment by: rathnor
Original comment by: rathnor
Hi,
The screen rootCommand is run when the style file is loaded, by virtue of ThemeManager->load(style).
However, if the style is not readable, then it won't go to reconfigTheme for all the themes, which means it won't run the rootCommand (because it is in the RootTheme::reconfigTheme).
Need to arrange things so that the root theme's reconfig (and possibly others) is always run even if the style file doesn't load properly...
Reported by: rathnor