How do I create an icon shortcut in the linux - Centos navigation system? [duplicate]












0
















This question already has an answer here:




  • How can I add an application to the GNOME window manager?

    2 answers




I downloaded a program called SmartCVS which came in a tar file which I extracted and stored into my home folder. To run the program, I use the terminal and enter my home folder and then into the program's folders -- (/home/username/smartcvs-7_1_9/bin) -- and run



[user@localhost]$ ./smartcvs.sh


to start the program. I however would like to add a shortcut here to run this program.



enter image description here










share|improve this question













marked as duplicate by Sergiy Kolodyazhnyy, Mr Shunz, GAD3R, nwildner, Luciano Andress Martini Jan 8 at 18:23


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.




















    0
















    This question already has an answer here:




    • How can I add an application to the GNOME window manager?

      2 answers




    I downloaded a program called SmartCVS which came in a tar file which I extracted and stored into my home folder. To run the program, I use the terminal and enter my home folder and then into the program's folders -- (/home/username/smartcvs-7_1_9/bin) -- and run



    [user@localhost]$ ./smartcvs.sh


    to start the program. I however would like to add a shortcut here to run this program.



    enter image description here










    share|improve this question













    marked as duplicate by Sergiy Kolodyazhnyy, Mr Shunz, GAD3R, nwildner, Luciano Andress Martini Jan 8 at 18:23


    This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.


















      0












      0








      0









      This question already has an answer here:




      • How can I add an application to the GNOME window manager?

        2 answers




      I downloaded a program called SmartCVS which came in a tar file which I extracted and stored into my home folder. To run the program, I use the terminal and enter my home folder and then into the program's folders -- (/home/username/smartcvs-7_1_9/bin) -- and run



      [user@localhost]$ ./smartcvs.sh


      to start the program. I however would like to add a shortcut here to run this program.



      enter image description here










      share|improve this question















      This question already has an answer here:




      • How can I add an application to the GNOME window manager?

        2 answers




      I downloaded a program called SmartCVS which came in a tar file which I extracted and stored into my home folder. To run the program, I use the terminal and enter my home folder and then into the program's folders -- (/home/username/smartcvs-7_1_9/bin) -- and run



      [user@localhost]$ ./smartcvs.sh


      to start the program. I however would like to add a shortcut here to run this program.



      enter image description here





      This question already has an answer here:




      • How can I add an application to the GNOME window manager?

        2 answers








      centos






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 7 at 16:55









      AMVPlusPlusAMVPlusPlus

      274




      274




      marked as duplicate by Sergiy Kolodyazhnyy, Mr Shunz, GAD3R, nwildner, Luciano Andress Martini Jan 8 at 18:23


      This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.






      marked as duplicate by Sergiy Kolodyazhnyy, Mr Shunz, GAD3R, nwildner, Luciano Andress Martini Jan 8 at 18:23


      This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
























          1 Answer
          1






          active

          oldest

          votes


















          1














          You can create a “desktop” file in $HOME/.local/share/applications. Look at the files that end with .desktop in /usr/share/applications/, and create your own file. Use Exec=/path/to/your/executable.



          Once it’s there, it should appear with other applications when you go to the program launcher in GNOME, you can add from there.






          share|improve this answer
























          • I was successfully able to add my shortcut in the program launcher including an icon to go with it as well. However, there is no icon on the taskbar panel (bottom panel that displays current programs running) for my program. Is there another field I have to add besides the icon field to get the icon to show in the bottom panel as well?

            – AMVPlusPlus
            Jan 8 at 20:47













          • Update. Nvm. Now the tab is showing Mozilla Thunderbird with the icon next to it but for several days it was not and I haven't made any changes to it. Weird.

            – AMVPlusPlus
            2 days ago


















          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1














          You can create a “desktop” file in $HOME/.local/share/applications. Look at the files that end with .desktop in /usr/share/applications/, and create your own file. Use Exec=/path/to/your/executable.



          Once it’s there, it should appear with other applications when you go to the program launcher in GNOME, you can add from there.






          share|improve this answer
























          • I was successfully able to add my shortcut in the program launcher including an icon to go with it as well. However, there is no icon on the taskbar panel (bottom panel that displays current programs running) for my program. Is there another field I have to add besides the icon field to get the icon to show in the bottom panel as well?

            – AMVPlusPlus
            Jan 8 at 20:47













          • Update. Nvm. Now the tab is showing Mozilla Thunderbird with the icon next to it but for several days it was not and I haven't made any changes to it. Weird.

            – AMVPlusPlus
            2 days ago
















          1














          You can create a “desktop” file in $HOME/.local/share/applications. Look at the files that end with .desktop in /usr/share/applications/, and create your own file. Use Exec=/path/to/your/executable.



          Once it’s there, it should appear with other applications when you go to the program launcher in GNOME, you can add from there.






          share|improve this answer
























          • I was successfully able to add my shortcut in the program launcher including an icon to go with it as well. However, there is no icon on the taskbar panel (bottom panel that displays current programs running) for my program. Is there another field I have to add besides the icon field to get the icon to show in the bottom panel as well?

            – AMVPlusPlus
            Jan 8 at 20:47













          • Update. Nvm. Now the tab is showing Mozilla Thunderbird with the icon next to it but for several days it was not and I haven't made any changes to it. Weird.

            – AMVPlusPlus
            2 days ago














          1












          1








          1







          You can create a “desktop” file in $HOME/.local/share/applications. Look at the files that end with .desktop in /usr/share/applications/, and create your own file. Use Exec=/path/to/your/executable.



          Once it’s there, it should appear with other applications when you go to the program launcher in GNOME, you can add from there.






          share|improve this answer













          You can create a “desktop” file in $HOME/.local/share/applications. Look at the files that end with .desktop in /usr/share/applications/, and create your own file. Use Exec=/path/to/your/executable.



          Once it’s there, it should appear with other applications when you go to the program launcher in GNOME, you can add from there.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jan 8 at 1:36









          jsbillingsjsbillings

          16.2k34248




          16.2k34248













          • I was successfully able to add my shortcut in the program launcher including an icon to go with it as well. However, there is no icon on the taskbar panel (bottom panel that displays current programs running) for my program. Is there another field I have to add besides the icon field to get the icon to show in the bottom panel as well?

            – AMVPlusPlus
            Jan 8 at 20:47













          • Update. Nvm. Now the tab is showing Mozilla Thunderbird with the icon next to it but for several days it was not and I haven't made any changes to it. Weird.

            – AMVPlusPlus
            2 days ago



















          • I was successfully able to add my shortcut in the program launcher including an icon to go with it as well. However, there is no icon on the taskbar panel (bottom panel that displays current programs running) for my program. Is there another field I have to add besides the icon field to get the icon to show in the bottom panel as well?

            – AMVPlusPlus
            Jan 8 at 20:47













          • Update. Nvm. Now the tab is showing Mozilla Thunderbird with the icon next to it but for several days it was not and I haven't made any changes to it. Weird.

            – AMVPlusPlus
            2 days ago

















          I was successfully able to add my shortcut in the program launcher including an icon to go with it as well. However, there is no icon on the taskbar panel (bottom panel that displays current programs running) for my program. Is there another field I have to add besides the icon field to get the icon to show in the bottom panel as well?

          – AMVPlusPlus
          Jan 8 at 20:47







          I was successfully able to add my shortcut in the program launcher including an icon to go with it as well. However, there is no icon on the taskbar panel (bottom panel that displays current programs running) for my program. Is there another field I have to add besides the icon field to get the icon to show in the bottom panel as well?

          – AMVPlusPlus
          Jan 8 at 20:47















          Update. Nvm. Now the tab is showing Mozilla Thunderbird with the icon next to it but for several days it was not and I haven't made any changes to it. Weird.

          – AMVPlusPlus
          2 days ago





          Update. Nvm. Now the tab is showing Mozilla Thunderbird with the icon next to it but for several days it was not and I haven't made any changes to it. Weird.

          – AMVPlusPlus
          2 days ago



          Popular posts from this blog

          Morgemoulin

          Scott Moir

          Souastre