Ubuntu, multiple screens/workspaces


#1

possible bug.
I use Ubuntu 14.04 and 2 screens.
When I start the patcher it doesn't appear at all when the 2nd screen is connected, but it is running in the background.
When I use multiple workspaces (and 2 screens): Axoloti program shows up at workspace 3 , but every time an extra window is opened (or a popup appears) it starts at workspace 1, so I'm constantly moving windows.

It seems to work fine when I disable the 2nd monitor.
(possible solution: http://askubuntu.com/questions/231296/java-application-appears-in-other-unity-workspace )


#2

It probably should use GraphicsDevice, and then determine screen layout/monitors etc,
and I guess also store which monitor/workspace you want it displayed on.
(using primary monitor always, is also pretty annoying)

unfortunately, I don't have a second monitor here, so can really do the code changes, as I won't be able to test properly. (and i don't code, if I can't test smile )


#3

i dont know what this means. are you talking about java code?


#4

yes, java api http://docs.oracle.com/javase/7/docs/api/java/awt/GraphicsDevice.html