I installed a program (called TMXValidator) from a BIN file. It installed into a folder TMXValidator in my personal home directory, but no menu item was created. I found the folder and was able to run the program by clicking on the file TMXValidator.sh.
I then created a link to this file. The link was created in the same folder. I tested it and it ran the program. I then moved the link to the desktop, and it would no longer run the program. It opens the Run dialog but does not respond when I click Run.
I opened the link in a text editor and saw:
#!/bin/sh
#/*******************************************************************************
# * Copyright (c) 2005, 2006 Maxprograms
# * All rights reserved. This program and the accompanying materials
# * are made available under the terms of the Eclipse Public License v1.0
# * which accompanies this distribution, and is available at
# * http://www.eclipse.org/legal/epl-v10.html
# *
# * Contributors:
# * Rodolfo M. Raya - initial API and implementation
# * Geraldine Lin - Chinese translations
# *******************************************************************************/
CP="/home/robin/TMXValidator/lib/tmx.jar:/home/robin/TMXValidator/lib/jdom.jar:/home/robin/TMXValidator/lib/xercesImpl.jar:/home/robin/TMXValidator/lib/xml-apis.jar:/home/robin/TMXValidator/lib/resolver.jar:/home/robin/TMXValidator/lib/GTK/swt.jar"
java -Xmx999M -cp $CP com.maxprograms.gui.TMXValidatorGUI $1 $2 $3 $4 $5 $6
I'd be grateful if someone couldhelp me to:
- get the link to run from the desktop
- insert the item in the main menu
TIA
Rob





