#1334 closed enhancement (fixed)
mdns GUI launcher
Reported by: | Antoine Martin | Owned by: | alas |
---|---|---|---|
Priority: | major | Milestone: | 2.1 |
Component: | client | Version: | trunk |
Keywords: | Cc: |
Description
Follow up from #1332, see also #1333.
Make a GUI that shows all the local servers and let's you connect to the sessions simply by clicking on them.
We may want to differentiate proxy servers from seamless servers, etc.
It would also be nice to be able to type in the password if the session requires one..
Attachments (1)
Change History (12)
comment:1 Changed 5 years ago by
Milestone: | 3.0 → 2.1 |
---|---|
Status: | new → assigned |
comment:3 Changed 5 years ago by
Remaining tasks:
- rate-limit repopulate
- scrollable view
- handling of proxy servers (and proxy start?)
- win32 and osx support: needs pybonjour browsing code (ugly) - or maybe switch to python zeroconf instead...
comment:4 Changed 5 years ago by
Owner: | changed from Antoine Martin to alas |
---|---|
Status: | assigned → new |
r15354 + r15355 add support for osx and win32.
One problem is that "zeroconf" relies on netifaces 0.10.4 because of this bug in 0.10.5: https://github.com/jstasiak/python-zeroconf/issues/84.
So adding this to the moduleset and win32 setup instructions will be slightly more difficult than usual. (and we'll have to remember to bump both together when fixed)
And I don't want to spend too much time on this, so that's probably enough for this release.
@afarr: just a FYI, but if you have mdns enabled on your test servers - this could save you a lot of time. Just run xpra mdns-gui
on your client to connect without needing to know the IP addresses and port numbers!
I've uploaded beta builds for osx, win32 and fedora.
comment:5 Changed 5 years ago by
comment:7 Changed 5 years ago by
r15870 fixes ipv6 support, now enabled by default (some of this needs backporting)
comment:8 Changed 5 years ago by
comment:9 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Looks pretty good, noting and closing.
comment:10 Changed 5 years ago by
As of r16852, it doesn't require mdns and can connect to local servers found through their socket files.
comment:11 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1334
r15349 adds a very basic GUI: I should have done this a long time ago, what a time saver.
Run "xpra mdns-gui" to see all the sessions on the LAN and connect to them with one click.
Still TODO: