On 2014-03-29 07:01, Linda Walsh wrote:
Carlos E. R. wrote:
Urarg!
But it exits to the command line before displaying anything.
Not here.
This is what I get: ... I am getting a bit farther, but I still get a connection timeout.
Could you tell me what you get when you type: echo $DBUS_SESSION_BUS_{ADDRESS,{P,WINDOW}ID}$'\n'
There is a related post in the forum, from yesterday, talking about getting emacs to work remotely: View this thread: <http://forums.opensuse.org/showthread.php?t=495973> The suggestion is to use: for f in $(dbus-launch); do echo $f; export $f; done on the remote session, I understand. cer@Telcontar:~> ssh -X cer@AmonLanc.valinor Password: Last login: Sun Mar 30 04:25:13 2014 from telcontar.valinor Have a lot of fun... cer@AmonLanc:~> for f in $(dbus-launch); do echo $f; export $f; done DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-QTQQjEBMBl,guid=86f1125aaf2a3a461c3a1bf053382a5c DBUS_SESSION_BUS_PID=9166 DBUS_SESSION_BUS_WINDOWID=176160769 cer@AmonLanc:~> But in my case, both emacs and meld work remotely. You can try to see if it makes a difference for you... If not, I suggest I ask on that forum thread ;-) -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" at Telcontar)