1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-03 08:28:35 +00:00
Go to file
Tim Jansen eed3a5db63 update dcop interface
svn path=/trunk/kdenetwork/krfb/; revision=150340
2002-04-18 19:43:38 +00:00
kcm_krfb Include moc 2002-04-18 06:51:08 +00:00
kinetd Include moc 2002-04-18 06:51:08 +00:00
krfb Fix: made invitation dialogs modal, so they will work in kcmshell. 2002-04-18 19:41:13 +00:00
libvncserver Fix: select does not return when the fd (TCP connection) has been shutdown(2). Decreased maximum timeout for ReadExact's select to 5 seconds by splitting the client timeout into many 5 sec periods, like WriteExact already did. This fixes problems that krfb/kinetd did not accept new connections for 20 seconds after a forced disconnect. Now krfb/kinetd will accept connections after 5 secs which should be keep everyone happy. 2002-04-16 20:28:36 +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 update dcop interface 2002-04-18 19:43:38 +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