Adding custom applications to GNOME launcher The Next CEO of Stack OverflowHow to make executable bin files accessible to Gnome?How can I make the tagspaces launch file work?Create Custom Application Launcher in GNOME panelhow to get a launcher desktop icon for matlab R2019aHow do you create a custom application launcher in Gnome Shell? Eclipse menus are broken in UbuntuDuplicate icons for manually created GNOME launcher itemsCustom launcher in application panel not workingAdding Gnome Commander to Launchereclipse.desktop on launcher being replaced on rebootWhy won't “MyApp.Desktop” launcher appear in “Show Applications”?Create Custom Application Launcher in GNOME panelGNOME shell doesn't detect custom .desktop fileDuplicated .desktop shortcut in Gnome Launcher in Ubuntu 18.04
How do spells that require an ability check vs. the caster's spell save DC work?
How do I go from 300 unfinished/half written blog posts, to published posts?
Science fiction (dystopian) short story set after WWIII
What makes a siege story/plot interesting?
How do we know the LHC results are robust?
Robert Sheckley short story about vacation spots being overwhelmed
Why does standard notation not preserve intervals (visually)
Failed to fetch jessie backports repository
Why is there a PLL in CPU?
Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis
Anatomically Correct Strange Women In Ponds Distributing Swords
If I blow insulation everywhere in my attic except the door trap, will heat escape through it?
Why didn't Theresa May consult with Parliament before negotiating a deal with the EU?
What does this shorthand mean?
Why didn't Khan get resurrected in the Genesis Explosion?
How to write papers efficiently when English isn't my first language?
Only print output after finding pattern
% symbol leads to superlong (forever?) compilations
Is it safe to use c_str() on a temporary string?
Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?
How easy is it to start Magic from scratch?
When airplanes disconnect from a tanker during air to air refueling, why do they bank so sharply to the right?
Does the Brexit deal have to be agreed by both Houses?
Can I equip Skullclamp on a creature I am sacrificing?
Adding custom applications to GNOME launcher
The Next CEO of Stack OverflowHow to make executable bin files accessible to Gnome?How can I make the tagspaces launch file work?Create Custom Application Launcher in GNOME panelhow to get a launcher desktop icon for matlab R2019aHow do you create a custom application launcher in Gnome Shell? Eclipse menus are broken in UbuntuDuplicate icons for manually created GNOME launcher itemsCustom launcher in application panel not workingAdding Gnome Commander to Launchereclipse.desktop on launcher being replaced on rebootWhy won't “MyApp.Desktop” launcher appear in “Show Applications”?Create Custom Application Launcher in GNOME panelGNOME shell doesn't detect custom .desktop fileDuplicated .desktop shortcut in Gnome Launcher in Ubuntu 18.04
Looking for a utility that allows me insert an item into the list of applications that GNOME knows about.
For example:
I have downloaded Eclipse EE (I have some very special plugins that I need to work with, and those plugins don't "like" the version available in the default repository). I'm using GNOME 3, on Ubuntu 11.10. So I want to execute Eclipse w/o opening a terminal and running it.
It must be something very simple.
gnome-shell eclipse .desktop
add a comment |
Looking for a utility that allows me insert an item into the list of applications that GNOME knows about.
For example:
I have downloaded Eclipse EE (I have some very special plugins that I need to work with, and those plugins don't "like" the version available in the default repository). I'm using GNOME 3, on Ubuntu 11.10. So I want to execute Eclipse w/o opening a terminal and running it.
It must be something very simple.
gnome-shell eclipse .desktop
png images does not work, try jpg
– user271520
Apr 20 '14 at 17:21
add a comment |
Looking for a utility that allows me insert an item into the list of applications that GNOME knows about.
For example:
I have downloaded Eclipse EE (I have some very special plugins that I need to work with, and those plugins don't "like" the version available in the default repository). I'm using GNOME 3, on Ubuntu 11.10. So I want to execute Eclipse w/o opening a terminal and running it.
It must be something very simple.
gnome-shell eclipse .desktop
Looking for a utility that allows me insert an item into the list of applications that GNOME knows about.
For example:
I have downloaded Eclipse EE (I have some very special plugins that I need to work with, and those plugins don't "like" the version available in the default repository). I'm using GNOME 3, on Ubuntu 11.10. So I want to execute Eclipse w/o opening a terminal and running it.
It must be something very simple.
gnome-shell eclipse .desktop
gnome-shell eclipse .desktop
edited 10 mins ago
pomsky
32.9k11103135
32.9k11103135
asked Nov 15 '11 at 19:39
Shaftoe2702Shaftoe2702
428157
428157
png images does not work, try jpg
– user271520
Apr 20 '14 at 17:21
add a comment |
png images does not work, try jpg
– user271520
Apr 20 '14 at 17:21
png images does not work, try jpg
– user271520
Apr 20 '14 at 17:21
png images does not work, try jpg
– user271520
Apr 20 '14 at 17:21
add a comment |
5 Answers
5
active
oldest
votes
You can use Main Menu for this. If not, install it first:
sudo apt-get install alacarte
1. Open Main Menu
2. See the example
After that you can call your applications with name: "command_of_application".
Edit: I missed that you had asked for applications in your home directory. If so, command must be the full path of that application.
That's what I'm looking for.
– Shaftoe2702
Nov 15 '11 at 20:32
In German Ubuntu 17.10, search for "Menüberabeitung"
– Christopher K.
May 9 '18 at 14:25
Thank you, luckily this package was there for fedora too.
– Sukumaar
Dec 6 '18 at 5:40
add a comment |
The applications launchers Gnome knows about are .desktop files in /usr/share/applications
, and ~/.local/share/applications
. You can create custom launchers for whatever is in your home folder, by either manually creating and editing a custom .desktop file, or by using Alacarte, the old Gnome menu editor.
The Gnome desktop file documentation can be of help: https://developer.gnome.org/integration-guide/stable/desktop-files.html.en
The custom launcher is just a text file, named, for example, EclipseEE.desktop
, with the following content:
[Desktop Entry]
Name=Eclipse EE
Exec=/home/mrPeterson/path_to_executable
StartupNotify=true
Terminal=false
Type=Application
Icon=/optional/path/to/icon.png
first link is broken
– nispio
Aug 11 '15 at 23:59
add a comment |
(Repost from the original OP)
This is neat trick pointed out elsewhere:
gnome-desktop-item-edit ~/Desktop/ --create-new
Now, I have an Icon. That was a nice feature to have bound to the context menu, but alas, I do not see it.
This program wasn't installed by default for me; had to dosudo apt-get install --no-install-recommends gnome-panel
– yuikonnu
Jan 7 '18 at 17:59
add a comment |
I like Jorge's simple gnome-desktop-item-edit
solution. However, if I place the .desktop
file on ~/Desktop/
it does not show up as an application but only as a file in the gnome menu. So I do:
sudo gnome-desktop-item-edit /usr/share/applications/ --create-new
Howerver you want to create menu for all gnome users, you should prefer place it on~/.local/share/applications
folder and avoid to usesudo
.
– RousseauAlexandre
Nov 23 '18 at 7:36
add a comment |
I know this thread is kinda old, but I wanted to share with you guys this bash function I just made because... because I can.
If you find it useful, feel free to use it!
Warning: I just made it. It might not be perfect.
new-gnome-launcher-app() sudo tee -a "$gnome_panel_entry_path" > /dev/null
echo "Encoding=UTF-8"
:+1: for you time :), good to have a command line tool
– Daniel Pérez
Jan 8 '18 at 18:27
add a comment |
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',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f79583%2fadding-custom-applications-to-gnome-launcher%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can use Main Menu for this. If not, install it first:
sudo apt-get install alacarte
1. Open Main Menu
2. See the example
After that you can call your applications with name: "command_of_application".
Edit: I missed that you had asked for applications in your home directory. If so, command must be the full path of that application.
That's what I'm looking for.
– Shaftoe2702
Nov 15 '11 at 20:32
In German Ubuntu 17.10, search for "Menüberabeitung"
– Christopher K.
May 9 '18 at 14:25
Thank you, luckily this package was there for fedora too.
– Sukumaar
Dec 6 '18 at 5:40
add a comment |
You can use Main Menu for this. If not, install it first:
sudo apt-get install alacarte
1. Open Main Menu
2. See the example
After that you can call your applications with name: "command_of_application".
Edit: I missed that you had asked for applications in your home directory. If so, command must be the full path of that application.
That's what I'm looking for.
– Shaftoe2702
Nov 15 '11 at 20:32
In German Ubuntu 17.10, search for "Menüberabeitung"
– Christopher K.
May 9 '18 at 14:25
Thank you, luckily this package was there for fedora too.
– Sukumaar
Dec 6 '18 at 5:40
add a comment |
You can use Main Menu for this. If not, install it first:
sudo apt-get install alacarte
1. Open Main Menu
2. See the example
After that you can call your applications with name: "command_of_application".
Edit: I missed that you had asked for applications in your home directory. If so, command must be the full path of that application.
You can use Main Menu for this. If not, install it first:
sudo apt-get install alacarte
1. Open Main Menu
2. See the example
After that you can call your applications with name: "command_of_application".
Edit: I missed that you had asked for applications in your home directory. If so, command must be the full path of that application.
edited Apr 27 '18 at 19:13
pomsky
32.9k11103135
32.9k11103135
answered Nov 15 '11 at 20:13
heartsmagicheartsmagic
4,5302040
4,5302040
That's what I'm looking for.
– Shaftoe2702
Nov 15 '11 at 20:32
In German Ubuntu 17.10, search for "Menüberabeitung"
– Christopher K.
May 9 '18 at 14:25
Thank you, luckily this package was there for fedora too.
– Sukumaar
Dec 6 '18 at 5:40
add a comment |
That's what I'm looking for.
– Shaftoe2702
Nov 15 '11 at 20:32
In German Ubuntu 17.10, search for "Menüberabeitung"
– Christopher K.
May 9 '18 at 14:25
Thank you, luckily this package was there for fedora too.
– Sukumaar
Dec 6 '18 at 5:40
That's what I'm looking for.
– Shaftoe2702
Nov 15 '11 at 20:32
That's what I'm looking for.
– Shaftoe2702
Nov 15 '11 at 20:32
In German Ubuntu 17.10, search for "Menüberabeitung"
– Christopher K.
May 9 '18 at 14:25
In German Ubuntu 17.10, search for "Menüberabeitung"
– Christopher K.
May 9 '18 at 14:25
Thank you, luckily this package was there for fedora too.
– Sukumaar
Dec 6 '18 at 5:40
Thank you, luckily this package was there for fedora too.
– Sukumaar
Dec 6 '18 at 5:40
add a comment |
The applications launchers Gnome knows about are .desktop files in /usr/share/applications
, and ~/.local/share/applications
. You can create custom launchers for whatever is in your home folder, by either manually creating and editing a custom .desktop file, or by using Alacarte, the old Gnome menu editor.
The Gnome desktop file documentation can be of help: https://developer.gnome.org/integration-guide/stable/desktop-files.html.en
The custom launcher is just a text file, named, for example, EclipseEE.desktop
, with the following content:
[Desktop Entry]
Name=Eclipse EE
Exec=/home/mrPeterson/path_to_executable
StartupNotify=true
Terminal=false
Type=Application
Icon=/optional/path/to/icon.png
first link is broken
– nispio
Aug 11 '15 at 23:59
add a comment |
The applications launchers Gnome knows about are .desktop files in /usr/share/applications
, and ~/.local/share/applications
. You can create custom launchers for whatever is in your home folder, by either manually creating and editing a custom .desktop file, or by using Alacarte, the old Gnome menu editor.
The Gnome desktop file documentation can be of help: https://developer.gnome.org/integration-guide/stable/desktop-files.html.en
The custom launcher is just a text file, named, for example, EclipseEE.desktop
, with the following content:
[Desktop Entry]
Name=Eclipse EE
Exec=/home/mrPeterson/path_to_executable
StartupNotify=true
Terminal=false
Type=Application
Icon=/optional/path/to/icon.png
first link is broken
– nispio
Aug 11 '15 at 23:59
add a comment |
The applications launchers Gnome knows about are .desktop files in /usr/share/applications
, and ~/.local/share/applications
. You can create custom launchers for whatever is in your home folder, by either manually creating and editing a custom .desktop file, or by using Alacarte, the old Gnome menu editor.
The Gnome desktop file documentation can be of help: https://developer.gnome.org/integration-guide/stable/desktop-files.html.en
The custom launcher is just a text file, named, for example, EclipseEE.desktop
, with the following content:
[Desktop Entry]
Name=Eclipse EE
Exec=/home/mrPeterson/path_to_executable
StartupNotify=true
Terminal=false
Type=Application
Icon=/optional/path/to/icon.png
The applications launchers Gnome knows about are .desktop files in /usr/share/applications
, and ~/.local/share/applications
. You can create custom launchers for whatever is in your home folder, by either manually creating and editing a custom .desktop file, or by using Alacarte, the old Gnome menu editor.
The Gnome desktop file documentation can be of help: https://developer.gnome.org/integration-guide/stable/desktop-files.html.en
The custom launcher is just a text file, named, for example, EclipseEE.desktop
, with the following content:
[Desktop Entry]
Name=Eclipse EE
Exec=/home/mrPeterson/path_to_executable
StartupNotify=true
Terminal=false
Type=Application
Icon=/optional/path/to/icon.png
edited Aug 12 '15 at 14:45
answered Nov 15 '11 at 20:11
mikewhatevermikewhatever
24.2k77086
24.2k77086
first link is broken
– nispio
Aug 11 '15 at 23:59
add a comment |
first link is broken
– nispio
Aug 11 '15 at 23:59
first link is broken
– nispio
Aug 11 '15 at 23:59
first link is broken
– nispio
Aug 11 '15 at 23:59
add a comment |
(Repost from the original OP)
This is neat trick pointed out elsewhere:
gnome-desktop-item-edit ~/Desktop/ --create-new
Now, I have an Icon. That was a nice feature to have bound to the context menu, but alas, I do not see it.
This program wasn't installed by default for me; had to dosudo apt-get install --no-install-recommends gnome-panel
– yuikonnu
Jan 7 '18 at 17:59
add a comment |
(Repost from the original OP)
This is neat trick pointed out elsewhere:
gnome-desktop-item-edit ~/Desktop/ --create-new
Now, I have an Icon. That was a nice feature to have bound to the context menu, but alas, I do not see it.
This program wasn't installed by default for me; had to dosudo apt-get install --no-install-recommends gnome-panel
– yuikonnu
Jan 7 '18 at 17:59
add a comment |
(Repost from the original OP)
This is neat trick pointed out elsewhere:
gnome-desktop-item-edit ~/Desktop/ --create-new
Now, I have an Icon. That was a nice feature to have bound to the context menu, but alas, I do not see it.
(Repost from the original OP)
This is neat trick pointed out elsewhere:
gnome-desktop-item-edit ~/Desktop/ --create-new
Now, I have an Icon. That was a nice feature to have bound to the context menu, but alas, I do not see it.
answered Nov 25 '11 at 0:37
community wiki
Jorge Castro
This program wasn't installed by default for me; had to dosudo apt-get install --no-install-recommends gnome-panel
– yuikonnu
Jan 7 '18 at 17:59
add a comment |
This program wasn't installed by default for me; had to dosudo apt-get install --no-install-recommends gnome-panel
– yuikonnu
Jan 7 '18 at 17:59
This program wasn't installed by default for me; had to do
sudo apt-get install --no-install-recommends gnome-panel
– yuikonnu
Jan 7 '18 at 17:59
This program wasn't installed by default for me; had to do
sudo apt-get install --no-install-recommends gnome-panel
– yuikonnu
Jan 7 '18 at 17:59
add a comment |
I like Jorge's simple gnome-desktop-item-edit
solution. However, if I place the .desktop
file on ~/Desktop/
it does not show up as an application but only as a file in the gnome menu. So I do:
sudo gnome-desktop-item-edit /usr/share/applications/ --create-new
Howerver you want to create menu for all gnome users, you should prefer place it on~/.local/share/applications
folder and avoid to usesudo
.
– RousseauAlexandre
Nov 23 '18 at 7:36
add a comment |
I like Jorge's simple gnome-desktop-item-edit
solution. However, if I place the .desktop
file on ~/Desktop/
it does not show up as an application but only as a file in the gnome menu. So I do:
sudo gnome-desktop-item-edit /usr/share/applications/ --create-new
Howerver you want to create menu for all gnome users, you should prefer place it on~/.local/share/applications
folder and avoid to usesudo
.
– RousseauAlexandre
Nov 23 '18 at 7:36
add a comment |
I like Jorge's simple gnome-desktop-item-edit
solution. However, if I place the .desktop
file on ~/Desktop/
it does not show up as an application but only as a file in the gnome menu. So I do:
sudo gnome-desktop-item-edit /usr/share/applications/ --create-new
I like Jorge's simple gnome-desktop-item-edit
solution. However, if I place the .desktop
file on ~/Desktop/
it does not show up as an application but only as a file in the gnome menu. So I do:
sudo gnome-desktop-item-edit /usr/share/applications/ --create-new
edited Feb 1 at 18:17
pomsky
32.9k11103135
32.9k11103135
answered Feb 18 '13 at 14:13
pygracpygrac
28123
28123
Howerver you want to create menu for all gnome users, you should prefer place it on~/.local/share/applications
folder and avoid to usesudo
.
– RousseauAlexandre
Nov 23 '18 at 7:36
add a comment |
Howerver you want to create menu for all gnome users, you should prefer place it on~/.local/share/applications
folder and avoid to usesudo
.
– RousseauAlexandre
Nov 23 '18 at 7:36
Howerver you want to create menu for all gnome users, you should prefer place it on
~/.local/share/applications
folder and avoid to use sudo
.– RousseauAlexandre
Nov 23 '18 at 7:36
Howerver you want to create menu for all gnome users, you should prefer place it on
~/.local/share/applications
folder and avoid to use sudo
.– RousseauAlexandre
Nov 23 '18 at 7:36
add a comment |
I know this thread is kinda old, but I wanted to share with you guys this bash function I just made because... because I can.
If you find it useful, feel free to use it!
Warning: I just made it. It might not be perfect.
new-gnome-launcher-app() sudo tee -a "$gnome_panel_entry_path" > /dev/null
echo "Encoding=UTF-8"
:+1: for you time :), good to have a command line tool
– Daniel Pérez
Jan 8 '18 at 18:27
add a comment |
I know this thread is kinda old, but I wanted to share with you guys this bash function I just made because... because I can.
If you find it useful, feel free to use it!
Warning: I just made it. It might not be perfect.
new-gnome-launcher-app() sudo tee -a "$gnome_panel_entry_path" > /dev/null
echo "Encoding=UTF-8"
:+1: for you time :), good to have a command line tool
– Daniel Pérez
Jan 8 '18 at 18:27
add a comment |
I know this thread is kinda old, but I wanted to share with you guys this bash function I just made because... because I can.
If you find it useful, feel free to use it!
Warning: I just made it. It might not be perfect.
new-gnome-launcher-app() sudo tee -a "$gnome_panel_entry_path" > /dev/null
echo "Encoding=UTF-8"
I know this thread is kinda old, but I wanted to share with you guys this bash function I just made because... because I can.
If you find it useful, feel free to use it!
Warning: I just made it. It might not be perfect.
new-gnome-launcher-app() sudo tee -a "$gnome_panel_entry_path" > /dev/null
echo "Encoding=UTF-8"
answered Sep 2 '16 at 1:34
Maximiliano Castro DiazMaximiliano Castro Diaz
111
111
:+1: for you time :), good to have a command line tool
– Daniel Pérez
Jan 8 '18 at 18:27
add a comment |
:+1: for you time :), good to have a command line tool
– Daniel Pérez
Jan 8 '18 at 18:27
:+1: for you time :), good to have a command line tool
– Daniel Pérez
Jan 8 '18 at 18:27
:+1: for you time :), good to have a command line tool
– Daniel Pérez
Jan 8 '18 at 18:27
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f79583%2fadding-custom-applications-to-gnome-launcher%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
png images does not work, try jpg
– user271520
Apr 20 '14 at 17:21