Custom Query (230 matches)
Results (193 - 195 of 230)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#83 | fixed | threading / start processes using twisted: use ProcessProtocol | ||
Description |
When starting a process and watching its output, we shouldn't do this in a separate thread but instead integrate the code with twisted main-loop (gtk/glib's actually) using ProcessProtocol?, see here Also, when waiting for a process by pid (one we may not have launched ourselves), we should use gobject.child_watch_add(pid) which will also integrate with the main loop. Places of interest:
|
|||
#147 | fixed | to enable ARD on OSX, we need the user's password - provide a way to request it | ||
Description |
The command used for toggling ARD on or off requires authentication, at the moment we don't keep the password (we should - but only for platforms that are known to require it: osx) and we need a way to request it if we do not have it (key login). Then we can use the password to enable ARD if it is not enabled (and potentially other things - auto-start?) |
|||
#193 | fixed | tray icon is missing with Ubuntu 11.10 | ||
Description |
See https://xpra.org/trac/ticket/43#comment:23 Probably need to duplicate the workarounds to get Ubuntu to stop doing crazy things. |