How to create a shortcut for the startmenu

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
2
down vote

favorite












When installing an app, like Eclipse IDE it is launched in the desktop, as a runnable application. If for example, I wanted to have it in the start menu.
I should be able to go to the start menu and, if I click on the application it will launch exactly the same way as launching it from the desktop/folder







share|improve this question






















  • Seconding what @pomsky said. And in case you are at all confused, the launchers in Ubuntu are just a special kind of executable text file that have .desktop at the end and are structured in a certain way. Opening them executes a command that launches the application. The folder he referenced is where all the "dock" or "start menu" launchers live.
    – Emily
    Apr 27 at 19:06










  • I know that, but what I didn't know was where the folder was, I didn't ask just for the location because maybe there is an easier way to do it.
    – YoureSOStubborn
    Apr 27 at 19:09










  • @YoureSOStubborn See my expanded answer, try alacarte for a GUI alternative.
    – pomsky
    Apr 27 at 19:20














up vote
2
down vote

favorite












When installing an app, like Eclipse IDE it is launched in the desktop, as a runnable application. If for example, I wanted to have it in the start menu.
I should be able to go to the start menu and, if I click on the application it will launch exactly the same way as launching it from the desktop/folder







share|improve this question






















  • Seconding what @pomsky said. And in case you are at all confused, the launchers in Ubuntu are just a special kind of executable text file that have .desktop at the end and are structured in a certain way. Opening them executes a command that launches the application. The folder he referenced is where all the "dock" or "start menu" launchers live.
    – Emily
    Apr 27 at 19:06










  • I know that, but what I didn't know was where the folder was, I didn't ask just for the location because maybe there is an easier way to do it.
    – YoureSOStubborn
    Apr 27 at 19:09










  • @YoureSOStubborn See my expanded answer, try alacarte for a GUI alternative.
    – pomsky
    Apr 27 at 19:20












up vote
2
down vote

favorite









up vote
2
down vote

favorite











When installing an app, like Eclipse IDE it is launched in the desktop, as a runnable application. If for example, I wanted to have it in the start menu.
I should be able to go to the start menu and, if I click on the application it will launch exactly the same way as launching it from the desktop/folder







share|improve this question














When installing an app, like Eclipse IDE it is launched in the desktop, as a runnable application. If for example, I wanted to have it in the start menu.
I should be able to go to the start menu and, if I click on the application it will launch exactly the same way as launching it from the desktop/folder









share|improve this question













share|improve this question




share|improve this question








edited Apr 27 at 19:54









pomsky

22.4k77096




22.4k77096










asked Apr 27 at 18:43









YoureSOStubborn

18613




18613











  • Seconding what @pomsky said. And in case you are at all confused, the launchers in Ubuntu are just a special kind of executable text file that have .desktop at the end and are structured in a certain way. Opening them executes a command that launches the application. The folder he referenced is where all the "dock" or "start menu" launchers live.
    – Emily
    Apr 27 at 19:06










  • I know that, but what I didn't know was where the folder was, I didn't ask just for the location because maybe there is an easier way to do it.
    – YoureSOStubborn
    Apr 27 at 19:09










  • @YoureSOStubborn See my expanded answer, try alacarte for a GUI alternative.
    – pomsky
    Apr 27 at 19:20
















  • Seconding what @pomsky said. And in case you are at all confused, the launchers in Ubuntu are just a special kind of executable text file that have .desktop at the end and are structured in a certain way. Opening them executes a command that launches the application. The folder he referenced is where all the "dock" or "start menu" launchers live.
    – Emily
    Apr 27 at 19:06










  • I know that, but what I didn't know was where the folder was, I didn't ask just for the location because maybe there is an easier way to do it.
    – YoureSOStubborn
    Apr 27 at 19:09










  • @YoureSOStubborn See my expanded answer, try alacarte for a GUI alternative.
    – pomsky
    Apr 27 at 19:20















Seconding what @pomsky said. And in case you are at all confused, the launchers in Ubuntu are just a special kind of executable text file that have .desktop at the end and are structured in a certain way. Opening them executes a command that launches the application. The folder he referenced is where all the "dock" or "start menu" launchers live.
– Emily
Apr 27 at 19:06




Seconding what @pomsky said. And in case you are at all confused, the launchers in Ubuntu are just a special kind of executable text file that have .desktop at the end and are structured in a certain way. Opening them executes a command that launches the application. The folder he referenced is where all the "dock" or "start menu" launchers live.
– Emily
Apr 27 at 19:06












I know that, but what I didn't know was where the folder was, I didn't ask just for the location because maybe there is an easier way to do it.
– YoureSOStubborn
Apr 27 at 19:09




I know that, but what I didn't know was where the folder was, I didn't ask just for the location because maybe there is an easier way to do it.
– YoureSOStubborn
Apr 27 at 19:09












