diff --git a/source/ublexec.cc b/source/ublexec.cc index ee7b57a..a9f5906 100644 --- a/source/ublexec.cc +++ b/source/ublexec.cc @@ -453,9 +453,6 @@ string MainWindow::start_cmd(string user_cmd) { string str_variants_root = ""; string str_nice_cmd = ""; if (chbAnotherUser->get_active()) { - if (geteuid() != 0) { - //chbTerminal->set_active(true); - } if (rbPkexec->get_active()) { str_variants_root = " pkexec --user " + cmbUser->get_active_text(); if (cbxExecuteEpriority->get_active()) {