I'm not sure what happened. A few days ago I installed some updates and now i get an error whenever I try to run sudo nautilus
. If I run gksudo nautilus
it hangs for a few seconds then does nothing.
Anyone else had the same issue, or know how to fix it? A similar thing happens when trying to run sudo gedit
as well...
attempts to sudo other apps:
Sudoers as requested:
$DISPLAY
and sudo sudo -V
as requested:
sudo
for other GUI programs? Command-line programs? – Kevin May 11 '12 at 01:33$DISPLAY
is being unset bysudo
, or not set properly to begin with. Tryecho $DISPLAY
and post what that prints, andsudo sudo -V
(yes, twosudo
s) and see which sectionDISPLAY
is under (check/remove/preserve). – Kevin May 11 '12 at 13:41$DISPLAY
andsudo sudo -V
as requested. – jacobian May 13 '12 at 21:05$DISPLAY
– jacobian May 15 '12 at 21:12sudo sudo -V > /tmp/sudo.txt
and then open/tmp/sudo.txt
, copy the contents and just add the text to your question :) – roadmr May 15 '12 at 21:17