mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:31:16 -07:00
69aa649d9c767828c9f33168ab5090230db3b71f
Added a new page to config dialog: "Screen capture", allowing to choose a framebuffer plugin. Added a brief description about xcb and qt plugins. Changed an icon for first tab "Network" to more appropriate one. Code is prepared to expect "x11" as preferredFramebufferPlugin and automatically change this setting to "xcb". Do not hardcode possible list of framebuffer plugins in combobox, but instead find actual available plugins at runtime. If preferred plugin has changed in settings, inform user that krfb needs to be restarted to apply changes. Differential Revision: https://phabricator.kde.org/D6319
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 INSTALL - Very short installation instructions NOTES - reasons for various decisions DCOP-INTERFACE - short documentation of the DCOP interface
Description
Languages
C++
88.6%
CMake
10.8%
C
0.5%