From 29debe673829c151df9ebb73524be4ba59da9a2a Mon Sep 17 00:00:00 2001 From: yaprodunov Date: Fri, 28 Aug 2026 12:43:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=BC=D0=B5=D0=BD=D0=B0=20xterm=20?= =?UTF-8?q?=D0=BD=D0=B0=20fly-term=20=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=D1=8B?= =?UTF-8?q?=20=D0=B7=D0=BD=D0=B0=D1=87=D0=BA=D0=B8=20info=20=D0=BD=D0=B5?= =?UTF-8?q?=20=D0=BF=D0=BE=D0=B4=D0=B4=D0=B5=D1=80=D0=B6=D0=B8=D0=B2=D0=B0?= =?UTF-8?q?=D0=B5=D0=BC=D1=8B=D0=B5=D0=B2=20Astra?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin-helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-helper.py b/admin-helper.py index 1556a9c..5238b9a 100644 --- a/admin-helper.py +++ b/admin-helper.py @@ -188,7 +188,7 @@ class AdminHelper: elif ext == 'sh': os.chmod(tmp_path, 0o755) - subprocess.Popen(['xterm', '-e', tmp_path]) + subprocess.Popen(['fly-term', '--hide-menubar', '--hide-tabbar', '-e', tmp_path]) else: messagebox.showwarning("Внимание", f"Неизвестный тип файла: {ext}")