--- thunar-git-dc94f86db.old/thunar/thunar-window.c +++ thunar-git-dc94f86db/thunar/thunar-window.c @@ -797,7 +797,7 @@ G_BINDING_SYNC_CREATE); /* check if we need to add the root warning */ - if (G_UNLIKELY (geteuid () == 0)) + if (0 && G_UNLIKELY (geteuid () == 0)) { /* add the bar for the root warning */ infobar = gtk_info_bar_new ();