How do I add a refresh option in the right click menu in Ubuntu 16.04?












2















I'd like to have an option on the right-click menu to refresh Nautilus.



How can I achieve that?










share|improve this question




















  • 3





    Possible duplicate of How to get a "refresh" right click action?

    – Charles Green
    May 10 '17 at 0:59











  • @CharlesGreen that is a different scenario with Ubuntu 13.04, and this is 16.04. I don't think the both are same. Anyway thanks for notifying.

    – Sarath
    May 10 '17 at 5:27






  • 1





    You are correct - the content is a bit dated, and there is no current refresh available on launchpad (that I found)

    – Charles Green
    May 10 '17 at 13:32
















2















I'd like to have an option on the right-click menu to refresh Nautilus.



How can I achieve that?










share|improve this question




















  • 3





    Possible duplicate of How to get a "refresh" right click action?

    – Charles Green
    May 10 '17 at 0:59











  • @CharlesGreen that is a different scenario with Ubuntu 13.04, and this is 16.04. I don't think the both are same. Anyway thanks for notifying.

    – Sarath
    May 10 '17 at 5:27






  • 1





    You are correct - the content is a bit dated, and there is no current refresh available on launchpad (that I found)

    – Charles Green
    May 10 '17 at 13:32














2












2








2


1






I'd like to have an option on the right-click menu to refresh Nautilus.



How can I achieve that?










share|improve this question
















I'd like to have an option on the right-click menu to refresh Nautilus.



How can I achieve that?







16.04 nautilus






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 9 '17 at 11:22









M. Becerra

2,32751131




2,32751131










asked May 9 '17 at 9:29









SarathSarath

751211




751211








  • 3





    Possible duplicate of How to get a "refresh" right click action?

    – Charles Green
    May 10 '17 at 0:59











  • @CharlesGreen that is a different scenario with Ubuntu 13.04, and this is 16.04. I don't think the both are same. Anyway thanks for notifying.

    – Sarath
    May 10 '17 at 5:27






  • 1





    You are correct - the content is a bit dated, and there is no current refresh available on launchpad (that I found)

    – Charles Green
    May 10 '17 at 13:32














  • 3





    Possible duplicate of How to get a "refresh" right click action?

    – Charles Green
    May 10 '17 at 0:59











  • @CharlesGreen that is a different scenario with Ubuntu 13.04, and this is 16.04. I don't think the both are same. Anyway thanks for notifying.

    – Sarath
    May 10 '17 at 5:27






  • 1





    You are correct - the content is a bit dated, and there is no current refresh available on launchpad (that I found)

    – Charles Green
    May 10 '17 at 13:32








3




3





Possible duplicate of How to get a "refresh" right click action?

– Charles Green
May 10 '17 at 0:59





Possible duplicate of How to get a "refresh" right click action?

– Charles Green
May 10 '17 at 0:59













@CharlesGreen that is a different scenario with Ubuntu 13.04, and this is 16.04. I don't think the both are same. Anyway thanks for notifying.

– Sarath
May 10 '17 at 5:27





@CharlesGreen that is a different scenario with Ubuntu 13.04, and this is 16.04. I don't think the both are same. Anyway thanks for notifying.

– Sarath
May 10 '17 at 5:27




1




1





You are correct - the content is a bit dated, and there is no current refresh available on launchpad (that I found)

– Charles Green
May 10 '17 at 13:32





You are correct - the content is a bit dated, and there is no current refresh available on launchpad (that I found)

– Charles Green
May 10 '17 at 13:32










2 Answers
2






active

oldest

votes


















6














Refresh button for Nautilus on right-click menu



enter image description here





  • You will need a to download xdotool and nautilus-actions:



    sudo apt install xdotool nautilus-actions



  • Open nautilus-actions and do the following:




    1. Create a new action and change it's name to Refresh

    2. On the Action tab, enable Display item in location context menu

    3. On the Command tab set the Path to /usr/bin/xdotool, Parameters to key F5.

    4. Save your changes.

    5. Now go to Nautilus Action's Edit > Preferences and get both options at Runtime preferences > Nautilus menu layout deselected.

    6. Open a terminal and run nautilus -q

    7. Done! Open Nautilus and try it out :)








