sillysloft / fluxbox

Fluxbox Window Manager (Mirror)
http://fluxbox.org/news/
Other
0 stars 1 forks source link

rootCommand not run if style file not readable #549

Open sillysloft opened 18 years ago

sillysloft commented 18 years ago

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

sillysloft commented 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

sillysloft commented 18 years ago

Original comment by: rathnor