Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (208 - 210 of 230)

Ticket Resolution Summary Owner Reporter
#62 duplicate must be able to specify the reverse-mDNS port to use with firewalls Antoine Martin Antoine Martin
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

#139 duplicate keyboard mappings xmodmap vs setxkbmap vs whatever... Antoine Martin Antoine Martin
Description

The solution we have doesn't work in all cases:

  • xpra + UK keyboard mapping ends up wrong
  • win32 doesn't map properly either?
  • osx: we have to guess since the build does not use an X server..

etc. Figure out the best way to make it all work.

#140 duplicate replace Xvfb with Xvnc or Xdummy when using xpra Antoine Martin Antoine Martin
Description

Xvfb is old and it is missing a number of useful X11 extensions, also the alternatives may offer better keyboard support? The idea of using those as an alternative to Xvfb is not new either, see x11vnc faq-xvfb

Information about dummy driver is scarce, but there is some in XorgTesting

The easiest way (which seems to work ok) is to use Xdummy (GPLv2+)

One of the most important benefits is that these alternatives also support randr so we could envisage resizing the buffer to the size needed by the client currently connected rather than the default huge size we have at the moment.

Note: See TracQuery for help on using queries.