Skip to content

Conversation

@doublec
Copy link
Collaborator

@doublec doublec commented Sep 19, 2013

Git commit 882d8cf fixed a problem where restarting a snapshot that
had open worlds would fail on Linux due to using the fully qualified
display name. Unfortunately it broke support for sharing worlds on
other displays - they would always open on the local display.

The fix backs out that change so that remote displays work and fixes
the original issue by using the default display name.

This can be tested by starting an additional Xserver like Xnest:

$ Xnest -ac :1 &

Then from within Self on the local display grab a 'Share window with' Morph from the factory onto the desktop. Enter '127.0.0.1:1.0' and press 'share window with'. The Xnest will now show a Self desktop and you can see the other user.

Prior to this patch the desktop would always spawn in a new window on the local display regardless of the display name used.

Saving the snapshot, exiting, then restarting correctly opens the windows on the local display.

Git commit 882d8cf fixed a problem where restarting a snapshot that
had open worlds would fail on Linux due to using the fully qualified
display name. Unfortunately it broke support for sharing worlds on
other displays - they would always open on the local display.

The fix backs out that change so that remote displays work and fixes
the original issue by using the default display name.
@doublec doublec force-pushed the linux_remote_display branch from 585d816 to 5f6acda Compare October 2, 2014 23:14
@doublec
Copy link
Collaborator Author

doublec commented Oct 2, 2014

Rebased on top of master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant