GNOME Bugzilla – Bug 226898
evolution's behavior when DISPLAY is set remotely is wierd, to say the least....
Last modified: 2013-09-10 14:03:10 UTC
Please fill in this template when reporting a bug, unless you know what you are doing. Description of Problem: Steps to reproduce the problem: 1. Startup evolution on your local system 2. export DISPLAY=your.favorite.remote.host:0 3. Startup evolution again, on your local system Actual Results: evolution starts up again with its display on the local system, rather than the remote host. Expected Results: That evolution should use the remote host.. How often does this happen? Every time. Additional Information: If you kill the local evolution, then it displays remotely (though the display performance, even on a local net, is slow).
It means that you are running Evolution on your local machine already, and instead of launching another instance, it opens a new window on the existing instance. Unfortunately, it is impossible to get this working properly with GTK 1.2 since it doesn't have multi-display support. We *could* run a new instance instead of using the existing one, but then OAF would mess up (since it doesn't like multiple displays either), and we would have to handle multiple instances accessing ~/evolution properly (which we currently don't do).
*** bug 225572 has been marked as a duplicate of this bug. ***
*** bug 214230 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of 224885 ***