| Summary: | when running krdc, get error message. | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | dan blum <dan_blm> |
| Component: | [OLD] KDE | Assignee: | 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
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
}
|