Hi, I'm trying to add a shortcut (panel launcher) in Gnome2 that will execute a file. The problem is that the file expects to be running in it's own directory (using other files in directory. This is no problem in a terminal since I already CD there to run it, but from a panel launcher... I complains that it can't find the rest of the files. I tried two things: 1- Make the command to launch "cd /to/app/path; ./app" (didn't work) 2- Make a shell script file and hard coded the path there then executed the app (works but ugly/not portable).
What is the correct way to do this? -- - - -- ---- ----------------------------------------- --- -- - - Ahmad Baitalmal BitBuilder web: http://www.bitbuilder.com - - -- ---- -------------------------------------------------------------- --- -- - -
