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:

sudofor other GUI programs? Command-line programs? – Kevin May 11 '12 at 01:33$DISPLAYis being unset bysudo, or not set properly to begin with. Tryecho $DISPLAYand post what that prints, andsudo sudo -V(yes, twosudos) and see which sectionDISPLAYis under (check/remove/preserve). – Kevin May 11 '12 at 13:41$DISPLAYandsudo sudo -Vas requested. – jacobian May 13 '12 at 21:05$DISPLAY– jacobian May 15 '12 at 21:12sudo sudo -V > /tmp/sudo.txtand then open/tmp/sudo.txt, copy the contents and just add the text to your question :) – roadmr May 15 '12 at 21:17