@YoureSOStubborn See my expanded answer, try alacarte for a GUI alternative.
– pomsky
Apr 27 at 19:20




@YoureSOStubborn See my expanded answer, try alacarte for a GUI alternative.
– pomsky
Apr 27 at 19:20










1 Answer
1






active

oldest

votes

















up vote
3
down vote



accepted










If you have a launcher in your desktop, then copy/move the launcher from your desktop to the ~/.local/share/applications/ directory. It should appear in the menu.



Otherwise, you may manually create a simple .desktop launcher (say eclipse.desktop) in your ~/.local/share/applications/ directory. The content of the eclipse.desktop may be as follows.



[Desktop Entry]
Name=Eclipse
Exec=/full/path/to/the/executable
Terminal=false
Type=Application
Icon=/full/path/to/the/icon-file


For a GUI alternative, try Main Menu (aka Alacarte). You can install it by



sudo apt-get install alacarte





share|improve this answer






















  • It does work in a way but, I had to make a .desktop configuration for it to work
    – YoureSOStubborn
    Apr 27 at 19:05










Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1028909%2fhow-to-create-a-shortcut-for-the-startmenu%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
3
down vote



accepted










If you have a launcher in your desktop, then copy/move the launcher from your desktop to the ~/.local/share/applications/ directory. It should appear in the menu.



Otherwise, you may manually create a simple .desktop launcher (say eclipse.desktop) in your ~/.local/share/applications/ directory. The content of the eclipse.desktop may be as follows.



[Desktop Entry]
Name=Eclipse
Exec=/full/path/to/the/executable
Terminal=false
Type=Application
Icon=/full/path/to/the/icon-file


For a GUI alternative, try Main Menu (aka Alacarte). You can install it by



sudo apt-get install alacarte





share|improve this answer






















  • It does work in a way but, I had to make a .desktop configuration for it to work
    – YoureSOStubborn
    Apr 27 at 19:05














up vote
3
down vote



accepted










If you have a launcher in your desktop, then copy/move the launcher from your desktop to the ~/.local/share/applications/ directory. It should appear in the menu.



Otherwise, you may manually create a simple .desktop launcher (say eclipse.desktop) in your ~/.local/share/applications/ directory. The content of the eclipse.desktop may be as follows.



[Desktop Entry]
Name=Eclipse
Exec=/full/path/to/the/executable
Terminal=false
Type=Application
Icon=/full/path/to/the/icon-file


For a GUI alternative, try Main Menu (aka Alacarte). You can install it by



sudo apt-get install alacarte





share|improve this answer






















  • It does work in a way but, I had to make a .desktop configuration for it to work
    – YoureSOStubborn
    Apr 27 at 19:05












up vote
3
down vote



accepted







up vote
3
down vote



accepted






If you have a launcher in your desktop, then copy/move the launcher from your desktop to the ~/.local/share/applications/ directory. It should appear in the menu.



Otherwise, you may manually create a simple .desktop launcher (say eclipse.desktop) in your ~/.local/share/applications/ directory. The content of the eclipse.desktop may be as follows.



[Desktop Entry]
Name=Eclipse
Exec=/full/path/to/the/executable
Terminal=false
Type=Application
Icon=/full/path/to/the/icon-file


For a GUI alternative, try Main Menu (aka Alacarte). You can install it by



sudo apt-get install alacarte





share|improve this answer














If you have a launcher in your desktop, then copy/move the launcher from your desktop to the ~/.local/share/applications/ directory. It should appear in the menu.



Otherwise, you may manually create a simple .desktop launcher (say eclipse.desktop) in your ~/.local/share/applications/ directory. The content of the eclipse.desktop may be as follows.



[Desktop Entry]
Name=Eclipse
Exec=/full/path/to/the/executable
Terminal=false
Type=Application
Icon=/full/path/to/the/icon-file


For a GUI alternative, try Main Menu (aka Alacarte). You can install it by



sudo apt-get install alacarte






share|improve this answer














share|improve this answer



share|improve this answer








edited Apr 27 at 19:19

























answered Apr 27 at 18:52









pomsky

22.4k77096




22.4k77096











  • It does work in a way but, I had to make a .desktop configuration for it to work
    – YoureSOStubborn
    Apr 27 at 19:05
















  • It does work in a way but, I had to make a .desktop configuration for it to work
    – YoureSOStubborn
    Apr 27 at 19:05















It does work in a way but, I had to make a .desktop configuration for it to work
– YoureSOStubborn
Apr 27 at 19:05




It does work in a way but, I had to make a .desktop configuration for it to work
– YoureSOStubborn
Apr 27 at 19:05

















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1028909%2fhow-to-create-a-shortcut-for-the-startmenu%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491