Re: KMail locks up
John Aldrich <[email protected]>
| Newsgroups | gmane.comp.kde.users.pim |
|---|---|
| Organization | Yahoo |
| Message-ID | <[email protected]> |
On Mon June 14 2010, Pablo Sanchez wrote: > [ Comments below, in line ] > > On Monday 14 June 2010 at 9:53 am, John Aldrich penned > about "Re: [kdepim-users] KMail locks up" > > > I just got to thinking, it only seems to lock up when I'm home, > > *after* I've been using VNC. > > Hi John, > > I had an issue with VNC and my desktop where my keyboard would appear > as if I had hit the `Caps lock' I'm not sure if it's related to your > situation but I thought I'd mention it. :) > > I fixed the problem by running `x11vnc' with the `-skip_lockkeys' > switch. > > As an example, I use the following Autostart script to start `VNC' on > my desktop: > > ---8-<---8-<---8-<---8-<---8-<---8-<---8-<---8-<-- > #!/bin/sh > > # > # Use `-shared' option to ... share the desktop > # > > killall x11vnc > /dev/null 2>&1 > > x11vnc -skip_lockkeys -cursor some -nobell -wcr top -rfbauth > ~/.vnc/passwd -fore ver -display :0 -bg -rfbport 5900 & > ---8-<---8-<---8-<---8-<---8-<---8-<---8-<---8-<-- > > Cheers, Not using X11VNC. :-) I'm manually starting the VNC server after I log into an SSH session. :-)