Custom Query (230 matches)
Results (43 - 45 of 230)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#70 | fixed | replace pyinotify dependency with gio.File.monitor_directory | ||
Description |
We don't actually care if it's not recursive, so a dependency on gio.File is a lot better than a dependency on Linux specific library/code. A lot more portable! see gio.File.monitor and this example |
|||
#71 | fixed | bump gtk libraries to latest, build from source? (breaks xpra...) | ||
Description |
There are some well documented build instructions here and here for cross-compiling So upgrading shouldn't be as hard as it was last time (see #10), and may fix some more issues. |
|||
#72 | fixed | more generic listen_on host/port parsing code (ie: listen_on="eth0:") | ||
Description |
At the moment, we can't specify an interface without knowing its IP, which makes it difficult to listen on eth0 and not wlan0 for example. The exact same code should apply to the mDNS listener and the server. Could also add this to the GUI and let the users select which interface to listen on, which interfaces to use for mDNS (and reverse-mDNS and which ports to use) |