Fixed!! It was driving me nuts! LOL!
1.) Check you're java version:
Code: java -version
2.) You're java should look like this:
frog@kubuntu:~$ java -version
java version "1.5.0_08"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03)
Java HotSpot(TM) Client VM (build 1.5.0_08-b03, mixed mode, sharing)
frog@kubuntu:~$
3.) If not install Sun Java JRE from the repositories both Frostwire and Limewire require Java version 1.5.0 or greater as o:
Code: sudo apt-get install sun-java5-jre sun-java5-plugin
4.On Edgy Eft 6.10 Ubuntu/Kubuntu switched to dash as the default CLI. Supposedly it's faster than Bash. Frankly I don't see much difference on my hardware. In order to make Bash the default you must type the following into the current CLI:
Code: sudo dpkg-reconfigure dash
Select “NO†when prompted in the CLI to install Dash.
5.) Next, download the deb for Frostwire or download the rpm for Limewire (basically the same as Fostwire). Should you download Limewire rpm you'll have the extra step of this writing:
Code: alien -d limewire.rpm
6.) Install the appropriate deb file:
Code: sudo dpkg -i (deb package name)
7.) Edit your menu item 'frostwire' and have it exec this:
bash /usr/lib/frostwire/runFrostwire.sh
That's it, fires up from the shortcut
