Adding custom programs to favourites of Ubuntu Dock












5















I want to add a custom program to the favourites of Ubuntu dock, but there is no option for that.



enter image description here



Translating the text in this image (same as above) only says:




  1. All windows


  2. Quit



It also doesn't appear in "Show Applications":
enter image description here



Is there a way for adding the program to both Favourites and Applications menus?










share|improve this question





























    5















    I want to add a custom program to the favourites of Ubuntu dock, but there is no option for that.



    enter image description here



    Translating the text in this image (same as above) only says:




    1. All windows


    2. Quit



    It also doesn't appear in "Show Applications":
    enter image description here



    Is there a way for adding the program to both Favourites and Applications menus?










    share|improve this question



























      5












      5








      5


      1






      I want to add a custom program to the favourites of Ubuntu dock, but there is no option for that.



      enter image description here



      Translating the text in this image (same as above) only says:




      1. All windows


      2. Quit



      It also doesn't appear in "Show Applications":
      enter image description here



      Is there a way for adding the program to both Favourites and Applications menus?










      share|improve this question
















      I want to add a custom program to the favourites of Ubuntu dock, but there is no option for that.



      enter image description here



      Translating the text in this image (same as above) only says:




      1. All windows


      2. Quit



      It also doesn't appear in "Show Applications":
      enter image description here



      Is there a way for adding the program to both Favourites and Applications menus?







      gnome-shell installed-programs ubuntu-dock






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 20 '18 at 0:13









      pomsky

      32.9k11103135




      32.9k11103135










      asked Apr 19 '18 at 21:38









      ElgirhathElgirhath

      2813




      2813






















          1 Answer
          1






          active

          oldest

          votes


















          4














          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!






          share|improve this answer



















          • 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












          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
          });


          }
          });














          draft saved

          draft discarded


















          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









          4














          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!






          share|improve this answer



















          • 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
















          4














          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!






          share|improve this answer



















          • 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














          4












          4








          4







          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!






          share|improve this answer













          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!







          share|improve this answer












          share|improve this answer



          share|improve this answer










          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














          • 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


















          draft saved

          draft discarded




















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Human spaceflight

          Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?

          張江高科駅