StartsOnPage suddenly stopped working

I have the following styles defined:

Style "Firefox-bin" Icon $[ICON_PATH]/browser.png, MiniIcon $[ICON_PATH]/menu/browser.png, EWMHMiniIconOverride, StartsOnPageIncludesTransients 3 0, SkipMapping Style "Thunderbird-bin" Icon $[ICON_PATH]/mail.png, MiniIcon $[ICON_PATH]/menu/mail.png, EWMHMiniIconOverride, StartsOnPageIncludesTransients 1 0, SkipMapping

This was working great, sending apps to specific pages in the background but now, after the last reboot, they are popping up in the page from which they were run with the menu! What’s happened there? I’m sure I did not change my config at all on my last boot but now this boot…well, it’s not working :frowning:

Could it be this:

viewtopic.php?p=4487#4487

Oh, BTW:

StartsOnPageIncludesTransients 1 0

is wrong. StartsOnPageIncludesTransients doesn’t accept where to place the transient window – that’s relative (in this case) to the location of the parent window.

– Thomas Adam

DOH! So I actually needed:

StartsOnPage 1 0, StartsOnPageIncludesTransients

Thanks again!