Adding custom programs to favourites of Ubuntu Dock
I want to add a custom program to the favourites of Ubuntu dock, but there is no option for that.
Translating the text in this image (same as above) only says:
All windows
Quit
It also doesn't appear in "Show Applications":
Is there a way for adding the program to both Favourites and Applications menus?
gnome-shell installed-programs ubuntu-dock
add a comment |
I want to add a custom program to the favourites of Ubuntu dock, but there is no option for that.
Translating the text in this image (same as above) only says:
All windows
Quit
It also doesn't appear in "Show Applications":
Is there a way for adding the program to both Favourites and Applications menus?
gnome-shell installed-programs ubuntu-dock
add a comment |
I want to add a custom program to the favourites of Ubuntu dock, but there is no option for that.
Translating the text in this image (same as above) only says:
All windows
Quit
It also doesn't appear in "Show Applications":
Is there a way for adding the program to both Favourites and Applications menus?
gnome-shell installed-programs ubuntu-dock
I want to add a custom program to the favourites of Ubuntu dock, but there is no option for that.
Translating the text in this image (same as above) only says:
All windows
Quit
It also doesn't appear in "Show Applications":
Is there a way for adding the program to both Favourites and Applications menus?
gnome-shell installed-programs ubuntu-dock
gnome-shell installed-programs ubuntu-dock
edited Apr 20 '18 at 0:13
pomsky
32.9k11103135
32.9k11103135
asked Apr 19 '18 at 21:38
ElgirhathElgirhath
2813
2813
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
This is fairly easy. First, make a desktop application file that follows the freedesktop.org spec, e.g.
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=MyApplication
Comment=My fancy new application
Exec=my_application
Icon=my_application.png
Terminal=false
If you want this to usable by anyone on your system, put it in /usr/share/applications
. For personal use only, you can put it in ~/.local/share/applications
. Look in /usr/share/applications
for other examples. Add your icon image to the /usr/share/icons
directory, or I assume the ~/.local/share/icons
, although I've not tried that last location myself.
The you can search for the application by name and drag it to the launcher in the usual way!
1
This doesnt work anymore on 18.04 :(
– Shervin Asgari
Oct 14 '18 at 10:19
2
Shervin: I can verify that this still works on 18.04, both using /usr/share/applications or ~/.local/share/applications. You may need to restart gnome to update the cache.
– Martin W
Oct 16 '18 at 21:54
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%2f1026528%2fadding-custom-programs-to-favourites-of-ubuntu-dock%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
This is fairly easy. First, make a desktop application file that follows the freedesktop.org spec, e.g.
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=MyApplication
Comment=My fancy new application
Exec=my_application
Icon=my_application.png
Terminal=false
If you want this to usable by anyone on your system, put it in /usr/share/applications
. For personal use only, you can put it in ~/.local/share/applications
. Look in /usr/share/applications
for other examples. Add your icon image to the /usr/share/icons
directory, or I assume the ~/.local/share/icons
, although I've not tried that last location myself.
The you can search for the application by name and drag it to the launcher in the usual way!
1
This doesnt work anymore on 18.04 :(
– Shervin Asgari
Oct 14 '18 at 10:19
2
Shervin: I can verify that this still works on 18.04, both using /usr/share/applications or ~/.local/share/applications. You may need to restart gnome to update the cache.
– Martin W
Oct 16 '18 at 21:54
add a comment |
This is fairly easy. First, make a desktop application file that follows the freedesktop.org spec, e.g.
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=MyApplication
Comment=My fancy new application
Exec=my_application
Icon=my_application.png
Terminal=false
If you want this to usable by anyone on your system, put it in /usr/share/applications
. For personal use only, you can put it in ~/.local/share/applications
. Look in /usr/share/applications
for other examples. Add your icon image to the /usr/share/icons
directory, or I assume the ~/.local/share/icons
, although I've not tried that last location myself.
The you can search for the application by name and drag it to the launcher in the usual way!
1
This doesnt work anymore on 18.04 :(
– Shervin Asgari
Oct 14 '18 at 10:19
2
Shervin: I can verify that this still works on 18.04, both using /usr/share/applications or ~/.local/share/applications. You may need to restart gnome to update the cache.
– Martin W
Oct 16 '18 at 21:54
add a comment |
This is fairly easy. First, make a desktop application file that follows the freedesktop.org spec, e.g.
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=MyApplication
Comment=My fancy new application
Exec=my_application
Icon=my_application.png
Terminal=false
If you want this to usable by anyone on your system, put it in /usr/share/applications
. For personal use only, you can put it in ~/.local/share/applications
. Look in /usr/share/applications
for other examples. Add your icon image to the /usr/share/icons
directory, or I assume the ~/.local/share/icons
, although I've not tried that last location myself.
The you can search for the application by name and drag it to the launcher in the usual way!
This is fairly easy. First, make a desktop application file that follows the freedesktop.org spec, e.g.
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=MyApplication
Comment=My fancy new application
Exec=my_application
Icon=my_application.png
Terminal=false
If you want this to usable by anyone on your system, put it in /usr/share/applications
. For personal use only, you can put it in ~/.local/share/applications
. Look in /usr/share/applications
for other examples. Add your icon image to the /usr/share/icons
directory, or I assume the ~/.local/share/icons
, although I've not tried that last location myself.
The you can search for the application by name and drag it to the launcher in the usual way!
answered Apr 19 '18 at 21:56
Martin WMartin W
88238
88238
1
This doesnt work anymore on 18.04 :(
– Shervin Asgari
Oct 14 '18 at 10:19
2
Shervin: I can verify that this still works on 18.04, both using /usr/share/applications or ~/.local/share/applications. You may need to restart gnome to update the cache.
– Martin W
Oct 16 '18 at 21:54
add a comment |
1
This doesnt work anymore on 18.04 :(
– Shervin Asgari
Oct 14 '18 at 10:19
2
Shervin: I can verify that this still works on 18.04, both using /usr/share/applications or ~/.local/share/applications. You may need to restart gnome to update the cache.
– Martin W
Oct 16 '18 at 21:54
1
1
This doesnt work anymore on 18.04 :(
– Shervin Asgari
Oct 14 '18 at 10:19
This doesnt work anymore on 18.04 :(
– Shervin Asgari
Oct 14 '18 at 10:19
2
2
Shervin: I can verify that this still works on 18.04, both using /usr/share/applications or ~/.local/share/applications. You may need to restart gnome to update the cache.
– Martin W
Oct 16 '18 at 21:54
Shervin: I can verify that this still works on 18.04, both using /usr/share/applications or ~/.local/share/applications. You may need to restart gnome to update the cache.
– Martin W
Oct 16 '18 at 21:54
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%2f1026528%2fadding-custom-programs-to-favourites-of-ubuntu-dock%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