Gnutella Forums

Gnutella Forums (https://www.gnutellaforums.com/)
-   General Linux Support (https://www.gnutellaforums.com/general-linux-support/)
-   -   Maybe Im a retard here but could ya help me? (https://www.gnutellaforums.com/general-linux-support/8160-maybe-im-retard-here-but-could-ya-help-me.html)

Unregistered February 14th, 2002 06:55 PM

Maybe Im a retard here but could ya help me?
 
I got LimeWire running fine but its annoying to have to open up Konsole and run lime through there. Is it possible to use a link to application to run it? Ive tried linking it to runLime.sh and it doesnt work.

HeadHolio February 15th, 2002 03:36 PM

Ok, for everyone who is having trouble getting Limewire to run without using the console...try this.
The following is the contents of MY runlime.sh script. I recommend that you alter yours to look the EXACT same. Then you should have no problem making a link in KDE. (Don't forget to make sure that you allow "EXEC" permissions to this file)

#!/bin/bash
WD=`dirname $0`
cd $WD
J2SE_PREEMPTCLOSE=1; export J2SE_PREEMPTCLOSE
CLASSPATH=".:lib/collections.jar:lib:lib/core.jar:lib/xerces.jar:lib/jl011.jar"
export CLASSPATH
PATH=$PATH:bin
export PATH
java RunLime

After you have made these changes, make your link to this new runlime.sh script file. If, after altering your runlime.sh script, the link still doesn't work, simply try restarting KDE (I had to do this before it would work, don't ask me why). And if it doesn't work after restarting KDE, then your problem is beyond me, sorry.


All times are GMT -7. The time now is 02:43 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.