mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:31:16 -07:00
7a0c0bd6e156c2493937af425925ebb57832af3b
Krfb fails to startup if "noWallet" is in the config since `walletOpened()` is called without a wallet, triggering the `Q_ASSERT` at the beginning of the function. Fix this by adding function to read passwords from the config directly rather than reusing the `walletOpened()` slot.
KDE Desktop Sharing (krfb) ========================== KDE Desktop Sharing (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. Guide to documentation: TODO - things to be done NOTES - reasons for various decisions
Description
Languages
C++
88.6%
CMake
10.8%
C
0.5%