How to add Tor Browser to my menu/launcher for regular use?












9















I have installed Tor Browser following these instructions Tor Browser | torproject.org.



The "Tor Browser" thingy is not in Application > Internet category. I must run the shell script every time.
I'd like to use it regularly, thence I would prefer to have it in my GNOME Application menu, or my Unity launcher.



How can I have it handy at all times?










share|improve this question

























  • There's no need to create a custom Tor Browser launcher anymore because Tor Browser (torbrowser-launcher) is available in the default Ubuntu repositories in Ubuntu 16.04 and later.

    – karel
    Dec 12 '17 at 11:21








  • 1





    Interesting but torproject.org/docs/debian.html.en#ubuntu says specifically (and in bold, no less) "Do not use the packages in Ubuntu's universe".

    – NikLP
    Apr 20 '18 at 11:21
















9















I have installed Tor Browser following these instructions Tor Browser | torproject.org.



The "Tor Browser" thingy is not in Application > Internet category. I must run the shell script every time.
I'd like to use it regularly, thence I would prefer to have it in my GNOME Application menu, or my Unity launcher.



How can I have it handy at all times?










share|improve this question

























  • There's no need to create a custom Tor Browser launcher anymore because Tor Browser (torbrowser-launcher) is available in the default Ubuntu repositories in Ubuntu 16.04 and later.

    – karel
    Dec 12 '17 at 11:21








  • 1





    Interesting but torproject.org/docs/debian.html.en#ubuntu says specifically (and in bold, no less) "Do not use the packages in Ubuntu's universe".

    – NikLP
    Apr 20 '18 at 11:21














9












9








9


1






I have installed Tor Browser following these instructions Tor Browser | torproject.org.



The "Tor Browser" thingy is not in Application > Internet category. I must run the shell script every time.
I'd like to use it regularly, thence I would prefer to have it in my GNOME Application menu, or my Unity launcher.



How can I have it handy at all times?










share|improve this question
















I have installed Tor Browser following these instructions Tor Browser | torproject.org.



The "Tor Browser" thingy is not in Application > Internet category. I must run the shell script every time.
I'd like to use it regularly, thence I would prefer to have it in my GNOME Application menu, or my Unity launcher.



How can I have it handy at all times?







unity gnome launcher tor






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 15 '18 at 5:32









Drakonoved

7462515




7462515










asked Sep 22 '13 at 17:10









popipopi

86119




86119













  • There's no need to create a custom Tor Browser launcher anymore because Tor Browser (torbrowser-launcher) is available in the default Ubuntu repositories in Ubuntu 16.04 and later.

    – karel
    Dec 12 '17 at 11:21








  • 1





    Interesting but torproject.org/docs/debian.html.en#ubuntu says specifically (and in bold, no less) "Do not use the packages in Ubuntu's universe".

    – NikLP
    Apr 20 '18 at 11:21



















  • There's no need to create a custom Tor Browser launcher anymore because Tor Browser (torbrowser-launcher) is available in the default Ubuntu repositories in Ubuntu 16.04 and later.

    – karel
    Dec 12 '17 at 11:21








  • 1





    Interesting but torproject.org/docs/debian.html.en#ubuntu says specifically (and in bold, no less) "Do not use the packages in Ubuntu's universe".

    – NikLP
    Apr 20 '18 at 11:21

















There's no need to create a custom Tor Browser launcher anymore because Tor Browser (torbrowser-launcher) is available in the default Ubuntu repositories in Ubuntu 16.04 and later.

– karel
Dec 12 '17 at 11:21







There's no need to create a custom Tor Browser launcher anymore because Tor Browser (torbrowser-launcher) is available in the default Ubuntu repositories in Ubuntu 16.04 and later.

– karel
Dec 12 '17 at 11:21






1




1





Interesting but torproject.org/docs/debian.html.en#ubuntu says specifically (and in bold, no less) "Do not use the packages in Ubuntu's universe".

– NikLP
Apr 20 '18 at 11:21





Interesting but torproject.org/docs/debian.html.en#ubuntu says specifically (and in bold, no less) "Do not use the packages in Ubuntu's universe".

– NikLP
Apr 20 '18 at 11:21










8 Answers
8






active

oldest

votes


















16














In the latest version, I managed to do this by



./start-tor-browser.desktop --register-app


from shell within the directory and it created the entry in my applications-menu just fine.






