The answer to the mouse right button problem is very simple: right mouse button 
was disabled by group policy on my test server, so it has nothing to do with 
xfreerdp

Anyway thanks for your help sorry for the noise

Gerald



> -----Original Message-----
> From: Dorian Johnson [mailto:dor...@dorianjohnson.com]
> Sent: Monday, July 25, 2011 3:59 PM
> To: Gerald Richter - ECOS
> Cc: freerdp-devel@lists.sourceforge.net
> Subject: Re: [Freerdp-devel] FreeRDP On Mac OS/X 10.6 Keyboard/Mouse
> issue
> 
> I don't do anything special to complile
> 
> ./configure PKG_CONFIG="/opt/local/bin/pkg-config"
> PKG_CONFIG_PATH="/usr/X11/lib/pkgconfig" LDFLAGS="-L/usr/X11/lib"
> --without-debug --without-debug-rdp --without-xkbfile --with-x
> 
> I don't know what kind of mouse you're using, but if you're trying to use 
> ctrl-
> click to emulate right click (typically necessary on notebooks), you'll need 
> to
> enable the X11.app setting "Emulate three button mouse", then use
> Command-click to perform a right click.
> Control-click won't work no matter what.
> 
> On Mon, Jul 25, 2011 at 8:49 AM,  <rich...@ecos.de> wrote:
> > Thanks for your feedback. Can you send me your configure options you
> used to build xfreerdp on mac? Maybe I missed an option.
> >
> > Thanks
> >
> > Gerald
> >
> >
> >> -----Original Message-----
> >> From: Dorian Johnson [mailto:dor...@dorianjohnson.com]
> >> Sent: Monday, July 25, 2011 3:39 PM
> >> To: Gerald Richter - ECOS
> >> Cc: freerdp-devel@lists.sourceforge.net
> >> Subject: Re: [Freerdp-devel] FreeRDP On Mac OS/X 10.6
> Keyboard/Mouse
> >> issue
> >>
> >> I can't duplicate this. Right mouse works fine for me on 10.6/10.7
> >> and
> >> WinXP/7/2008R2 using the git edge version of 0.X
> >>
> >> On Sun, Jul 24, 2011 at 10:45 PM,  <rich...@ecos.de> wrote:
> >> > Hi,
> >> >
> >> > the keyboard issue is solved, I simply forgot to copy over the
> >> > keymap file,
> >> but now a new issue had arisen, the right mouse button is not working
> >> on Mac OS/X.
> >> >
> >> > Using windows without the right mouse button, isn't fun ...
> >> >
> >> > Gerald
> >> >
> >> >
> >> >> -----Original Message-----
> >> >> From: Gerald Richter - ECOS
> >> >> Sent: Tuesday, July 19, 2011 5:02 PM
> >> >> To: freerdp-devel@lists.sourceforge.net
> >> >> Subject: Re: [Freerdp-devel] FreeRDP On Mac OS/X 10.6 Keyboard
> >> >> issue
> >> >>
> >> >> 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
> >> >
> >> >
> >> > -------------------------------------------------------------------
> >> > ---
> >> > --------
> >> > Storage Efficiency Calculator
> >> > This modeling tool is based on patent-pending intellectual property
> >> > that has been used successfully in hundreds of IBM storage
> >> > optimization engage- ments, worldwide.  Store less, Store more with
> >> > what you own, Move data to the right place. Try It Now!
> >> > http://www.accelacomm.com/jaw/sfnl/114/51427378/
> >> > _______________________________________________
> >> > Freerdp-devel mailing list
> >> > Freerdp-devel@lists.sourceforge.net
> >> > https://lists.sourceforge.net/lists/listinfo/freerdp-devel
> >> >
> >
> >


------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to