- Right click Applications menu bar ->Edit Menus
- The Main Menu dialog box should open
- In the Menus panel select the folder of the application
- Click on the any item in the Items panel
- Click the +New Item button
- The Launcher Properties dialog box should appear
- Type the Name of the application
- Then in the Command text box enter the following:
gnome-terminal --working-directory=[directory] -e [command]
Examples:
OpenSim
gnome-terminal gnome-terminal --working-directory=/home/matangdilis/programs/opensim/opensim-0.6.9-binaries/bin -e 'mono /home/matangdilis/programs/opensim/opensim-0.6.9-binaries/bin/OpenSim.exe'
eAdventure
game editor
gnome-terminal --working-directory=/home/matangdilis/programs/eAdventure-v1.0-RC1-Multiplatform-English/ -e /home/matangdilis/programs/eAdventure-v1.0-RC1-Multiplatform-English/run-eAdventure-editor.sh
game engine
gnome-terminal --working-directory=/home/matangdilis/programs/eAdventure-v1.0-RC1-Multiplatform-English/ -e '/home/matangdilis/programs/eAdventure-v1.0-RC1-Multiplatform-English/run-eAdventure-engine.sh'
Close the dialog boxes and click on your new menu item to run your application. Enjoy.
No comments:
Post a Comment