Desktop Launcher for testdisk

Asked by Brian K. Mangum

I would like to create a launcher for testdisk on my desktop. Normally I have to open the terminal window and type testdisk for it to run. Is there anyway I can "short cut" it with a launcher on the desktop?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu testdisk Edit question
Assignee:
No assignee Edit question
Solved by:
François Tissandier
Solved:
Last query:
Last reply:
Revision history for this message
Best François Tissandier (baloo) said :
#1

Right click, "create a launcher", then enter this as the command:

gnome-terminal -e testdisk

That will create a launcher opening a terminal and running the command after "-e"

Revision history for this message
Brian K. Mangum (bkmangum) said :
#2

Thanks François Tissandier, that solved my question.