Creating a new Application Launcher Configuration File
- Right-click on the parent folder
- Select
New
, Other..
,
section Launcher
,
Application Launch Configuration
- Enter a file name, for example
Terminal
.
The file extension .app
will be added automatically,
so the resulting launch configuration file
would be Terminal.app
- On the next page of the Launch Configuration editor,
enter the command to launch, for example
xterm
or cmd.exe
.
You may also select an icon.
- Press
Finish
.
- Execute the launch configuration via
right-click on the file,
selecting
Open With
, then Application Launcher
.
From now on the double-click will also default to launching the application.