StartsOnPage warps viewport to another page

Is there any way to prevent my viewport dancing around when I use StartsOnPage on any application?

I would like to get them started in other page while I work on the current one without being thrown into that page when the window is mapped. I searched around and reviewed the man page once more but I did not find what I am looking for.

Thanks in advance.

Style foo SkipMapping

– Thomas Adam

Thanks, I could not find it in the man page.

Anyway, I haven’t managed to get it to work. I use something like:

Style "kate"				StartsOnPage 2 0, SkipMapping

If I launch kate in Page 1 1, for example, kate goes to 2 0 as stated in the StartsOnPage style, and my viewport moves to 2 0 as well. Current cvs patched, current uppatched, and 2.5.19, have been tested, all with the same results.

Any clue?

Add:

!FPFocusByFunction

To the end of the style line.

– Thomas Adam

Thank you, Thomas Adam. That worked. :slight_smile: