From b771944d56c2c0b6f1bda9d8e654dcd3bbd19e54 Mon Sep 17 00:00:00 2001 From: Igor Belitskiy Date: Fri, 10 Mar 2023 09:47:14 +0600 Subject: [PATCH] fix --- source/ublexec.cc | 3 --- 1 file changed, 3 deletions(-) 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()) {