mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:31:16 -07:00
Removed some outdated docs
svn path=/trunk/kdenetwork/krfb/; revision=170016
This commit is contained in:
15
INSTALL
15
INSTALL
@@ -1,15 +0,0 @@
|
||||
Installation
|
||||
============
|
||||
|
||||
To compile, do the usual
|
||||
./configure
|
||||
make
|
||||
# get superuser permissions, for example using su
|
||||
make install
|
||||
|
||||
This assumes that you already have KDE 3.0 running, of course.
|
||||
|
||||
IMPORTANT
|
||||
---------
|
||||
After installing KRfb you must restart KDE in order to load the
|
||||
kded module.
|
||||
@@ -1,7 +1,6 @@
|
||||
SUBDIRS = srvloc kinetd libvncserver krfb kcm_krfb
|
||||
|
||||
EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO NOTES \
|
||||
ROADMAP DCOP-INTERFACE krfb.lsm
|
||||
EXTRA_DIST = AUTHORS README TODO NOTES DCOP-INTERFACE
|
||||
|
||||
# not a GNU package. You can remove this line, if
|
||||
# have all needed files, that a GNU package needs
|
||||
|
||||
2
TODO
2
TODO
@@ -1,6 +1,6 @@
|
||||
For 3.1:
|
||||
- make sure that KMail supports vnc urls or use files
|
||||
- write SLP service template for remote desktop protocols
|
||||
(documentation)
|
||||
|
||||
For 3.2:
|
||||
- enhance RFB with SASL authentication (Kerberos)
|
||||
|
||||
@@ -360,9 +360,6 @@ int Configuration::preferredPort() const
|
||||
}
|
||||
|
||||
|
||||
// hostname is implemented in configuration_hostname.cpp
|
||||
// QString Configuration::hostname()
|
||||
|
||||
////////////// invitation manage dialog //////////////////////////
|
||||
|
||||
void Configuration::showManageInvitationsDialog() {
|
||||
|
||||
Reference in New Issue
Block a user