Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 278591 - when running krdc, get error message.
Summary: when running krdc, get error message.
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-21 16:19 UTC by dan blum
Modified: 2014-11-28 16:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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
}