Hello to all again,

thanks to the TigerVNC-developers!
The newest version 
git://github.com/svn2github/tigervnc.git
solves this really annoying bug with the AltGr-Key in the TigerVNC-server.

It was not trivial to compile it (OpenSuSE12.3) as the make failed with an
error due to 
vncExtInit.cc: In function 'int ProcVncExtApproveConnect(ClientPtr)': 
vncExtInit.cc:1071:48: error: cast to pointer from integer of different size 
[-Werror=int-to-pointer-cast]
cc1plus: some warnings being treated as errors

but which can be solved by removing "-Werror=int-to-pointer-cast" from the
Makefile.

        Michael

---------------------------------------

On Fri, 22 Mar 2013, Michael Traxler wrote:

> Hello to all,
>
> I found a small, but at least irritating and annoying issue when using the
> tigervncviewer together with a tigervncserver.
>
> What happens from time to time is that special character input (like backspace
> and mouse clicks) are blocked. The way out of this situation is to press once
> the AltGr key and then everything is fine again.  Looking deeper into that,
> one finds that this lockup happens when using the arrow-key "Left".  Using xev
> one can see, that while pressing the "Left" key, not only this key is pressed
> and released, but from time to time also the "ISO_Level3_Shift", but
> unfortunately onle pressed, not released!
> This is even independent from the keyboard rate, e.g. set to 1/s via "xset r 
> rate
> 300 1". The frequency of pressed "Left" on the client-computer is arriving at
> the tightvnc-server and are converted to "ISO_Level3_Shift".
> Up to now I only found this effect when using the "Left" key.
> This happens with tigervncviewer 1.2, from the binary from sourceforge, or
> compiled from the sources (release 1.2) and also from the newest sources
> cloned from SVN repo https://tigervnc.svn.sourceforge.net/svnroot/tigervnc
> g...@github.com:michaeltraxler/tigervnc.git
>
> It does not happen with a tightvnc-viewer on a tigervnc-server and also not
> with tiger-vncviewer on a tightvnc-server.
>
> The tigervncserver I'm using is the xorg-x11-Xvnc-7.6_1.0.1-3.1.1.src.rpm from
> OpenSuSE 12.3.
>
> Any hints how to turn off this quite disturbing issue, as I "always" have to
> press AltGr to continue work.
> Any recommended workaround/hack?
>
> Thanks a lot,
>
> Michael
>
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_mar
> _______________________________________________
> Tigervnc-users mailing list
> Tigervnc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tigervnc-users
>

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Tigervnc-users mailing list
Tigervnc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-users

Reply via email to