1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-03 08:28:35 +00:00
Go to file
Tim Jansen 1ef6160d10 Fix:
krfb crashed sometimes when the user tried to close a connection. Better
locking in libvncserver and an explicit rfbCloseConnection() invocation
before calling quit() should prevent this.

svn path=/trunk/kdenetwork/krfb/; revision=149689
2002-04-15 22:54:48 +00:00
kcm_krfb fix makefile madness 2002-04-11 08:42:38 +00:00
kinetd Added instructions on how to debug programs that use kinetd 2002-04-15 21:00:12 +00:00
krfb Fix: 2002-04-15 22:54:48 +00:00
libvncserver Fix: 2002-04-15 22:54:48 +00:00
AUTHORS added dcop stuff from greiser 2002-02-14 23:20:39 +00:00
ChangeLog sync for KDE cvs 2002-04-01 21:55:18 +00:00
configure.in.in - s/AC_/KDE_/ so that the supplied configure arguments are actually used 2002-04-11 10:09:32 +00:00
COPYING new project started 2001-12-06 20:46:32 +00:00
DCOP-INTERFACE 0.6 is out 2002-02-18 00:22:47 +00:00
INSTALL sync for KDE cvs 2002-04-01 21:55:18 +00:00
Makefile.am Use Configuration class for kcontrol 2002-04-07 13:01:39 +00:00
NOTES Fix typo 2002-04-08 23:43:24 +00:00
README sync for KDE cvs 2002-04-01 21:55:18 +00:00
ROADMAP synced with old CVS. Fixed bug that blocked kinetd after an invitation expired 2002-04-02 22:42:10 +00:00
TODO Fix: 2002-04-15 22:54:48 +00:00

KRfb
====

KRfb is a small server for the RFB protocol, better known as VNC. Unlike most 
other Unix/Linux RFB servers, KRfb allows you to share your X11 session 
instead of creating a new X11 session. 
It was originally based on x0rfbserver 
(ttp://www.hexonet.de/software/x0rfbserver/), but there is not much code of
x0rfbserver left. Since version 0.6 it uses libvncserver 
(http://libvncserver.sf.net) as backend.

For the latest information about KRfb visit http://www.tjansen.de/krfb


Guide to documentation:
INSTALL - Very short installation instructions
ROADMAP - KRfb roadmap, progress and future features
TODO - unscheduled things to be done
NOTES - reasons for various decisions
DCOP-INTERFACE - short documentation of the DCOP interface
ChangeLog - more detailed changes with dates