krdc requires rdesktop at run-time to work. However, it is not pulled when you emerge it. You have to emerge rdesktop. I learned it from a message box shown by krdc. Reproducible: Always Steps to Reproduce: 1.emerge krdc 2.Start krdc to connect a Windows Remote Desktop/Terminal Services environment 3.Read the message box Actual Results: A message box saying rdesktop is not installed is displayed. Expected Results: I immediately connect to the remote environment.
Created attachment 166346 [details] emerge --info
Did you added USE-flag "rdesktop" when emerging krdc?
Straight from the krdc-4.1.2.ebuild. This is an optional run-time dep and our policy has been not adding those to the depend list. pkg_postinst() { elog "If you want to use the remote desktop protocol (RDP) install >=net-misc/rdesktop-1.4.1" }