Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 278591

Summary: when running krdc, get error message.
Product: Gentoo Linux Reporter: dan blum <dan_blm>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=530968
Whiteboard:
Package list:
Runtime testing required: ---

Description dan blum 2009-07-21 16:19:35 UTC
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.
Comment 1 Jorge Manuel B. S. Vicetto (RETIRED) gentoo-dev 2009-07-21 20:20:42 UTC
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
}