share|improve this answer
























  • Does it work for all executable files?

    – JulianLai
    Dec 2 '18 at 14:46






  • 1





    Not quite sure what you mean by that. If you wonder about other programs than tor browser, I would assume that very few of them have implemented the same command. The "--register-app" flag is - as far as I understand - exclusive to the tor browser executable.

    – Paul
    Dec 4 '18 at 14:07











  • This instruction is the the script itself.

    – mathtick
    Dec 7 '18 at 17:52



















4














Just open it with whatever script you already used and right click on its icon in unity/menu and choose lock to launcher ;)



OR #2 Option --



based on Ubuntu documentation, just open up the file 'launcher_name_here.desktop' with atext editor e.g, gedit , and then paste these codes, modify them with your application execution scripts and location and then save it:



[Desktop Entry]
Version=x.y
Name=ProgramName
Comment=This is my comment
Exec=/home/alex/Documents/exec.sh
Icon=/home/alex/Pictures/icon.png
Terminal=false
Type=Application
Categories=Utility;Application;


OR #3 Option ---



use the extra gnome application "gnome-panel/alacarte" by this command in terminal :



sudo apt-get install --no-install-recommends gnome-panel and then



gnome-desktop-item-edit ~/Desktop/ --create-new



In any case I would suggest to take a look at my references link above. ;)






share|improve this answer


























  • How can I have it handy with a GNOME interface?

    – popi
    Sep 22 '13 at 19:24











  • Take a look at my updated answer ;)

    – Amir
    Sep 23 '13 at 14:08











  • If the answer could help you solve your problem please mark it as accepted so that the other guys who have the same problem can benefit from the right answer ;)

    – Amir
    Sep 24 '13 at 10:39



















1














Based on Amir's work (put here to preserve formatting, please upvote him if you upvote me), a customised one. Unpack these icons to your Tor folder, assumed to be in home:



[Desktop Entry]
Version=1.0
Name=Tor
Comment=Launches Vidalea & Tor
Exec=/home/YOU/tor-browser_en-US/start-tor-browser
Icon=/home/YOU/tor-browser_en-US/TBB-icon-draft+vector/64x64.png
Terminal=false
Type=Application
Categories=Utility;Application;


Xubuntu: You add it via settings > main menu, new entry, point to 'start tor browser'. It'll go in 'other'. Dunno how to edit that or icon. Seems buggy. Comment if you know what to do.






