Re: [Tigervnc-devel] Lost keyboard events after starting DBUS

2009-04-21 Thread Peter Åstrand
Perhaps, but since the events are actually delivered to the application, I think it looks like a problem with libX11. Maybe a libxcb bug or change in semantics? Perhaps try an old libX11.so using LD_LIBRARY_PATH, or run terminal from an older machine. I've now tried running the xterm on a Red

Re: [Tigervnc-devel] Lost keyboard events after starting DBUS

2009-04-21 Thread Karl J. Runge
On Tue, 21 Apr 2009, =?ISO-8859-15?Q?Peter_=C5strand?= wrote: > > Perhaps, but since the events are actually delivered to the application, I > think it looks like a problem with libX11. Maybe a libxcb bug or change in semantics? Perhaps try an old libX11.so using LD_LIBRARY_PATH, or run termi

Re: [Tigervnc-devel] Lost keyboard events after starting DBUS

2009-04-21 Thread Peter Åstrand
On Tue, 21 Apr 2009, Adam Tkac wrote: After executing: eval `dbus-launch --sh-syntax --exit-with-session` in a xterm window, then keyboard events are occasionally lost. If you Good catch. Could you report bug to X bugzilla, please? Now done, see https://bugs.freedesktop.org/show_bug.cgi?i

Re: [Tigervnc-devel] Lost keyboard events after starting DBUS

2009-04-21 Thread Adam Tkac
On Tue, Apr 21, 2009 at 12:05:30PM +0200, Peter Åstrand wrote: >> After executing: >> >> eval `dbus-launch --sh-syntax --exit-with-session` >> >> in a xterm window, then keyboard events are occasionally lost. If you >> type, say, 1234567890, you will actually end up with something like >> 1235689

Re: [Tigervnc-devel] Lost keyboard events after starting DBUS

2009-04-21 Thread Peter Åstrand
After executing: eval `dbus-launch --sh-syntax --exit-with-session` in a xterm window, then keyboard events are occasionally lost. If you type, say, 1234567890, you will actually end up with something like 12356890. It's The problem is actually not limited to Xvnc, I've been able to reproduce

Re: [Tigervnc-devel] Lost keyboard events after starting DBUS

2009-04-20 Thread Peter Åstrand
On Mon, 20 Apr 2009, Adam Tkac wrote: I have seen the same symptom here as well, but not just with dbus. When using TigerVNC with Konsole, I have observed keystrokes disappearing if I type too fast. I've now been able to reproduce this problem with the Fedora 11 VNC package as well, tigervnc-

Re: [Tigervnc-devel] Lost keyboard events after starting DBUS

2009-04-20 Thread Adam Tkac
On Mon, Apr 20, 2009 at 04:03:04PM +0200, Peter Åstrand wrote: > >> I have seen the same symptom here as well, but not just with dbus. When >> using TigerVNC with Konsole, I have observed keystrokes disappearing if >> I type too fast. > > I've now been able to reproduce this problem with the Fedor

Re: [Tigervnc-devel] Lost keyboard events after starting DBUS

2009-04-20 Thread Peter Åstrand
I have seen the same symptom here as well, but not just with dbus. When using TigerVNC with Konsole, I have observed keystrokes disappearing if I type too fast. I've now been able to reproduce this problem with the Fedora 11 VNC package as well, tigervnc-server-0.0.90-0.5.20090403svn3751.fc1

Re: [Tigervnc-devel] Lost keyboard events after starting DBUS

2009-04-20 Thread DRC
I have seen the same symptom here as well, but not just with dbus. When using TigerVNC with Konsole, I have observed keystrokes disappearing if I type too fast. Peter Åstrand wrote: > > We're debugging a really strange problem with TigerVNC:s Xvnc: After > executing: > > eval `dbus-launch --sh-

[Tigervnc-devel] Lost keyboard events after starting DBUS

2009-04-20 Thread Peter Åstrand
We're debugging a really strange problem with TigerVNC:s Xvnc: After executing: eval `dbus-launch --sh-syntax --exit-with-session` in a xterm window, then keyboard events are occasionally lost. If you type, say, 1234567890, you will actually end up with something like 12356890. It's a race