How to create a shortcut for the startmenu
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
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
eclipse .desktop
add a comment |Â
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
eclipse .desktop
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, tryalacarte
for a GUI alternative.
â pomsky
Apr 27 at 19:20
add a comment |Â
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
eclipse .desktop
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
eclipse .desktop
edited Apr 27 at 19:54
![](https://i.stack.imgur.com/A4LiS.jpg?s=32&g=1)
![](https://i.stack.imgur.com/A4LiS.jpg?s=32&g=1)
pomsky
22.4k77096
22.4k77096
asked Apr 27 at 18:43
![](https://lh6.googleusercontent.com/-dxFJMms1pEc/AAAAAAAAAAI/AAAAAAAAAAc/gAizWFAKgfI/photo.jpg?sz=32)
![](https://lh6.googleusercontent.com/-dxFJMms1pEc/AAAAAAAAAAI/AAAAAAAAAAc/gAizWFAKgfI/photo.jpg?sz=32)
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, tryalacarte
for a GUI alternative.
â pomsky
Apr 27 at 19:20
add a comment |Â
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, tryalacarte
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
add a comment |Â
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
It does work in a way but, I had to make a.desktop
configuration for it to work
â YoureSOStubborn
Apr 27 at 19:05
add a comment |Â
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
It does work in a way but, I had to make a.desktop
configuration for it to work
â YoureSOStubborn
Apr 27 at 19:05
add a comment |Â
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
It does work in a way but, I had to make a.desktop
configuration for it to work
â YoureSOStubborn
Apr 27 at 19:05
add a comment |Â
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
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
edited Apr 27 at 19:19
answered Apr 27 at 18:52
![](https://i.stack.imgur.com/A4LiS.jpg?s=32&g=1)
![](https://i.stack.imgur.com/A4LiS.jpg?s=32&g=1)
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
add a comment |Â
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
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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