share|improve this answer































    1














    Copy the start-tor-browser.desktop configuration, found in the root of the tor-browser installation directory, to ~/.local/share/applications



    Job done






    share|improve this answer

































      0















      1. Open the directory of the tor browser in the file manager. There is a file called:
        start-tor-browser.desktop

      2. Drag this file to the Unity Launcher on the left side.


      An icon is added to the launcher and could be used from now on.






      share|improve this answer































        0














        Open file:///usr/share/applications/ then drag the icon you want to the desktop.






        share|improve this answer



















        • 1





          It will not work. Do we want to bet?

          – A.B.
          Nov 13 '15 at 13:46













        • Worked for me. i think that it could help someone else.

          – saidc3
          Nov 13 '15 at 13:51











        • @saidc3 you found the Tor app in that directory and dragged it to the desktop?

          – TheWanderer
          Nov 14 '15 at 22:19



















        0














        RE: Adding Tor to favorites bar



        I was running into a similar problem in Kali Linux, which is based on Ubuntu, and what I found to work was:



        1) Download and extract the standalone Tor bundle and extract the whole folder.
        2) Navigate to that folder in terminal
        3) Copy the entire contents of this folder to /usr/share/applications by running this command:

        sudo cp -R *.* /usr/share/applications

        4)Go to your main menu, Tor should now be listed under "Internet" category, and launch Tor
        5) When Tor launches, you should now be able to right click on the favorites icon and choose "add to favorites"


        Anyway, it worked for me and solved both problems of adding it to the menu and favorites.



        NOTE: I did this under a sudo enabled account in Kali and NOT root! Not sure if it works under root.



        To properly add a new user to Kali, read instructions here:



        https://www.linkedin.com/pulse/20140502074357-79939846-adding-a-new-user-in-kali-linux






        share|improve this answer

































          0














          I have managed to copy "Tor Browser" shortcut to the applications directory. I think it might be similar across Debian based linux system. So, what i did is following steps which are mixed of above suggestions.




          1. when i installed Tor browser, it has a application launcher called "Tor Browser.desktop". I copied this file to /usr/share/applications folder as a root user (I hope it is necessary to be root for this folder).


          2. I renamed this file for just easy purpose so it doesn't have space in the filename, i.e.
            mv Tor Browser.desktop tor-browser.desktop


          3. Then I changed permission to be like -rw-r--r-r which means root user has read and write and all other has only read access to it.



          That's all! It works for me and I hope it works for you guys as well.



          Also, I am not saying this is best option, but it is the only option it worked for me. Thanks.






          share|improve this answer























            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%2f348777%2fhow-to-add-tor-browser-to-my-menu-launcher-for-regular-use%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            8 Answers
            8






            active

            oldest

            votes








            8 Answers
            8






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            16














            In the latest version, I managed to do this by



            ./start-tor-browser.desktop --register-app


            from shell within the directory and it created the entry in my applications-menu just fine.






            share|improve this answer
























            • Does it work for all executable files?

              – JulianLai
              Dec 2 '18 at 14:46






            • 1





              Not quite sure what you mean by that. If you wonder about other programs than tor browser, I would assume that very few of them have implemented the same command. The "--register-app" flag is - as far as I understand - exclusive to the tor browser executable.

              – Paul
              Dec 4 '18 at 14:07











            • This instruction is the the script itself.

              – mathtick
              Dec 7 '18 at 17:52
















            16














            In the latest version, I managed to do this by



            ./start-tor-browser.desktop --register-app


            from shell within the directory and it created the entry in my applications-menu just fine.






            share|improve this answer
























            • Does it work for all executable files?

              – JulianLai
              Dec 2 '18 at 14:46






            • 1





              Not quite sure what you mean by that. If you wonder about other programs than tor browser, I would assume that very few of them have implemented the same command. The "--register-app" flag is - as far as I understand - exclusive to the tor browser executable.

              – Paul
              Dec 4 '18 at 14:07











            • This instruction is the the script itself.

              – mathtick
              Dec 7 '18 at 17:52














            16












            16








            16







            In the latest version, I managed to do this by



            ./start-tor-browser.desktop --register-app


            from shell within the directory and it created the entry in my applications-menu just fine.






            share|improve this answer













            In the latest version, I managed to do this by



            ./start-tor-browser.desktop --register-app


            from shell within the directory and it created the entry in my applications-menu just fine.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered May 2 '16 at 11:04









            PaulPaul

            16113




            16113













            • Does it work for all executable files?

              – JulianLai
              Dec 2 '18 at 14:46






            • 1





              Not quite sure what you mean by that. If you wonder about other programs than tor browser, I would assume that very few of them have implemented the same command. The "--register-app" flag is - as far as I understand - exclusive to the tor browser executable.

              – Paul
              Dec 4 '18 at 14:07











            • This instruction is the the script itself.

              – mathtick
              Dec 7 '18 at 17:52



















            • Does it work for all executable files?

              – JulianLai
              Dec 2 '18 at 14:46






            • 1





              Not quite sure what you mean by that. If you wonder about other programs than tor browser, I would assume that very few of them have implemented the same command. The "--register-app" flag is - as far as I understand - exclusive to the tor browser executable.

              – Paul
              Dec 4 '18 at 14:07











            • This instruction is the the script itself.

              – mathtick
              Dec 7 '18 at 17:52

















            Does it work for all executable files?

            – JulianLai
            Dec 2 '18 at 14:46





            Does it work for all executable files?

            – JulianLai
            Dec 2 '18 at 14:46




            1




            1





            Not quite sure what you mean by that. If you wonder about other programs than tor browser, I would assume that very few of them have implemented the same command. The "--register-app" flag is - as far as I understand - exclusive to the tor browser executable.

            – Paul
            Dec 4 '18 at 14:07





            Not quite sure what you mean by that. If you wonder about other programs than tor browser, I would assume that very few of them have implemented the same command. The "--register-app" flag is - as far as I understand - exclusive to the tor browser executable.

            – Paul
            Dec 4 '18 at 14:07













            This instruction is the the script itself.

            – mathtick
            Dec 7 '18 at 17:52





            This instruction is the the script itself.

            – mathtick
            Dec 7 '18 at 17:52













            4














            Just open it with whatever script you already used and right click on its icon in unity/menu and choose lock to launcher ;)



            OR #2 Option --



            based on Ubuntu documentation, just open up the file 'launcher_name_here.desktop' with atext editor e.g, gedit , and then paste these codes, modify them with your application execution scripts and location and then save it:



            [Desktop Entry]
            Version=x.y
            Name=ProgramName
            Comment=This is my comment
            Exec=/home/alex/Documents/exec.sh
            Icon=/home/alex/Pictures/icon.png
            Terminal=false
            Type=Application
            Categories=Utility;Application;


            OR #3 Option ---



            use the extra gnome application "gnome-panel/alacarte" by this command in terminal :



            sudo apt-get install --no-install-recommends gnome-panel and then



            gnome-desktop-item-edit ~/Desktop/ --create-new



            In any case I would suggest to take a look at my references link above. ;)






            share|improve this answer


























            • How can I have it handy with a GNOME interface?

              – popi
              Sep 22 '13 at 19:24











            • Take a look at my updated answer ;)

              – Amir
              Sep 23 '13 at 14:08











            • If the answer could help you solve your problem please mark it as accepted so that the other guys who have the same problem can benefit from the right answer ;)

              – Amir
              Sep 24 '13 at 10:39
















            4














            Just open it with whatever script you already used and right click on its icon in unity/menu and choose lock to launcher ;)



            OR #2 Option --



            based on Ubuntu documentation, just open up the file 'launcher_name_here.desktop' with atext editor e.g, gedit , and then paste these codes, modify them with your application execution scripts and location and then save it:



            [Desktop Entry]
            Version=x.y
            Name=ProgramName
            Comment=This is my comment
            Exec=/home/alex/Documents/exec.sh
            Icon=/home/alex/Pictures/icon.png
            Terminal=false
            Type=Application
            Categories=Utility;Application;


            OR #3 Option ---



            use the extra gnome application "gnome-panel/alacarte" by this command in terminal :



            sudo apt-get install --no-install-recommends gnome-panel and then



            gnome-desktop-item-edit ~/Desktop/ --create-new



            In any case I would suggest to take a look at my references link above. ;)






            share|improve this answer


























            • How can I have it handy with a GNOME interface?

              – popi
              Sep 22 '13 at 19:24











            • Take a look at my updated answer ;)

              – Amir
              Sep 23 '13 at 14:08











            • If the answer could help you solve your problem please mark it as accepted so that the other guys who have the same problem can benefit from the right answer ;)

              – Amir
              Sep 24 '13 at 10:39














            4












            4








            4







            Just open it with whatever script you already used and right click on its icon in unity/menu and choose lock to launcher ;)



            OR #2 Option --



            based on Ubuntu documentation, just open up the file 'launcher_name_here.desktop' with atext editor e.g, gedit , and then paste these codes, modify them with your application execution scripts and location and then save it:



            [Desktop Entry]
            Version=x.y
            Name=ProgramName
            Comment=This is my comment
            Exec=/home/alex/Documents/exec.sh
            Icon=/home/alex/Pictures/icon.png
            Terminal=false
            Type=Application
            Categories=Utility;Application;


            OR #3 Option ---



            use the extra gnome application "gnome-panel/alacarte" by this command in terminal :



            sudo apt-get install --no-install-recommends gnome-panel and then



            gnome-desktop-item-edit ~/Desktop/ --create-new



            In any case I would suggest to take a look at my references link above. ;)






            share|improve this answer















            Just open it with whatever script you already used and right click on its icon in unity/menu and choose lock to launcher ;)



            OR #2 Option --



            based on Ubuntu documentation, just open up the file 'launcher_name_here.desktop' with atext editor e.g, gedit , and then paste these codes, modify them with your application execution scripts and location and then save it:



            [Desktop Entry]
            Version=x.y
            Name=ProgramName
            Comment=This is my comment
            Exec=/home/alex/Documents/exec.sh
            Icon=/home/alex/Pictures/icon.png
            Terminal=false
            Type=Application
            Categories=Utility;Application;


            OR #3 Option ---



            use the extra gnome application "gnome-panel/alacarte" by this command in terminal :



            sudo apt-get install --no-install-recommends gnome-panel and then



            gnome-desktop-item-edit ~/Desktop/ --create-new



            In any case I would suggest to take a look at my references link above. ;)







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Sep 23 '13 at 14:07

























            answered Sep 22 '13 at 17:13









            AmirAmir

            716721




            716721













            • How can I have it handy with a GNOME interface?

              – popi
              Sep 22 '13 at 19:24











            • Take a look at my updated answer ;)

              – Amir
              Sep 23 '13 at 14:08











            • If the answer could help you solve your problem please mark it as accepted so that the other guys who have the same problem can benefit from the right answer ;)

              – Amir
              Sep 24 '13 at 10:39



















            • How can I have it handy with a GNOME interface?

              – popi
              Sep 22 '13 at 19:24











            • Take a look at my updated answer ;)

              – Amir
              Sep 23 '13 at 14:08











            • If the answer could help you solve your problem please mark it as accepted so that the other guys who have the same problem can benefit from the right answer ;)

              – Amir
              Sep 24 '13 at 10:39

















            How can I have it handy with a GNOME interface?

            – popi
            Sep 22 '13 at 19:24





            How can I have it handy with a GNOME interface?

            – popi
            Sep 22 '13 at 19:24













            Take a look at my updated answer ;)

            – Amir
            Sep 23 '13 at 14:08





            Take a look at my updated answer ;)

            – Amir
            Sep 23 '13 at 14:08













            If the answer could help you solve your problem please mark it as accepted so that the other guys who have the same problem can benefit from the right answer ;)

            – Amir
            Sep 24 '13 at 10:39





            If the answer could help you solve your problem please mark it as accepted so that the other guys who have the same problem can benefit from the right answer ;)

            – Amir
            Sep 24 '13 at 10:39











            1














            Based on Amir's work (put here to preserve formatting, please upvote him if you upvote me), a customised one. Unpack these icons to your Tor folder, assumed to be in home:



            [Desktop Entry]
            Version=1.0
            Name=Tor
            Comment=Launches Vidalea & Tor
            Exec=/home/YOU/tor-browser_en-US/start-tor-browser
            Icon=/home/YOU/tor-browser_en-US/TBB-icon-draft+vector/64x64.png
            Terminal=false
            Type=Application
            Categories=Utility;Application;


            Xubuntu: You add it via settings > main menu, new entry, point to 'start tor browser'. It'll go in 'other'. Dunno how to edit that or icon. Seems buggy. Comment if you know what to do.






            share|improve this answer




























              1














              Based on Amir's work (put here to preserve formatting, please upvote him if you upvote me), a customised one. Unpack these icons to your Tor folder, assumed to be in home:



              [Desktop Entry]
              Version=1.0
              Name=Tor
              Comment=Launches Vidalea & Tor
              Exec=/home/YOU/tor-browser_en-US/start-tor-browser
              Icon=/home/YOU/tor-browser_en-US/TBB-icon-draft+vector/64x64.png
              Terminal=false
              Type=Application
              Categories=Utility;Application;


              Xubuntu: You add it via settings > main menu, new entry, point to 'start tor browser'. It'll go in 'other'. Dunno how to edit that or icon. Seems buggy. Comment if you know what to do.






              share|improve this answer


























                1












                1








                1







                Based on Amir's work (put here to preserve formatting, please upvote him if you upvote me), a customised one. Unpack these icons to your Tor folder, assumed to be in home:



                [Desktop Entry]
                Version=1.0
                Name=Tor
                Comment=Launches Vidalea & Tor
                Exec=/home/YOU/tor-browser_en-US/start-tor-browser
                Icon=/home/YOU/tor-browser_en-US/TBB-icon-draft+vector/64x64.png
                Terminal=false
                Type=Application
                Categories=Utility;Application;


                Xubuntu: You add it via settings > main menu, new entry, point to 'start tor browser'. It'll go in 'other'. Dunno how to edit that or icon. Seems buggy. Comment if you know what to do.






                share|improve this answer













                Based on Amir's work (put here to preserve formatting, please upvote him if you upvote me), a customised one. Unpack these icons to your Tor folder, assumed to be in home:



                [Desktop Entry]
                Version=1.0
                Name=Tor
                Comment=Launches Vidalea & Tor
                Exec=/home/YOU/tor-browser_en-US/start-tor-browser
                Icon=/home/YOU/tor-browser_en-US/TBB-icon-draft+vector/64x64.png
                Terminal=false
                Type=Application
                Categories=Utility;Application;


                Xubuntu: You add it via settings > main menu, new entry, point to 'start tor browser'. It'll go in 'other'. Dunno how to edit that or icon. Seems buggy. Comment if you know what to do.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 17 '13 at 13:54









                dez93_2000dez93_2000

                5531816




                5531816























                    1














                    Copy the start-tor-browser.desktop configuration, found in the root of the tor-browser installation directory, to ~/.local/share/applications



                    Job done






                    share|improve this answer






























                      1














                      Copy the start-tor-browser.desktop configuration, found in the root of the tor-browser installation directory, to ~/.local/share/applications



                      Job done






                      share|improve this answer




























                        1












                        1








                        1







                        Copy the start-tor-browser.desktop configuration, found in the root of the tor-browser installation directory, to ~/.local/share/applications



                        Job done






                        share|improve this answer















                        Copy the start-tor-browser.desktop configuration, found in the root of the tor-browser installation directory, to ~/.local/share/applications



                        Job done







                        share|improve this answer














                        share|improve this answer



                        share|improve this answer








                        edited Nov 13 '15 at 13:46









                        A.B.

                        68.4k12168258




                        68.4k12168258










                        answered Sep 26 '15 at 13:25









                        BigAndyBigAndy

                        111




                        111























                            0















                            1. Open the directory of the tor browser in the file manager. There is a file called:
                              start-tor-browser.desktop

                            2. Drag this file to the Unity Launcher on the left side.


                            An icon is added to the launcher and could be used from now on.






                            share|improve this answer




























                              0















                              1. Open the directory of the tor browser in the file manager. There is a file called:
                                start-tor-browser.desktop

                              2. Drag this file to the Unity Launcher on the left side.


                              An icon is added to the launcher and could be used from now on.






                              share|improve this answer


























                                0












                                0








                                0








                                1. Open the directory of the tor browser in the file manager. There is a file called:
                                  start-tor-browser.desktop

                                2. Drag this file to the Unity Launcher on the left side.


                                An icon is added to the launcher and could be used from now on.






                                share|improve this answer














                                1. Open the directory of the tor browser in the file manager. There is a file called:
                                  start-tor-browser.desktop

                                2. Drag this file to the Unity Launcher on the left side.


                                An icon is added to the launcher and could be used from now on.







                                share|improve this answer












                                share|improve this answer



                                share|improve this answer










                                answered Nov 13 '15 at 12:48









                                jukeyjukey

                                5519




                                5519























                                    0














                                    Open file:///usr/share/applications/ then drag the icon you want to the desktop.






                                    share|improve this answer



















                                    • 1





                                      It will not work. Do we want to bet?

                                      – A.B.
                                      Nov 13 '15 at 13:46













                                    • Worked for me. i think that it could help someone else.

                                      – saidc3
                                      Nov 13 '15 at 13:51











                                    • @saidc3 you found the Tor app in that directory and dragged it to the desktop?

                                      – TheWanderer
                                      Nov 14 '15 at 22:19
















                                    0














                                    Open file:///usr/share/applications/ then drag the icon you want to the desktop.






                                    share|improve this answer



















                                    • 1





                                      It will not work. Do we want to bet?

                                      – A.B.
                                      Nov 13 '15 at 13:46













                                    • Worked for me. i think that it could help someone else.

                                      – saidc3
                                      Nov 13 '15 at 13:51











                                    • @saidc3 you found the Tor app in that directory and dragged it to the desktop?

                                      – TheWanderer
                                      Nov 14 '15 at 22:19














                                    0












                                    0








                                    0







                                    Open file:///usr/share/applications/ then drag the icon you want to the desktop.






                                    share|improve this answer













                                    Open file:///usr/share/applications/ then drag the icon you want to the desktop.







                                    share|improve this answer












                                    share|improve this answer



                                    share|improve this answer










                                    answered Nov 13 '15 at 13:38









                                    saidc3saidc3

                                    1




                                    1








                                    • 1





                                      It will not work. Do we want to bet?

                                      – A.B.
                                      Nov 13 '15 at 13:46













                                    • Worked for me. i think that it could help someone else.

                                      – saidc3
                                      Nov 13 '15 at 13:51











                                    • @saidc3 you found the Tor app in that directory and dragged it to the desktop?

                                      – TheWanderer
                                      Nov 14 '15 at 22:19














                                    • 1





                                      It will not work. Do we want to bet?

                                      – A.B.
                                      Nov 13 '15 at 13:46













                                    • Worked for me. i think that it could help someone else.

                                      – saidc3
                                      Nov 13 '15 at 13:51











                                    • @saidc3 you found the Tor app in that directory and dragged it to the desktop?

                                      – TheWanderer
                                      Nov 14 '15 at 22:19








                                    1




                                    1





                                    It will not work. Do we want to bet?

                                    – A.B.
                                    Nov 13 '15 at 13:46







                                    It will not work. Do we want to bet?

                                    – A.B.
                                    Nov 13 '15 at 13:46















                                    Worked for me. i think that it could help someone else.

                                    – saidc3
                                    Nov 13 '15 at 13:51





                                    Worked for me. i think that it could help someone else.

                                    – saidc3
                                    Nov 13 '15 at 13:51













                                    @saidc3 you found the Tor app in that directory and dragged it to the desktop?

                                    – TheWanderer
                                    Nov 14 '15 at 22:19





                                    @saidc3 you found the Tor app in that directory and dragged it to the desktop?

                                    – TheWanderer
                                    Nov 14 '15 at 22:19











                                    0














                                    RE: Adding Tor to favorites bar



                                    I was running into a similar problem in Kali Linux, which is based on Ubuntu, and what I found to work was:



                                    1) Download and extract the standalone Tor bundle and extract the whole folder.
                                    2) Navigate to that folder in terminal
                                    3) Copy the entire contents of this folder to /usr/share/applications by running this command:

                                    sudo cp -R *.* /usr/share/applications

                                    4)Go to your main menu, Tor should now be listed under "Internet" category, and launch Tor
                                    5) When Tor launches, you should now be able to right click on the favorites icon and choose "add to favorites"


                                    Anyway, it worked for me and solved both problems of adding it to the menu and favorites.



                                    NOTE: I did this under a sudo enabled account in Kali and NOT root! Not sure if it works under root.



                                    To properly add a new user to Kali, read instructions here:



                                    https://www.linkedin.com/pulse/20140502074357-79939846-adding-a-new-user-in-kali-linux






                                    share|improve this answer






























                                      0














                                      RE: Adding Tor to favorites bar



                                      I was running into a similar problem in Kali Linux, which is based on Ubuntu, and what I found to work was:



                                      1) Download and extract the standalone Tor bundle and extract the whole folder.
                                      2) Navigate to that folder in terminal
                                      3) Copy the entire contents of this folder to /usr/share/applications by running this command:

                                      sudo cp -R *.* /usr/share/applications

                                      4)Go to your main menu, Tor should now be listed under "Internet" category, and launch Tor
                                      5) When Tor launches, you should now be able to right click on the favorites icon and choose "add to favorites"


                                      Anyway, it worked for me and solved both problems of adding it to the menu and favorites.



                                      NOTE: I did this under a sudo enabled account in Kali and NOT root! Not sure if it works under root.



                                      To properly add a new user to Kali, read instructions here:



                                      https://www.linkedin.com/pulse/20140502074357-79939846-adding-a-new-user-in-kali-linux






                                      share|improve this answer




























                                        0












                                        0








                                        0







                                        RE: Adding Tor to favorites bar



                                        I was running into a similar problem in Kali Linux, which is based on Ubuntu, and what I found to work was:



                                        1) Download and extract the standalone Tor bundle and extract the whole folder.
                                        2) Navigate to that folder in terminal
                                        3) Copy the entire contents of this folder to /usr/share/applications by running this command:

                                        sudo cp -R *.* /usr/share/applications

                                        4)Go to your main menu, Tor should now be listed under "Internet" category, and launch Tor
                                        5) When Tor launches, you should now be able to right click on the favorites icon and choose "add to favorites"


                                        Anyway, it worked for me and solved both problems of adding it to the menu and favorites.



                                        NOTE: I did this under a sudo enabled account in Kali and NOT root! Not sure if it works under root.



                                        To properly add a new user to Kali, read instructions here:



                                        https://www.linkedin.com/pulse/20140502074357-79939846-adding-a-new-user-in-kali-linux






                                        share|improve this answer















                                        RE: Adding Tor to favorites bar



                                        I was running into a similar problem in Kali Linux, which is based on Ubuntu, and what I found to work was:



                                        1) Download and extract the standalone Tor bundle and extract the whole folder.
                                        2) Navigate to that folder in terminal
                                        3) Copy the entire contents of this folder to /usr/share/applications by running this command:

                                        sudo cp -R *.* /usr/share/applications

                                        4)Go to your main menu, Tor should now be listed under "Internet" category, and launch Tor
                                        5) When Tor launches, you should now be able to right click on the favorites icon and choose "add to favorites"


                                        Anyway, it worked for me and solved both problems of adding it to the menu and favorites.



                                        NOTE: I did this under a sudo enabled account in Kali and NOT root! Not sure if it works under root.



                                        To properly add a new user to Kali, read instructions here:



                                        https://www.linkedin.com/pulse/20140502074357-79939846-adding-a-new-user-in-kali-linux







                                        share|improve this answer














                                        share|improve this answer



                                        share|improve this answer








                                        edited Aug 1 '16 at 20:29









                                        kelvinelove

                                        1,52311326




                                        1,52311326










                                        answered Aug 1 '16 at 0:23









                                        user575014user575014

                                        1




                                        1























                                            0














                                            I have managed to copy "Tor Browser" shortcut to the applications directory. I think it might be similar across Debian based linux system. So, what i did is following steps which are mixed of above suggestions.




                                            1. when i installed Tor browser, it has a application launcher called "Tor Browser.desktop". I copied this file to /usr/share/applications folder as a root user (I hope it is necessary to be root for this folder).


                                            2. I renamed this file for just easy purpose so it doesn't have space in the filename, i.e.
                                              mv Tor Browser.desktop tor-browser.desktop


                                            3. Then I changed permission to be like -rw-r--r-r which means root user has read and write and all other has only read access to it.



                                            That's all! It works for me and I hope it works for you guys as well.



                                            Also, I am not saying this is best option, but it is the only option it worked for me. Thanks.






                                            share|improve this answer




























                                              0














                                              I have managed to copy "Tor Browser" shortcut to the applications directory. I think it might be similar across Debian based linux system. So, what i did is following steps which are mixed of above suggestions.




                                              1. when i installed Tor browser, it has a application launcher called "Tor Browser.desktop". I copied this file to /usr/share/applications folder as a root user (I hope it is necessary to be root for this folder).


                                              2. I renamed this file for just easy purpose so it doesn't have space in the filename, i.e.
                                                mv Tor Browser.desktop tor-browser.desktop


                                              3. Then I changed permission to be like -rw-r--r-r which means root user has read and write and all other has only read access to it.



                                              That's all! It works for me and I hope it works for you guys as well.



                                              Also, I am not saying this is best option, but it is the only option it worked for me. Thanks.






                                              share|improve this answer


























                                                0












                                                0








                                                0







                                                I have managed to copy "Tor Browser" shortcut to the applications directory. I think it might be similar across Debian based linux system. So, what i did is following steps which are mixed of above suggestions.




                                                1. when i installed Tor browser, it has a application launcher called "Tor Browser.desktop". I copied this file to /usr/share/applications folder as a root user (I hope it is necessary to be root for this folder).


                                                2. I renamed this file for just easy purpose so it doesn't have space in the filename, i.e.
                                                  mv Tor Browser.desktop tor-browser.desktop


                                                3. Then I changed permission to be like -rw-r--r-r which means root user has read and write and all other has only read access to it.



                                                That's all! It works for me and I hope it works for you guys as well.



                                                Also, I am not saying this is best option, but it is the only option it worked for me. Thanks.






                                                share|improve this answer













                                                I have managed to copy "Tor Browser" shortcut to the applications directory. I think it might be similar across Debian based linux system. So, what i did is following steps which are mixed of above suggestions.




                                                1. when i installed Tor browser, it has a application launcher called "Tor Browser.desktop". I copied this file to /usr/share/applications folder as a root user (I hope it is necessary to be root for this folder).


                                                2. I renamed this file for just easy purpose so it doesn't have space in the filename, i.e.
                                                  mv Tor Browser.desktop tor-browser.desktop


                                                3. Then I changed permission to be like -rw-r--r-r which means root user has read and write and all other has only read access to it.



                                                That's all! It works for me and I hope it works for you guys as well.



                                                Also, I am not saying this is best option, but it is the only option it worked for me. Thanks.







                                                share|improve this answer












                                                share|improve this answer



                                                share|improve this answer










                                                answered Dec 12 '17 at 11:14









                                                AnilAnil

                                                1012




                                                1012






























                                                    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%2f348777%2fhow-to-add-tor-browser-to-my-menu-launcher-for-regular-use%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

                                                    GameSpot

                                                    connect to host localhost port 22: Connection refused

                                                    Getting a Wifi WPA2 wifi connection