[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

rdesktop patch for some X servers



I took Matt Chapman's advice on implementing the keyboard fix for some X
servers, and had some free time, so here it is.  It works now on my HP-UX
machines now.  You run a program that generates an array of keysyms and
keycodes for a working X server and stores it in a header file.  Then you
compile rdesktop on the broken machine, and it substitutes the right
keycodes.  It's probably not a very elegant solution, but it works.  The
patch and a sample header file is here:
http://iluvatar.ncssm.edu/~pikeb/rdesktop/

The patch is directly off the rdesktop-1.0.0.tar.gz file off the web site.

It seems like there have been a lot of patches lately.  IMHO, It seems
like the version number should be upped soon--comments?
-Brian Pike