Gnutella Forums

Gnutella Forums (https://www.gnutellaforums.com/)
-   General Linux Support (https://www.gnutellaforums.com/general-linux-support/)
-   -   make a desktop shortcut in Linux? (https://www.gnutellaforums.com/general-linux-support/2394-make-desktop-shortcut-linux.html)

twist October 26th, 2001 08:22 PM

Hrm
 
Don't know about the GNOME problem. I'll have to install and experiment a bit with GNOME to see what's going on.

I can help you with the font properties problem though. I had the same problem. Check out Font properties section of the Java release notes and download and install the revised font properties file:

http://java.sun.com/j2se/1.3/relnotes.html

Seehund October 26th, 2001 11:42 PM

Re: Hrm
 
Quote:

Originally posted by twist
I can help you with the font properties problem though [...]
Thanks!
Though as you predicted it didn't have any effect on the menu problem, and I also got a new warning in the terminal:

Warning: Cannot convert string "MetaCtrl<Key>Insert" to type VirtualBinding

It still runs fine from a terminal.

Axe October 28th, 2001 04:46 AM

Hi,

inbetween I also found the 'naked' version 1.7c, tried and installed...with the same effect as mentioned above.
Without having seen the above comments, I just tweaked the startscrippt and added a
'cd $HOME/LimeWire'
to get it up and running

twist November 4th, 2001 11:35 PM

Re: Hrm
 
Quote:

Warning: Cannot convert string "MetaCtrl<Key>Insert" to type VirtualBinding
I think this is a problem with the Swing classes rather than with LimeWire. I notice this error sometimes as well. It appears to be harmless.

Routhy November 6th, 2001 07:14 AM

Shortcut Problems
 
I've been trying all the methods in this thread to get a shortcut working.. but a lot are hard to follow.. can anyone give me a summary?

Axe November 9th, 2001 03:17 AM

What you do: tweak your startscript:

#!/bin/sh
#
# Runs LimeWire. This script must be executed in your LimeWire
# install directory.
#
# We must set the J2SE_PREEMPTCLOSE environment variable to 1 to
# work around some limitations in the JDK1.3. For more information
# see http://java.sun.com/j2se/1.3/relnotes.html#vm
#
J2SE_PREEMPTCLOSE=1; export J2SE_PREEMPTCLOSE
cd $HOME/LimeWire
java -classpath . RunLime

---then go to the desktop,
Right mouse on the desktop -> create new -> Program
-> Enter program name, choose application (runlime.sh)
..thats it.

Seehund November 16th, 2001 10:10 AM

1.8
 
Now I can't get the new 1.8 to run from the GNOME menu either. :-P

Axe November 20th, 2001 08:29 AM

...but 1.8 (with installer) is fine in KDE...no tweaking

Cheers


All times are GMT -7. The time now is 01:36 AM.

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

Copyright © 2020 Gnutella Forums.
All Rights Reserved.