Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xpra not working - am I missing something? #19

Open
mascip opened this issue Jun 2, 2014 · 4 comments
Open

xpra not working - am I missing something? #19

mascip opened this issue Jun 2, 2014 · 4 comments

Comments

@mascip
Copy link

mascip commented Jun 2, 2014

Hi, for a start I'm trying to use docker-desktop locally on my PC. I follow your instructions and when I do:

xpra --ssh="ssh -p 49153" attach ssh:[email protected]:10 

I get this output:

[email protected]'s password:   
bash: .xpra/run-xpra: No such file or directory   
Connection lost

I have xpra installed but I have never used it, so I might be missing something.

However, this works:

ssh [email protected] -p 49153 firefox

and it fact it's kind of enough for me. What are the benefits of xpra over simple ssh?

@paimpozhil
Copy link
Contributor

The benefits will be visible if you try to do this over a remote system .

When you are hosting the desktop over lan or in your local machine.. the ssh should be just fine.

@mascip
Copy link
Author

mascip commented Jun 4, 2014

Thanks a lot :) Your answer in the Docker2Go issue made it even clearer:
"X2go gives you support for different Compression ( good for wan /internet based desktops ) , Sound , file sharing ,etc out of the box."
I'm not using a remote system so far so I don't need it now, but the time will come...

@rogaha
Copy link
Owner

rogaha commented Aug 19, 2014

It should be fixed with the latest version. Let me know how it goes. Thanks

@mskonovalov
Copy link

I've got the same problem on Ubuntu 14.04.2

2015-03-14 11:04:49,023 error on publisher AvahiPublisher(Xpra ssh :10 :22 interface=-1) Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/xpra/net/avahi_publisher.py", line 77, in start publisher.start() File "/usr/lib/python2.7/dist-packages/xpra/net/avahi_publisher.py", line 118, in start bus = dbus.SystemBus() File "/usr/lib/python2.7/dist-packages/dbus/_dbus.py", line 194, in __new__ private=private) File "/usr/lib/python2.7/dist-packages/dbus/_dbus.py", line 100, in __new__ bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop) File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 122, in __new__ bus = cls._new_for_bus(address_or_type, mainloop=mainloop) DBusException: org.freedesktop.DBus.Error.FileNotFound: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory 2015-03-14 11:04:49,025 error on publisher AvahiPublisher(Xpra ssh :10 :22 interface=-1): org.freedesktop.DBus.Error.FileNotFound: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory

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

No branches or pull requests

4 participants