share|improve this answer

































    1














    Also works on 18.04, but nautilus-actions was renamed to filemanager-actions.
    Still waiting for filemanager-actions to be added to the repos, but it's available on a development PPA as a workaround:



    https://launchpad.net/~tomtomtom/+archive/ubuntu/filemanager-actions



    Ref:
    https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1768597



    filemanager-actions interface is slightly different. Updated instructions (with thanks to above).



    Once installed, open filemanager-actions and do the following:



    To Create the new "Refresh" option:




    • 'Define a new action' and change its name to Refresh

    • On the Action tab, enable 'Display item in location context menu'

    • On the Command tab set the Path to /usr/bin/xdotool, Parameters, type in 'key F5' without quotes.

    • Save your changes with File/Save.


    To set the context menu to show directly, and not in a sub-menu:




    • In top menu, under 'Filemanager-Actions Configuration Tool' select
      'Preferences'

    • In the Runtime preferences tab, disable the following:


      • Create a root 'Filemanager-Actions' menu



      • Add an 'About Filemanager-Actions' item...



    Kill all existing nautilus windows:
    Open a terminal and run nautilus -q



    Start Nautilus.






    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%2f913362%2fhow-do-i-add-a-refresh-option-in-the-right-click-menu-in-ubuntu-16-04%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      6














      Refresh button for Nautilus on right-click menu



      enter image description here





      • You will need a to download xdotool and nautilus-actions:



        sudo apt install xdotool nautilus-actions



      • Open nautilus-actions and do the following:




        1. Create a new action and change it's name to Refresh

        2. On the Action tab, enable Display item in location context menu

        3. On the Command tab set the Path to /usr/bin/xdotool, Parameters to key F5.

        4. Save your changes.

        5. Now go to Nautilus Action's Edit > Preferences and get both options at Runtime preferences > Nautilus menu layout deselected.

        6. Open a terminal and run nautilus -q

        7. Done! Open Nautilus and try it out :)








      share|improve this answer






























        6














        Refresh button for Nautilus on right-click menu



        enter image description here





        • You will need a to download xdotool and nautilus-actions:



          sudo apt install xdotool nautilus-actions



        • Open nautilus-actions and do the following:




          1. Create a new action and change it's name to Refresh

          2. On the Action tab, enable Display item in location context menu

          3. On the Command tab set the Path to /usr/bin/xdotool, Parameters to key F5.

          4. Save your changes.

          5. Now go to Nautilus Action's Edit > Preferences and get both options at Runtime preferences > Nautilus menu layout deselected.

          6. Open a terminal and run nautilus -q

          7. Done! Open Nautilus and try it out :)








        share|improve this answer




























          6












          6








          6







          Refresh button for Nautilus on right-click menu



          enter image description here





          • You will need a to download xdotool and nautilus-actions:



            sudo apt install xdotool nautilus-actions



          • Open nautilus-actions and do the following:




            1. Create a new action and change it's name to Refresh

            2. On the Action tab, enable Display item in location context menu

            3. On the Command tab set the Path to /usr/bin/xdotool, Parameters to key F5.

            4. Save your changes.

            5. Now go to Nautilus Action's Edit > Preferences and get both options at Runtime preferences > Nautilus menu layout deselected.

            6. Open a terminal and run nautilus -q

            7. Done! Open Nautilus and try it out :)








          share|improve this answer















          Refresh button for Nautilus on right-click menu



          enter image description here





          • You will need a to download xdotool and nautilus-actions:



            sudo apt install xdotool nautilus-actions



          • Open nautilus-actions and do the following:




            1. Create a new action and change it's name to Refresh

            2. On the Action tab, enable Display item in location context menu

            3. On the Command tab set the Path to /usr/bin/xdotool, Parameters to key F5.

            4. Save your changes.

            5. Now go to Nautilus Action's Edit > Preferences and get both options at Runtime preferences > Nautilus menu layout deselected.

            6. Open a terminal and run nautilus -q

            7. Done! Open Nautilus and try it out :)









          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jul 12 '17 at 16:06









          karel

          59.8k13129151




          59.8k13129151










          answered May 9 '17 at 10:50









          M. BecerraM. Becerra

          2,32751131




          2,32751131

























              1














              Also works on 18.04, but nautilus-actions was renamed to filemanager-actions.
              Still waiting for filemanager-actions to be added to the repos, but it's available on a development PPA as a workaround:



              https://launchpad.net/~tomtomtom/+archive/ubuntu/filemanager-actions



              Ref:
              https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1768597



              filemanager-actions interface is slightly different. Updated instructions (with thanks to above).



              Once installed, open filemanager-actions and do the following:



              To Create the new "Refresh" option:




              • 'Define a new action' and change its name to Refresh

              • On the Action tab, enable 'Display item in location context menu'

              • On the Command tab set the Path to /usr/bin/xdotool, Parameters, type in 'key F5' without quotes.

              • Save your changes with File/Save.


              To set the context menu to show directly, and not in a sub-menu:




              • In top menu, under 'Filemanager-Actions Configuration Tool' select
                'Preferences'

              • In the Runtime preferences tab, disable the following:


                • Create a root 'Filemanager-Actions' menu



                • Add an 'About Filemanager-Actions' item...



              Kill all existing nautilus windows:
              Open a terminal and run nautilus -q



              Start Nautilus.






              share|improve this answer




























                1














                Also works on 18.04, but nautilus-actions was renamed to filemanager-actions.
                Still waiting for filemanager-actions to be added to the repos, but it's available on a development PPA as a workaround:



                https://launchpad.net/~tomtomtom/+archive/ubuntu/filemanager-actions



                Ref:
                https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1768597



                filemanager-actions interface is slightly different. Updated instructions (with thanks to above).



                Once installed, open filemanager-actions and do the following:



                To Create the new "Refresh" option:




                • 'Define a new action' and change its name to Refresh

                • On the Action tab, enable 'Display item in location context menu'

                • On the Command tab set the Path to /usr/bin/xdotool, Parameters, type in 'key F5' without quotes.

                • Save your changes with File/Save.


                To set the context menu to show directly, and not in a sub-menu:




                • In top menu, under 'Filemanager-Actions Configuration Tool' select
                  'Preferences'

                • In the Runtime preferences tab, disable the following:


                  • Create a root 'Filemanager-Actions' menu



                  • Add an 'About Filemanager-Actions' item...



                Kill all existing nautilus windows:
                Open a terminal and run nautilus -q



                Start Nautilus.






                share|improve this answer


























                  1












                  1








                  1







                  Also works on 18.04, but nautilus-actions was renamed to filemanager-actions.
                  Still waiting for filemanager-actions to be added to the repos, but it's available on a development PPA as a workaround:



                  https://launchpad.net/~tomtomtom/+archive/ubuntu/filemanager-actions



                  Ref:
                  https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1768597



                  filemanager-actions interface is slightly different. Updated instructions (with thanks to above).



                  Once installed, open filemanager-actions and do the following:



                  To Create the new "Refresh" option:




                  • 'Define a new action' and change its name to Refresh

                  • On the Action tab, enable 'Display item in location context menu'

                  • On the Command tab set the Path to /usr/bin/xdotool, Parameters, type in 'key F5' without quotes.

                  • Save your changes with File/Save.


                  To set the context menu to show directly, and not in a sub-menu:




                  • In top menu, under 'Filemanager-Actions Configuration Tool' select
                    'Preferences'

                  • In the Runtime preferences tab, disable the following:


                    • Create a root 'Filemanager-Actions' menu



                    • Add an 'About Filemanager-Actions' item...



                  Kill all existing nautilus windows:
                  Open a terminal and run nautilus -q



                  Start Nautilus.






                  share|improve this answer













                  Also works on 18.04, but nautilus-actions was renamed to filemanager-actions.
                  Still waiting for filemanager-actions to be added to the repos, but it's available on a development PPA as a workaround:



                  https://launchpad.net/~tomtomtom/+archive/ubuntu/filemanager-actions



                  Ref:
                  https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1768597



                  filemanager-actions interface is slightly different. Updated instructions (with thanks to above).



                  Once installed, open filemanager-actions and do the following:



                  To Create the new "Refresh" option:




                  • 'Define a new action' and change its name to Refresh

                  • On the Action tab, enable 'Display item in location context menu'

                  • On the Command tab set the Path to /usr/bin/xdotool, Parameters, type in 'key F5' without quotes.

                  • Save your changes with File/Save.


                  To set the context menu to show directly, and not in a sub-menu:




                  • In top menu, under 'Filemanager-Actions Configuration Tool' select
                    'Preferences'

                  • In the Runtime preferences tab, disable the following:


                    • Create a root 'Filemanager-Actions' menu



                    • Add an 'About Filemanager-Actions' item...



                  Kill all existing nautilus windows:
                  Open a terminal and run nautilus -q



                  Start Nautilus.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Feb 7 at 10:51









                  BFGBFG

                  111




                  111






























                      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%2f913362%2fhow-do-i-add-a-refresh-option-in-the-right-click-menu-in-ubuntu-16-04%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

                      flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                      Mangá

                       ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