Size: 2769
Comment: What was true in the beta still holds true in the final release.
|
Size: 2688
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
These instructions should allow you to run LimeWire under ubuntu and kubuntu. | These instructions should allow you to run LimeWire under Ubuntu and Kubuntu. |
Line 8: | Line 8: |
Step 1: Open up Add/Remove Programs | Make sure you have "multiverse" repository enabled in your /etc/apt/sources.list by clicking on System -> Administration -> Software Sources. The checkbox "Software restricted by copyright or legal issues (multiverse)" has to be enabled. |
Line 10: | Line 10: |
Step 2: Search for Java | If you install the package with GDebi or KPackage the Java Runtime Environment will automatically be installed as a dependency of the LimeWire Debian package. Otherwise install it typing: |
Line 12: | Line 12: |
Step 3: Make sure that only Java 6 is installed. If any other versions of Java is installed, my instructions may not work. | sudo apt-get install sun-java5-jre |
Line 14: | Line 14: |
After you are sure that you only have Java 6 installed, continue with my instructions. | or |
Line 16: | Line 16: |
sudo apt-get install sun-java6-jre | |
Line 19: | Line 20: |
Step 1. Download LimeWire from [http://www9.limewire.com/beta/LimeWireLinux.rpm] (save it to your home directory) | Step 1. Click on the LimeWire Debian package from [http://www.limewire.com]. Your browser will open the the GDebi installer that will take care of the installation of the package and its dependencies. |
Line 21: | Line 22: |
Step 2. Open up a Terminal (Konsole if you use kubuntu) Step 3. {{{ sudo apt-get install alien sudo alien LimeWireLinux.rpm sudo dpkg -i limewire-free_4.13.2-1_i386.deb }}} You may need to change the version number if you get an error. |
|
Line 33: | Line 24: |
= Limewire+Beryl = |
= LimeWire and Beryl = |
Line 48: | Line 38: |
gedit limewire_fix | sudo gedit /usr/bin/limewire |
Line 53: | Line 43: |
kate limewire_fix | sudo kate /usr/bin/limewire |
Line 58: | Line 48: |
paste this script into gedit or kate: | Change the script: |
Line 62: | Line 52: |
cd /usr/lib/LimeWire/ export AWT_TOOLKIT=MToolkit && java -jar LimeWire.jar |
cd /usr/lib/LimeWire /bin/bash runLime.sh }}} to {{{ #!/bin/bash cd /usr/lib/LimeWire AWT_TOOLKIT=MToolkit /bin/bash runLime.sh |
Line 67: | Line 65: |
save and close limewire_fix Step 5: {{{ sudo chmod +x limewire_fix }}} Step 6: To run the script, type: {{{ ./limewire_fix }}} |
Save and close /usr/bin/limewire |
Line 82: | Line 69: |
If you want to implement this fix to the start menu, right click on your start menu and edit the menu. Go to Internet -> Limewire and change the command from "limewire" to "/home/[your dir]/limewire_fix" (without the quotes). | |
Line 93: | Line 79: |
If there are any problems with my instructions, you are welcome to e-mail me at dsparil@gmail.com | If there are any problems with my instructions, you are welcome to e-mail me at dsparil@gmail.com or file a bug report at https://www.limewire.org/jira/secure/CreateIssue!default.jspa in project "LimeWire Installer". |
These instructions should allow you to run LimeWire under Ubuntu and Kubuntu.
Please note that I did this installation using kubuntu 7.04 Feisty Fawn; however, it should work under ubuntu 7.04 Feisty Fawn as well if you follow these instructions. If you do not like LimeWire for any reason, I recommend FrostWire instead.
Java Installation
Make sure you have "multiverse" repository enabled in your /etc/apt/sources.list by clicking on System -> Administration -> Software Sources. The checkbox "Software restricted by copyright or legal issues (multiverse)" has to be enabled.
If you install the package with GDebi or KPackage the Java Runtime Environment will automatically be installed as a dependency of the LimeWire Debian package. Otherwise install it typing:
- sudo apt-get install sun-java5-jre
or
- sudo apt-get install sun-java6-jre
LimeWire Installation
Step 1. Click on the LimeWire Debian package from [http://www.limewire.com]. Your browser will open the the GDebi installer that will take care of the installation of the package and its dependencies.
At this point, you should be able to run limewire from the menu under Internet.
LimeWire and Beryl
At the current time that I am writing this article, Java applications that use AWT and Swing are not displaying properly under Beryl; however there is an easy fix.
Go to [http://wiki.beryl-project.org/wiki/Java] for more information.
Step 1: Open up a Terminal
Step 2:
ubuntu:
sudo gedit /usr/bin/limewire
kubuntu:
sudo kate /usr/bin/limewire
Step3:
Change the script:
cd /usr/lib/LimeWire /bin/bash runLime.sh
to
cd /usr/lib/LimeWire AWT_TOOLKIT=MToolkit /bin/bash runLime.sh
Step 4: Save and close /usr/bin/limewire
Once you start limewire, make sure you go to tools->options->system tray and change it to shut down immediately since system tray doesn't work with this fix.
Credits
zab at http://www.gnutellaforums.com/showthread.php?t=39850 for the installation instructions
jaideep_jdof at http://www.linuxmint.com/forum/viewtopic.php?p=12857 for the easy java fix
Other discussions about this issue can be found at http://ubuntuforums.org/showthread.php?t=316398
If there are any problems with my instructions, you are welcome to e-mail me at dsparil@gmail.com or file a bug report at https://www.limewire.org/jira/secure/CreateIssue!default.jspa in project "LimeWire Installer".
Good Luck.