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;









1


















Here is the terminal log.



http://pastebin.com/xTEK13B7



How do I fix it? What does it do? Is it safe or okay?










share|improve this question




















  • 1





    Possible duplicate of How to be granted root rights while browsing files/directories with Nautilus

    – karel
    Oct 1 at 8:31

















1


















Here is the terminal log.



http://pastebin.com/xTEK13B7



How do I fix it? What does it do? Is it safe or okay?










share|improve this question




















  • 1





    Possible duplicate of How to be granted root rights while browsing files/directories with Nautilus

    – karel
    Oct 1 at 8:31













1













1









1


1






Here is the terminal log.



http://pastebin.com/xTEK13B7



How do I fix it? What does it do? Is it safe or okay?










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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












  • 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










3 Answers
3






active

oldest

votes


















2



















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.






share|improve this answer
































    0



















    It is an uncritical message; nautilus should run normally; for reference see this report at launchpad.






    share|improve this answer
































      0



















      In Ubuntu 18.04 gksudo is gone.



      Instead, try:



      sudo -H 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/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
        );



        );














        draft saved

        draft discarded
















        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









        2



















        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.






        share|improve this answer





























          2



















          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.






          share|improve this answer



























            2















            2











            2









            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.






            share|improve this answer














            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.







            share|improve this answer













            share|improve this answer




            share|improve this answer










            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


























                0



















                It is an uncritical message; nautilus should run normally; for reference see this report at launchpad.






                share|improve this answer





























                  0



















                  It is an uncritical message; nautilus should run normally; for reference see this report at launchpad.






                  share|improve this answer



























                    0















                    0











                    0









                    It is an uncritical message; nautilus should run normally; for reference see this report at launchpad.






                    share|improve this answer














                    It is an uncritical message; nautilus should run normally; for reference see this report at launchpad.







                    share|improve this answer













                    share|improve this answer




                    share|improve this answer










                    answered Nov 16 '12 at 10:18









                    Tom RegnerTom Regner

                    4384 silver badges8 bronze badges




                    4384 silver badges8 bronze badges
























                        0



















                        In Ubuntu 18.04 gksudo is gone.



                        Instead, try:



                        sudo -H nautilus





                        share|improve this answer































                          0



















                          In Ubuntu 18.04 gksudo is gone.



                          Instead, try:



                          sudo -H nautilus





                          share|improve this answer





























                            0















                            0











                            0









                            In Ubuntu 18.04 gksudo is gone.



                            Instead, try:



                            sudo -H nautilus





                            share|improve this answer
















                            In Ubuntu 18.04 gksudo is gone.



                            Instead, try:



                            sudo -H nautilus






                            share|improve this answer















                            share|improve this answer




                            share|improve this answer








                            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































                                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%2f217973%2ferror-when-using-sudo-nautilus-how-do-i-solve-it%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

                                Tamil (spriik) Luke uk diar | Nawigatjuun

                                Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

                                Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?