
KRDesktop
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
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.
'kmdr-executor krdesktop.kmdr' to execute.
jbaehr
16 years ago
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 =======
Report
AndreSomers
16 years ago
Report
galeal
15 years ago
Guess this project isn't especially relevant anymore.
It definately served it's purpose at a time though.
Report