|
Gio
|
|
Post:
Oct 17th 2008 at 10:19 AM |
|
|
If I click under Help---->Documentation this error pops out:
org.eclipse.swt.SWTError: No more handles (java.lang.UnsatisfiedLinkError: /usr/lib/jni/libswt-mozilla-gtk-3236.so: libxpcom.so.0d: impossibile aprire il file oggetto condiviso: Nessun file o directory)
I am using Ubuntu 8.04 and Tuxguitar 1.0
In the past I have used gtkorphan 0.4.2 to remove "unused libraries", maybe that is the problem?
|
|
| Back to Top |
| |
|
giovanni
|
|
Post:
Oct 27th 2008 at 6:21 PM |
|
|
|
so, where is the documentation?
|
|
| Back to Top |
| |
|
Julian
|
|
Post:
Nov 1st 2008 at 12:41 PM |
|
|
The problem is SWT version on ubuntu 8.04.
it can't easily find your browser libraries.
swt-3.4 is better for this task.
Try this (not sure if may work)
export MOZILLA_FIVE_HOME=/usr/lib/firefox
tuxguitar
It's important to run tuxguitar on same terminal as you did the "export" command.
|
|
| Back to Top |
| |