how to create a custom launcher in ubuntu 12.04?

Asked by Douglas Cunningham

I want to know how to add my own custom launcher to the Desktop, please.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu unity Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

If you go to ~/.config/autostart

You can copy one of the .desktop files there and ten edit it to run whatever you want. You can put it in ~/Desktop and it will show in the desktop, if you want it to appear in dash, you can copy it to /usr/share/applications be sure it doesn't overwrite any of the other files. The name is just for humans but the display name is the bit that tells the OS how to show it in dash. If the pwd is important when the command is executed (some wine apps like this) then make a bash script to cd to the containing folder then run the app.

HTH

Can you help with this problem?

Provide an answer of your own, or ask Douglas Cunningham for more information if necessary.

To post a message you must log in.