How do I add a refresh option in the right click menu in Ubuntu 16.04?
I'd like to have an option on the right-click menu to refresh Nautilus.
How can I achieve that?
16.04 nautilus
add a comment |
I'd like to have an option on the right-click menu to refresh Nautilus.
How can I achieve that?
16.04 nautilus
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
add a comment |
I'd like to have an option on the right-click menu to refresh Nautilus.
How can I achieve that?
16.04 nautilus
I'd like to have an option on the right-click menu to refresh Nautilus.
How can I achieve that?
16.04 nautilus
16.04 nautilus
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
add a comment |
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
add a comment |
2 Answers
2
active
oldest
votes
Refresh button for Nautilus on right-click menu
You will need a to download
xdotool
andnautilus-actions
:
sudo apt install xdotool nautilus-actions
Open
nautilus-actions
and do the following:
- Create a new action and change it's 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 tokey F5
. - Save your changes.
- Now go to Nautilus Action's Edit > Preferences and get both options at Runtime preferences > Nautilus menu layout deselected.
- Open a terminal and run
nautilus -q
- Done! Open Nautilus and try it out :)
- Create a new action and change it's name to Refresh
add a comment |
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.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Refresh button for Nautilus on right-click menu
You will need a to download
xdotool
andnautilus-actions
:
sudo apt install xdotool nautilus-actions
Open
nautilus-actions
and do the following:
- Create a new action and change it's 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 tokey F5
. - Save your changes.
- Now go to Nautilus Action's Edit > Preferences and get both options at Runtime preferences > Nautilus menu layout deselected.
- Open a terminal and run
nautilus -q
- Done! Open Nautilus and try it out :)
- Create a new action and change it's name to Refresh
add a comment |
Refresh button for Nautilus on right-click menu
You will need a to download
xdotool
andnautilus-actions
:
sudo apt install xdotool nautilus-actions
Open
nautilus-actions
and do the following:
- Create a new action and change it's 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 tokey F5
. - Save your changes.
- Now go to Nautilus Action's Edit > Preferences and get both options at Runtime preferences > Nautilus menu layout deselected.
- Open a terminal and run
nautilus -q
- Done! Open Nautilus and try it out :)
- Create a new action and change it's name to Refresh
add a comment |
Refresh button for Nautilus on right-click menu
You will need a to download
xdotool
andnautilus-actions
:
sudo apt install xdotool nautilus-actions
Open
nautilus-actions
and do the following:
- Create a new action and change it's 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 tokey F5
. - Save your changes.
- Now go to Nautilus Action's Edit > Preferences and get both options at Runtime preferences > Nautilus menu layout deselected.
- Open a terminal and run
nautilus -q
- Done! Open Nautilus and try it out :)
- Create a new action and change it's name to Refresh
Refresh button for Nautilus on right-click menu
You will need a to download
xdotool
andnautilus-actions
:
sudo apt install xdotool nautilus-actions
Open
nautilus-actions
and do the following:
- Create a new action and change it's 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 tokey F5
. - Save your changes.
- Now go to Nautilus Action's Edit > Preferences and get both options at Runtime preferences > Nautilus menu layout deselected.
- Open a terminal and run
nautilus -q
- Done! Open Nautilus and try it out :)
- Create a new action and change it's name to Refresh
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
add a comment |
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Feb 7 at 10:51
BFGBFG
111
111
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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