Error when using “sudo Nautilus”, how do I solve it?How to be granted root rights while browsing files/directories with NautilusError when trying to run an app with sudo or gksudoNautilus hides the window when launchedHow to solve “sudo: /etc/sudoers.d is world writable”Having Error message while using the “sudo nautilus” command in terminal“error: XDG_RUNTIME_DIR not set in the environment.” when attempting to run nautilus as rootWeird messages when using sudosudo nautilus error in 16.04
Is a board required by Scrum?
Is Kirk’s comment about “LDS” intended to be a religious joke?
Is it principled to tip less if a pricey restaurant doesn't accept Visa or Mastercard?
What is a word for "atom or molecule"?
Putting creatures into play in alternative ways to summoning them
Unexpected large rent payments, by moneygram, for my apartment, not by me
I am ask to complete my withdrawal transaction with COT fee of 1200 dollars
Why is 1>a.txt 2>&1 different from 1>a.txt 2>a.txt ? (Example shown)
Is the net charge on a capacitor zero? If yes, then why?
How do I force `sudo` to ask for a password each time when a specific command is used?
DIY inkjet transparency film or photopaper
Secure Implementation of Password Database
How to scientifically explain bane weapons?
Why don't the absolute value functions in C accept const inputs?
How to join many tables side by side?
how technically soft landing works without air on moon?
What are the disadvantages of using a Zener diode over a linear voltage regulator?
What is the narrative difference between a Charisma and Wisdom saving throw?
Why is Trump not being impeached for bribery?
Acid-catalysed isomerisation of phenyl epoxide to aldehyde
Avoid long walking when changing between Tokyo subway lines
How to optimise the use of 10 nuclear fuel pellets in medieval period?
Is there a Scoville scale for coldness?
Is it appropriate to rewrite and republish another author's useful but very badly written paper?
Error when using “sudo Nautilus”, how do I solve it?
How to be granted root rights while browsing files/directories with NautilusError when trying to run an app with sudo or gksudoNautilus hides the window when launchedHow to solve “sudo: /etc/sudoers.d is world writable”Having Error message while using the “sudo nautilus” command in terminal“error: XDG_RUNTIME_DIR not set in the environment.” when attempting to run nautilus as rootWeird messages when using sudosudo nautilus error in 16.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
Here is the terminal log.
http://pastebin.com/xTEK13B7
How do I fix it? What does it do? Is it safe or okay?
nautilus sudo
add a comment
|
Here is the terminal log.
http://pastebin.com/xTEK13B7
How do I fix it? What does it do? Is it safe or okay?
nautilus sudo
1
Possible duplicate of How to be granted root rights while browsing files/directories with Nautilus
– karel
Oct 1 at 8:31
add a comment
|
Here is the terminal log.
http://pastebin.com/xTEK13B7
How do I fix it? What does it do? Is it safe or okay?
nautilus sudo
Here is the terminal log.
http://pastebin.com/xTEK13B7
How do I fix it? What does it do? Is it safe or okay?
nautilus sudo
nautilus sudo
asked Nov 16 '12 at 10:00
owlowl
4,0916 gold badges28 silver badges48 bronze badges
4,0916 gold badges28 silver badges48 bronze badges
1
Possible duplicate of How to be granted root rights while browsing files/directories with Nautilus
– karel
Oct 1 at 8:31
add a comment
|
1
Possible duplicate of How to be granted root rights while browsing files/directories with Nautilus
– karel
Oct 1 at 8:31
1
1
Possible duplicate of How to be granted root rights while browsing files/directories with Nautilus
– karel
Oct 1 at 8:31
Possible duplicate of How to be granted root rights while browsing files/directories with Nautilus
– karel
Oct 1 at 8:31
add a comment
|
3 Answers
3
active
oldest
votes
Nautilus is a graphical application so you ought to use gksudo
instead :
gksudo nautilus
When you want to do graphical things with high prilivegies, gksudo
and gksu
are much more convinient than sudo
and su
.
add a comment
|
It is an uncritical message; nautilus should run normally; for reference see this report at launchpad.
add a comment
|
In Ubuntu 18.04 gksudo
is gone.
Instead, try:
sudo -H 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/4.0/"u003ecc by-sa 4.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%2f217973%2ferror-when-using-sudo-nautilus-how-do-i-solve-it%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Nautilus is a graphical application so you ought to use gksudo
instead :
gksudo nautilus
When you want to do graphical things with high prilivegies, gksudo
and gksu
are much more convinient than sudo
and su
.
add a comment
|
Nautilus is a graphical application so you ought to use gksudo
instead :
gksudo nautilus
When you want to do graphical things with high prilivegies, gksudo
and gksu
are much more convinient than sudo
and su
.
add a comment
|
Nautilus is a graphical application so you ought to use gksudo
instead :
gksudo nautilus
When you want to do graphical things with high prilivegies, gksudo
and gksu
are much more convinient than sudo
and su
.
Nautilus is a graphical application so you ought to use gksudo
instead :
gksudo nautilus
When you want to do graphical things with high prilivegies, gksudo
and gksu
are much more convinient than sudo
and su
.
answered Nov 16 '12 at 23:37
air-dexair-dex
5,3291 gold badge16 silver badges20 bronze badges
5,3291 gold badge16 silver badges20 bronze badges
add a comment
|
add a comment
|
It is an uncritical message; nautilus should run normally; for reference see this report at launchpad.
add a comment
|
It is an uncritical message; nautilus should run normally; for reference see this report at launchpad.
add a comment
|
It is an uncritical message; nautilus should run normally; for reference see this report at launchpad.
It is an uncritical message; nautilus should run normally; for reference see this report at launchpad.
answered Nov 16 '12 at 10:18
Tom RegnerTom Regner
4384 silver badges8 bronze badges
4384 silver badges8 bronze badges
add a comment
|
add a comment
|
In Ubuntu 18.04 gksudo
is gone.
Instead, try:
sudo -H nautilus
add a comment
|
In Ubuntu 18.04 gksudo
is gone.
Instead, try:
sudo -H nautilus
add a comment
|
In Ubuntu 18.04 gksudo
is gone.
Instead, try:
sudo -H nautilus
In Ubuntu 18.04 gksudo
is gone.
Instead, try:
sudo -H nautilus
edited Oct 1 at 8:20
user3140225
2,7104 gold badges12 silver badges24 bronze badges
2,7104 gold badges12 silver badges24 bronze badges
answered Oct 1 at 8:08
PetraPetra
12 bronze badges
12 bronze badges
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%2f217973%2ferror-when-using-sudo-nautilus-how-do-i-solve-it%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
1
Possible duplicate of How to be granted root rights while browsing files/directories with Nautilus
– karel
Oct 1 at 8:31