Hey Martin, Thanks for correction, but I haven't came up to that yet :) I'm trying to create a video player package for openthinclient os. Have you already tried such things? For example how is the streaming speed?
Also one other question. How can I add icons to the desktop. What I want is the following: to create a launcher with command "rdesktop -u <username> -p <password> -a 16 -s <application path>" so that for example it is possible to have a "Microsoft Word" icon on the desktop and when the user clicks it, it is opened using rdesktop. Thanks, Ruben -----Original Message----- From: Martin Kreiner [mailto:[EMAIL PROTECTED] Sent: Saturday, January 26, 2008 12:12 AM To: Ruben Vardanyan Cc: [email protected] Subject: Re: [openthinclient-user] Packages for OpenThinClient sorry, i was wrong: > > and in addition: > - change directory to your generated *.deb files and execute the following > commands as root: > > PACKAGE_DIR=/var/www/openthinclient/manager-contrib > cp *.deb *.changelog "$PACKAGE_DIR" > dpkg-scanpackages "$PACKAGE_DIR" /dev/null | gzip > "$PACKAGE_DIR/Packages.gz" > should be: PACKAGE_DIR=/var/www/openthinclient/manager-contrib cp *.deb *.changelog "$PACKAGE_DIR" cd "$PACKAGE_DIR" && dpkg-scanpackages . /dev/null | gzip > Packages.gz best regards, martin ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ The Open Source Thin Client Solution http://openthinclient.org [email protected] https://lists.sourceforge.net/lists/listinfo/openthinclient-user
