On Wed, 12 Aug 2015 09:47:50 +1000 Daniel Kasak <d.j.kasak...@gmail.com> said:

> Hi all.
> 
> Some applications ( java apps, and also an app of mine ) always open new
> windows on my laptop's screen, even though I launch them on a 2nd LCD
> screen. Changing the 'Window Display' policy doesn't seem to affect them.
> I'm running E19 from git, by the way.
> 
> I have no idea what the java apps are doing, but I've noticed that with my
> app, it's only a single window affected - one with gtk+'s new header bar
> and client-side decorations. AFAIK I haven't done anything to hint that I
> want it launched in a particular location. I've looked at gtk's "window
> gravity" stuff etc, and there is nothing different about this window
> compared to others.

it;'s likely java requesting specific geometry on start. some apps (and
toolkits do this. they THINK they know better and want to request a specific
location (eg remember last one). one reason for this is windows has no smart
placement itself so apps invariably are left to do their own placement to not
be insanely dumbly placed. but this falls over with multiple screens because
100,100 might be on another monitor depending on your screen layout.

you can work around this by having e's remembers force the app to a specific
location you want (on the current screen - so remember position, not screen or
desktop).


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to