Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (169 - 171 of 230)

Ticket Resolution Summary Owner Reporter
#32 fixed port_mapper will eventually run out of ports Antoine Martin Antoine Martin
Description

We currently do not free_ports(), but we should...
We should not re-use these ports immediately (just in case nx/xpra/vnc whatever does not set SOCK_REUSE) but we need to keep track of them and allow those to be re-used.

If there are too many ports reserved (threshold?) we can just clear the list and start again (we re-detect ports that really are assigned).

#36 fixed don't use SCP to open file on a local server Antoine Martin Antoine Martin
Description

At the moment, we use the same process using FileCopier, but we could just open the file directly!

#39 fixed get rid of the "libgio-2.0.0.dll was not found" error on MS Windows Antoine Martin Antoine Martin
Description

When starting the application on win32, we get what looks like a fatal error (it is not):

The application has failed to start because libgio-2.0.0.dll was not found. Re-installing the application may fix this problem.


This is bogus, the application is fine, it is just something to do with gtk pixbuf loaders (svg?)
We should at least prevent this error from coming up, ideally we should find a proper fix for #10 (SVG support)

Note: See TracQuery for help on using queries.