Adding custom programs to favourites of Ubuntu Dock

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








up vote
2
down vote

favorite












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


























    up vote
    2
    down vote

    favorite












    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
























      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      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?









      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 20 at 0:13









      pomsky

      22.7k77097




      22.7k77097










      asked Apr 19 at 21:38









      koman900

      132




      132




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          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




















          • Everything works, thank you very much!
            – koman900
            Apr 19 at 22:03










          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%2f1026528%2fadding-custom-programs-to-favourites-of-ubuntu-dock%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
          1
          down vote



          accepted










          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




















          • Everything works, thank you very much!
            – koman900
            Apr 19 at 22:03














          up vote
          1
          down vote



          accepted










          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




















          • Everything works, thank you very much!
            – koman900
            Apr 19 at 22:03












          up vote
          1
          down vote



          accepted







          up vote
          1
          down vote



          accepted






          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 at 21:56









          Martin W

          73238




          73238











          • Everything works, thank you very much!
            – koman900
            Apr 19 at 22:03
















          • Everything works, thank you very much!
            – koman900
            Apr 19 at 22:03















          Everything works, thank you very much!
          – koman900
          Apr 19 at 22:03




          Everything works, thank you very much!
          – koman900
          Apr 19 at 22:03

















           

          draft saved


          draft discarded















































           


          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













































































          Popular posts from this blog

          pylint3 and pip3 broken

          Missing snmpget and snmpwalk

          How to enroll fingerprints to Ubuntu 17.10 with VFS491