Description: KRDesktop is a GPL-ed KDE (QT3) front-end for rdesktop. This provides a GUI interface for windows terminal services (remote desktop) or any other RDP based screen sharing. Written in Kommander, this also serves as a good example of RAD development under linux.
Hi,
I made an gentoo-ebuild for you app based on the eclass in this bug: http://bugs.gentoo.org/show_bug.cgi?id=65114 which provied very easy installation of kommander-based applications. It has to be copied to $PORTAGE_OVERLAY/eclass in order to work.
however I get many errors like "script for @screenSize_fullscreen is empty"
====== /usr/local/portage/net-misc/krdesktop/krdesktop-0.4.ebuild ======
# Copyright 2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: $
inherit kommanderapp
IUSE=""
DESCRIPTION="KRDesktop is a GPL-ed KDE (QT3) front-end for rdesktop"
HOMEPAGE="http://krdesktop.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="~x86"
RDEPEND="net-misc/rdesktop"
S="${WORKDIR}/${PN}"
src_unpack() {
unpack ${A}
cd ${S}
chmod a+r "${P}.kmdr" || die "chmod not possible"
}
======== EOF =======
actually: when I wrote this there was no built in rdesktop app for kde..
Guess this project isn't especially relevant anymore.
It definately served it's purpose at a time though.
Ratings & Comments
3 Comments
Hi, I made an gentoo-ebuild for you app based on the eclass in this bug: http://bugs.gentoo.org/show_bug.cgi?id=65114 which provied very easy installation of kommander-based applications. It has to be copied to $PORTAGE_OVERLAY/eclass in order to work. however I get many errors like "script for @screenSize_fullscreen is empty" ====== /usr/local/portage/net-misc/krdesktop/krdesktop-0.4.ebuild ====== # Copyright 2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: $ inherit kommanderapp IUSE="" DESCRIPTION="KRDesktop is a GPL-ed KDE (QT3) front-end for rdesktop" HOMEPAGE="http://krdesktop.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" KEYWORDS="~x86" RDEPEND="net-misc/rdesktop" S="${WORKDIR}/${PN}" src_unpack() { unpack ${A} cd ${S} chmod a+r "${P}.kmdr" || die "chmod not possible" } ======== EOF =======
What does this application offer that KDE's standard Remote Desktop Connection does not?
actually: when I wrote this there was no built in rdesktop app for kde.. Guess this project isn't especially relevant anymore. It definately served it's purpose at a time though.