can not load via launcher after upgrade to ubuntu 8.04
Brought to you by:
csmonkey
The program was working fine until I upgraded. I had a launcher on my desktop to run the script. After the upgrade, the launchers will not work. Even brand new ones will not work. I still have it checked to execute as a program in permissions. The script will run just fine if I double click directly on the script file. It just will not start via a launcher. Any ideas?
Thanks!
Logged In: NO
Is anybody monitoring the support requests anymore???
Logged In: NO
Hello? Anybody here?????????????
Logged In: NO
for those with the same problem, i found a solution. not sure if it's the best but it works. first, make a sym link to ~/.csmonkeyTVRemote/CSMonkeyTVRemote.jar -the link needs to be located *outside* of the .csmonkeyTVRemote directory. i made the link in a dir within my home dir. then, create a launcher anywhere you want. set it up as an application, then the command should be:
java -jar "/home/user/link_location/CSMonkeyTVRemote.jar"
of course make sure you set the permissions of ~/.csmonkeyTVRemote/CSMonkeyTVRemote.jar to execute as a program.
this works in ubuntu 8.04.
Logged In: NO
Doesn't work for me on Kubuntu 8.04 either. Double-clicking on link causes Ark to open the jar file. If I try to execute from CLI using 'java -jar CSMonkeyTVRemote.jar' I get:
Exception in thread "main" java.lang.UnsatisfiedLinkError: no swt-gtk-3347 or swt-gtk in swt.library.path, java.library.path or the jar file
at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.C.<clinit>(Unknown Source)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Unknown Source)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Unknown Source)
at org.eclipse.swt.widgets.Display.<clinit>(Unknown Source)
at org.eclipse.swt.widgets.Widget.isValidSubclass(Unknown Source)
at org.eclipse.swt.widgets.Decorations.checkSubclass(Unknown Source)
at org.eclipse.swt.widgets.Shell.<init>(Unknown Source)
at org.eclipse.swt.widgets.Shell.<init>(Unknown Source)
at org.eclipse.swt.widgets.Shell.<init>(Unknown Source)
at org.eclipse.swt.widgets.Shell.<init>(Unknown Source)
at com.csmonkey.tvremote.TVRemoteSWT.<init>(TVRemoteSWT.java:74)
at com.csmonkey.tvremote.TVRemoteSWT.main(TVRemoteSWT.java:585)
Logged In: NO
and its back to not working again... can not launch by any form of link in ubuntu 8.04