owl Asked: 2012-11-17 02:00:52 +0800 CST2012-11-17 02:00:52 +0800 CST 2012-11-17 02:00:52 +0800 CST Error when using "sudo Nautilus", how do I solve it? 772 Here is the terminal log. http://pastebin.com/xTEK13B7 How do I fix it? What does it do? Is it safe or okay? nautilus 3 Answers Voted Best Answer air-dex 2012-11-17T15:37:48+08:002012-11-17T15:37:48+08:00 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. Tom Regner 2012-11-17T02:18:03+08:002012-11-17T02:18:03+08:00 It is an uncritical message; nautilus should run normally; for reference see this report at launchpad. Petra 2019-10-02T00:08:52+08:002019-10-02T00:08:52+08:00 In Ubuntu 18.04 gksudo is gone. Instead, try: sudo -H nautilus
Nautilus is a graphical application so you ought to use
gksudo
instead :When you want to do graphical things with high prilivegies,
gksudo
andgksu
are much more convinient thansudo
andsu
.It is an uncritical message; nautilus should run normally; for reference see this report at launchpad.
In Ubuntu 18.04
gksudo
is gone.Instead, try: