When turning on krdc I get an error message: Could not start rdesktop, make sure rdesktop is propoerly installed. Reproducible: Always Steps to Reproduce: 1.Run krdc 2. 3.
rdesktop is an optional run-time dependency. If you want to use krdc with RDP, you need to install rdesktop manually as told so by the ebuild: pkg_postinst() { kde4-meta_pkg_postinst echo elog "To be able to connect using RDP protocol, install net-misc/rdesktop:" elog " emerge -va net-misc/rdesktop" echo }