How to add shortcut to Cinnamon taskbar












12















I am using Ubuntu 14.04 with Cinnamon desktop. After trying to create a shortcut for a PDF file to Cinnamon's Taskbar, I found maybe I should have searched for a folder containing the Taskbar's configuration information and create a launcher there. And by the way I don't know if I've guessed right or if yes, where would it be! How would I add the shortcut to the pdf file and then place it in the Taskbar?










share|improve this question





























    12















    I am using Ubuntu 14.04 with Cinnamon desktop. After trying to create a shortcut for a PDF file to Cinnamon's Taskbar, I found maybe I should have searched for a folder containing the Taskbar's configuration information and create a launcher there. And by the way I don't know if I've guessed right or if yes, where would it be! How would I add the shortcut to the pdf file and then place it in the Taskbar?










    share|improve this question



























      12












      12








      12


      4






      I am using Ubuntu 14.04 with Cinnamon desktop. After trying to create a shortcut for a PDF file to Cinnamon's Taskbar, I found maybe I should have searched for a folder containing the Taskbar's configuration information and create a launcher there. And by the way I don't know if I've guessed right or if yes, where would it be! How would I add the shortcut to the pdf file and then place it in the Taskbar?










      share|improve this question
















      I am using Ubuntu 14.04 with Cinnamon desktop. After trying to create a shortcut for a PDF file to Cinnamon's Taskbar, I found maybe I should have searched for a folder containing the Taskbar's configuration information and create a launcher there. And by the way I don't know if I've guessed right or if yes, where would it be! How would I add the shortcut to the pdf file and then place it in the Taskbar?







      ubuntu cinnamon






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited May 23 '15 at 15:49









      Christopher

      10.3k33148




      10.3k33148










      asked May 23 '15 at 14:38









      TowerTower

      1491215




      1491215






















          3 Answers
          3






          active

          oldest

          votes


















          19














          A simple GUI method:



          Right-click Menu and then click Configure.



          Cinnamon Menu



          Click Open the Menu Editor.



          Optionally create a new folder for your custom links. Create a new item that opens the file, using the command, evince /path/to/file.pdf, or whichever PDF viewer you want to use.



          Cinnamon Menu Item



          Close the menu editor and right-click on your new menu item, selecting Add to Panel.



          Cinnamon Menu



          If you chose to make a new folder in the menu, it exists in ~/.local/share/desktop-directories/ as a file with the extension, .directory. If you chose to make a new menu item, it exists in ~/.local/share/applications/ as a file with the extension, .desktop. These were created by alacarte. They are regular text files; and, now that you know their location, you could do this manually, too.



          The rest of the files for the menu are located in /usr/share/desktop-directories and /usr/share/applications.






          share|improve this answer


























          • Thanks for the great solution and the supporting screenshots

            – eeezyy
            Feb 3 '16 at 9:05



















          9














          There is another way to do this besides Christopher's method. I've tested it in Linux Mint 17.3.



          Simply find the application in the Menu and drag and drop into the launcher. I struggled with the whole "adding shortcut" thing, until I thought to try that. As a bonus, it brings the app icon along as well.






          share|improve this answer



















          • 1





            This works well though the first answer is the one to use when you've downloaded and installed new software that isn't an application in the Menu. Note: you can use just about any reasonable image as the icon though your mileage may vary.

            – Russ Bateman
            Oct 18 '16 at 13:58



















          0














          1). In “Menu”, navigate to the programme which will be used to open the desired file.
          2). Right-click the programme shortcut in “Menu”, and select “Add to panel”
          3). On the Panel, right-click the newly added item, then click “Edit”.
          3). Re-name it to the desired file, then note the initial text in the “Command” box, e.g. “libreoffice --calc %U” which is the command Linux uses to open the programme. This must be modified to add the path to the desired file. Copy this command to the clipboard, then select “Browse” in the Launcher Properties box, and navigate to the file you wish the panel shortcut to open. Select it, and it will appear in the “Command” box in the Launcher properties box. Click the mouse button immediately to the left of the newly inserted link, and paste the previously saved link in this position, so that we now read, for example, “libreoffice --calc %U/“link to file”.
          4). Select “OK”, the Launcher Properties box will close, and the new Panel launcher will be available.





          share








          New contributor




          Ron Anstis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "106"
            };
            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: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            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%2funix.stackexchange.com%2fquestions%2f205233%2fhow-to-add-shortcut-to-cinnamon-taskbar%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            3 Answers
            3






            active

            oldest

            votes








            3 Answers
            3






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            19














            A simple GUI method:



            Right-click Menu and then click Configure.



            Cinnamon Menu



            Click Open the Menu Editor.



            Optionally create a new folder for your custom links. Create a new item that opens the file, using the command, evince /path/to/file.pdf, or whichever PDF viewer you want to use.



            Cinnamon Menu Item



            Close the menu editor and right-click on your new menu item, selecting Add to Panel.



            Cinnamon Menu



            If you chose to make a new folder in the menu, it exists in ~/.local/share/desktop-directories/ as a file with the extension, .directory. If you chose to make a new menu item, it exists in ~/.local/share/applications/ as a file with the extension, .desktop. These were created by alacarte. They are regular text files; and, now that you know their location, you could do this manually, too.



            The rest of the files for the menu are located in /usr/share/desktop-directories and /usr/share/applications.






            share|improve this answer


























            • Thanks for the great solution and the supporting screenshots

              – eeezyy
              Feb 3 '16 at 9:05
















            19














            A simple GUI method:



            Right-click Menu and then click Configure.



            Cinnamon Menu



            Click Open the Menu Editor.



            Optionally create a new folder for your custom links. Create a new item that opens the file, using the command, evince /path/to/file.pdf, or whichever PDF viewer you want to use.



            Cinnamon Menu Item



            Close the menu editor and right-click on your new menu item, selecting Add to Panel.



            Cinnamon Menu



            If you chose to make a new folder in the menu, it exists in ~/.local/share/desktop-directories/ as a file with the extension, .directory. If you chose to make a new menu item, it exists in ~/.local/share/applications/ as a file with the extension, .desktop. These were created by alacarte. They are regular text files; and, now that you know their location, you could do this manually, too.



            The rest of the files for the menu are located in /usr/share/desktop-directories and /usr/share/applications.






            share|improve this answer


























            • Thanks for the great solution and the supporting screenshots

              – eeezyy
              Feb 3 '16 at 9:05














            19












            19








            19







            A simple GUI method:



            Right-click Menu and then click Configure.



            Cinnamon Menu



            Click Open the Menu Editor.



            Optionally create a new folder for your custom links. Create a new item that opens the file, using the command, evince /path/to/file.pdf, or whichever PDF viewer you want to use.



            Cinnamon Menu Item



            Close the menu editor and right-click on your new menu item, selecting Add to Panel.



            Cinnamon Menu



            If you chose to make a new folder in the menu, it exists in ~/.local/share/desktop-directories/ as a file with the extension, .directory. If you chose to make a new menu item, it exists in ~/.local/share/applications/ as a file with the extension, .desktop. These were created by alacarte. They are regular text files; and, now that you know their location, you could do this manually, too.



            The rest of the files for the menu are located in /usr/share/desktop-directories and /usr/share/applications.






            share|improve this answer















            A simple GUI method:



            Right-click Menu and then click Configure.



            Cinnamon Menu



            Click Open the Menu Editor.



            Optionally create a new folder for your custom links. Create a new item that opens the file, using the command, evince /path/to/file.pdf, or whichever PDF viewer you want to use.



            Cinnamon Menu Item



            Close the menu editor and right-click on your new menu item, selecting Add to Panel.



            Cinnamon Menu



            If you chose to make a new folder in the menu, it exists in ~/.local/share/desktop-directories/ as a file with the extension, .directory. If you chose to make a new menu item, it exists in ~/.local/share/applications/ as a file with the extension, .desktop. These were created by alacarte. They are regular text files; and, now that you know their location, you could do this manually, too.



            The rest of the files for the menu are located in /usr/share/desktop-directories and /usr/share/applications.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited May 23 '15 at 16:36

























            answered May 23 '15 at 15:32









            ChristopherChristopher

            10.3k33148




            10.3k33148













            • Thanks for the great solution and the supporting screenshots

              – eeezyy
              Feb 3 '16 at 9:05



















            • Thanks for the great solution and the supporting screenshots

              – eeezyy
              Feb 3 '16 at 9:05

















            Thanks for the great solution and the supporting screenshots

            – eeezyy
            Feb 3 '16 at 9:05





            Thanks for the great solution and the supporting screenshots

            – eeezyy
            Feb 3 '16 at 9:05













            9














            There is another way to do this besides Christopher's method. I've tested it in Linux Mint 17.3.



            Simply find the application in the Menu and drag and drop into the launcher. I struggled with the whole "adding shortcut" thing, until I thought to try that. As a bonus, it brings the app icon along as well.






            share|improve this answer



















            • 1





              This works well though the first answer is the one to use when you've downloaded and installed new software that isn't an application in the Menu. Note: you can use just about any reasonable image as the icon though your mileage may vary.

              – Russ Bateman
              Oct 18 '16 at 13:58
















            9














            There is another way to do this besides Christopher's method. I've tested it in Linux Mint 17.3.



            Simply find the application in the Menu and drag and drop into the launcher. I struggled with the whole "adding shortcut" thing, until I thought to try that. As a bonus, it brings the app icon along as well.






            share|improve this answer



















            • 1





              This works well though the first answer is the one to use when you've downloaded and installed new software that isn't an application in the Menu. Note: you can use just about any reasonable image as the icon though your mileage may vary.

              – Russ Bateman
              Oct 18 '16 at 13:58














            9












            9








            9







            There is another way to do this besides Christopher's method. I've tested it in Linux Mint 17.3.



            Simply find the application in the Menu and drag and drop into the launcher. I struggled with the whole "adding shortcut" thing, until I thought to try that. As a bonus, it brings the app icon along as well.






            share|improve this answer













            There is another way to do this besides Christopher's method. I've tested it in Linux Mint 17.3.



            Simply find the application in the Menu and drag and drop into the launcher. I struggled with the whole "adding shortcut" thing, until I thought to try that. As a bonus, it brings the app icon along as well.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Apr 20 '16 at 16:23









            Skylar IttnerSkylar Ittner

            233310




            233310








            • 1





              This works well though the first answer is the one to use when you've downloaded and installed new software that isn't an application in the Menu. Note: you can use just about any reasonable image as the icon though your mileage may vary.

              – Russ Bateman
              Oct 18 '16 at 13:58














            • 1





              This works well though the first answer is the one to use when you've downloaded and installed new software that isn't an application in the Menu. Note: you can use just about any reasonable image as the icon though your mileage may vary.

              – Russ Bateman
              Oct 18 '16 at 13:58








            1




            1





            This works well though the first answer is the one to use when you've downloaded and installed new software that isn't an application in the Menu. Note: you can use just about any reasonable image as the icon though your mileage may vary.

            – Russ Bateman
            Oct 18 '16 at 13:58





            This works well though the first answer is the one to use when you've downloaded and installed new software that isn't an application in the Menu. Note: you can use just about any reasonable image as the icon though your mileage may vary.

            – Russ Bateman
            Oct 18 '16 at 13:58











            0














            1). In “Menu”, navigate to the programme which will be used to open the desired file.
            2). Right-click the programme shortcut in “Menu”, and select “Add to panel”
            3). On the Panel, right-click the newly added item, then click “Edit”.
            3). Re-name it to the desired file, then note the initial text in the “Command” box, e.g. “libreoffice --calc %U” which is the command Linux uses to open the programme. This must be modified to add the path to the desired file. Copy this command to the clipboard, then select “Browse” in the Launcher Properties box, and navigate to the file you wish the panel shortcut to open. Select it, and it will appear in the “Command” box in the Launcher properties box. Click the mouse button immediately to the left of the newly inserted link, and paste the previously saved link in this position, so that we now read, for example, “libreoffice --calc %U/“link to file”.
            4). Select “OK”, the Launcher Properties box will close, and the new Panel launcher will be available.





            share








            New contributor




            Ron Anstis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.

























              0














              1). In “Menu”, navigate to the programme which will be used to open the desired file.
              2). Right-click the programme shortcut in “Menu”, and select “Add to panel”
              3). On the Panel, right-click the newly added item, then click “Edit”.
              3). Re-name it to the desired file, then note the initial text in the “Command” box, e.g. “libreoffice --calc %U” which is the command Linux uses to open the programme. This must be modified to add the path to the desired file. Copy this command to the clipboard, then select “Browse” in the Launcher Properties box, and navigate to the file you wish the panel shortcut to open. Select it, and it will appear in the “Command” box in the Launcher properties box. Click the mouse button immediately to the left of the newly inserted link, and paste the previously saved link in this position, so that we now read, for example, “libreoffice --calc %U/“link to file”.
              4). Select “OK”, the Launcher Properties box will close, and the new Panel launcher will be available.





              share








              New contributor




              Ron Anstis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.























                0












                0








                0







                1). In “Menu”, navigate to the programme which will be used to open the desired file.
                2). Right-click the programme shortcut in “Menu”, and select “Add to panel”
                3). On the Panel, right-click the newly added item, then click “Edit”.
                3). Re-name it to the desired file, then note the initial text in the “Command” box, e.g. “libreoffice --calc %U” which is the command Linux uses to open the programme. This must be modified to add the path to the desired file. Copy this command to the clipboard, then select “Browse” in the Launcher Properties box, and navigate to the file you wish the panel shortcut to open. Select it, and it will appear in the “Command” box in the Launcher properties box. Click the mouse button immediately to the left of the newly inserted link, and paste the previously saved link in this position, so that we now read, for example, “libreoffice --calc %U/“link to file”.
                4). Select “OK”, the Launcher Properties box will close, and the new Panel launcher will be available.





                share








                New contributor




                Ron Anstis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.










                1). In “Menu”, navigate to the programme which will be used to open the desired file.
                2). Right-click the programme shortcut in “Menu”, and select “Add to panel”
                3). On the Panel, right-click the newly added item, then click “Edit”.
                3). Re-name it to the desired file, then note the initial text in the “Command” box, e.g. “libreoffice --calc %U” which is the command Linux uses to open the programme. This must be modified to add the path to the desired file. Copy this command to the clipboard, then select “Browse” in the Launcher Properties box, and navigate to the file you wish the panel shortcut to open. Select it, and it will appear in the “Command” box in the Launcher properties box. Click the mouse button immediately to the left of the newly inserted link, and paste the previously saved link in this position, so that we now read, for example, “libreoffice --calc %U/“link to file”.
                4). Select “OK”, the Launcher Properties box will close, and the new Panel launcher will be available.






                share








                New contributor




                Ron Anstis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.








                share


                share






                New contributor




                Ron Anstis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                answered 9 mins ago









                Ron AnstisRon Anstis

                1




                1




                New contributor




                Ron Anstis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





                New contributor





                Ron Anstis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                Ron Anstis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Unix & Linux Stack Exchange!


                    • 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%2funix.stackexchange.com%2fquestions%2f205233%2fhow-to-add-shortcut-to-cinnamon-taskbar%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

                    宮崎県

                    濃尾地震

                    シテ島