个人工具

“UbuntuHelp:LimeWire”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第2行: 第2行:
 
{{Languages|UbuntuHelp:LimeWire}}
 
{{Languages|UbuntuHelp:LimeWire}}
 
These instructions should allow you to run LimeWire under Ubuntu and Kubuntu.
 
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.''
 
''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.''
 
 
'''FrostWire is an alternative to LimeWire.'''
 
'''FrostWire is an alternative to LimeWire.'''
 
 
 
== Java Installation ==
 
== 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.
 
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:
 
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
 
sudo apt-get install sun-java5-jre
 
 
or
 
or
 
 
sudo apt-get install sun-java6-jre
 
sudo apt-get install sun-java6-jre
 
 
== LimeWire Installation ==
 
== 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.
 
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.
 
At this point, you should be able to run limewire from the menu under Internet.
 
 
== LimeWire and Beryl ==
 
== 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.  
 
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.''
 
''Go to [http://wiki.beryl-project.org/wiki/Java] for more information.''
 
 
 
Step 1:
 
Step 1:
 
Open up a Terminal
 
Open up a Terminal
 
 
Step 2:
 
Step 2:
 
 
ubuntu:
 
ubuntu:
 
<pre><nowiki>
 
<pre><nowiki>
 
gksudo gedit /usr/bin/limewire
 
gksudo gedit /usr/bin/limewire
 
</nowiki></pre>
 
</nowiki></pre>
 
 
kubuntu:
 
kubuntu:
 
<pre><nowiki>
 
<pre><nowiki>
 
kdesu kate /usr/bin/limewire
 
kdesu kate /usr/bin/limewire
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Step3:
 
Step3:
 
 
Change the script:
 
Change the script:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
#!/bin/bash
 
#!/bin/bash
第57行: 第34行:
 
/bin/bash runLime.sh
 
/bin/bash runLime.sh
 
</nowiki></pre>
 
</nowiki></pre>
 
 
to
 
to
 
 
<pre><nowiki>
 
<pre><nowiki>
 
#!/bin/bash
 
#!/bin/bash
第65行: 第40行:
 
AWT_TOOLKIT=MToolkit /bin/bash runLime.sh
 
AWT_TOOLKIT=MToolkit /bin/bash runLime.sh
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Step 4:
 
Step 4:
 
Save and close /usr/bin/limewire
 
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.
 
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 ==
 
== Credits ==
 
 
zab at http://www.gnutellaforums.com/showthread.php?t=39850 for the installation instructions
 
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
 
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  
 
Other discussions about this issue can be found at http://ubuntuforums.org/showthread.php?t=316398  
 
 
If there are any problems with these instructions, file a bug report at https://www.limewire.org/jira/secure/CreateIssue!default.jspa in project "LimeWire Installer".
 
If there are any problems with these instructions, file a bug report at https://www.limewire.org/jira/secure/CreateIssue!default.jspa in project "LimeWire Installer".
 
 
Good Luck.
 
Good Luck.
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 20:04的版本

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. FrostWire is an alternative to LimeWire.

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 [1]. 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 [2] for more information. Step 1: Open up a Terminal Step 2: ubuntu:

gksudo gedit /usr/bin/limewire

kubuntu:

kdesu kate /usr/bin/limewire

Step3: Change the script:

#!/bin/bash
cd /usr/lib/LimeWire
/bin/bash runLime.sh

to

#!/bin/bash
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 these instructions, file a bug report at https://www.limewire.org/jira/secure/CreateIssue!default.jspa in project "LimeWire Installer". Good Luck.