Hi,

after doing some other stuff I am back to xfreerdp on Mac OS/x .

After I resolved my keyboard issue on one machine by not compiling with 
xkbfile, I now have the same issue on another machine.

I just copy over the binary and libfreerdp*. Everything works just fine, but 
when I press a key I get the message:

xf_kb_send_key: unknown key down keycode=8 (X keysym=0x0061).

This is when I press an 'a', so it gets the correct acsii code (0x61).

I would be very happy if anybody could point me in the right direction where to 
search for this issue.

Thanks

Gerald

P.S. I am using the latest git version


> -----Original Message-----
> From: Mads Kiilerich [mailto:m...@kiilerich.com]
> Sent: Tuesday, April 12, 2011 11:38 AM
> To: Gerald Richter - ECOS
> Cc: Marc-André Moreau; freerdp-devel@lists.sourceforge.net
> Subject: Re: [Freerdp-devel] FreeRDP On Mac OS/X 10.6
> 
> On 04/11/2011 01:36 PM, rich...@ecos.de wrote:
> > Hi,
> >
> > below is what I done to get it compile on 10.6 ( It took me a while to
> > figure out the correct options, so may it is not the best solution.
> > Any comments are welcome before I add it to the wiki).
> >
> > FreeRDP is now connecting to the server and screen and mouse works,
> > but keyboard doesn?t . I get ?xf_kb_send_key: unknown key down
> > keycode=9 (X keysym=0x0073).
> >
> > Any hints are welcome.
> 
> I have recently touched and refactored the keyboard handling code but have
> tried to not make any changes for Mac.
> 
> Can you try with a 14 day old (checkout before my changes) and see if that
> makes a difference?
> 
> I assume that Marc-André's compile fix means that it works for him, which
> indicates that it isn't a general problem. I hope he will comment on how he
> compiles it.
> 
> > Installation on Mac OS/X 10.6:
> >
> > - install macports from http://www.macports.org/
> >
> > - install autoconf, etc. (NOTE some dependencies like m4 and perl are
> > also installed!)
> >
> > sudo port install autoconf automake libtool pkgconfig
> >
> > - get FreeRDP from git
> >
> > git clone git://github.com/FreeRDP/FreeRDP.git
> > cd FreeRDP
> >
> > - edit autogen.sh, change libtoolize to glibtoolize
> >
> > - run autogen.sh, configure, make, make install
> >
> > sh autogen.sh
> > ./configure CFLAGS="-arch i386" PKG_CONFIG="/opt/local/bin/pkg-config"
> > PKG_CONFIG_PATH="/usr/X11/lib/pkgconfig" LDFLAGS="-L/usr/X11/lib"
> > --with-debug
> > make
> > sudo make install
> 
> Thanks for contributing your description. That could be an encouragement
> for me to steal a Mac and try it.
> 
> I assumed it worked with Apples development tools (Xcode?) without
> macports, but I really don't know.
> 
> If these workarounds really are needed we should build them into the build
> system.
> 
> /Mads


------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to