Custom Query (230 matches)
Results (46 - 48 of 230)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#62 | duplicate | must be able to specify the reverse-mDNS port to use with firewalls | ||
Description |
at present, a random port is chosen, which will not work with hosts running almost any kind of firewall... Should re-use the spec parsing code used by the server, which supports syntax like: =:2345 =127.0.0.1: =192.168.0.1:2345,192.168.1.1:4567 etc |
|||
#63 | fixed | native OSX build | ||
Description |
Parallel to bug #21 (OSX Packaging) It is worth pursuing a native OSX build using gtk-osx This would integrate better with osx. Important pieces are:
Step by step: start-from-scratch Problem is that there seems to be an incompatibility with the version from macports... (detects existing pkg_config?) Hopefully this will result in a package that works better than py2app's... |
|||
#64 | fixed | option to start xpra sessions with jpeg compression | ||
Description |
Must add:
Should also generalize options so that dimensions used for vnc/nx, and now jpeg for xpra, etc.. are passed generically, without needing to bump the protocol version for changes. Could also be a bit more clever and auto-select jpeg for certain types of applications: media players, browser?, etc. |