Замена xterm на fly-term

Убраны значки info не поддерживаемыев Astra
This commit is contained in:
2026-08-28 12:43:01 +03:00
parent 24aca7600e
commit 29debe6738
+1 -1
View File
@@ -188,7 +188,7 @@ class AdminHelper:
elif ext == 'sh': elif ext == 'sh':
os.chmod(tmp_path, 0o755) os.chmod(tmp_path, 0o755)
subprocess.Popen(['xterm', '-e', tmp_path]) subprocess.Popen(['fly-term', '--hide-menubar', '--hide-tabbar', '-e', tmp_path])
else: else:
messagebox.showwarning("Внимание", f"Неизвестный тип файла: {ext}") messagebox.showwarning("Внимание", f"Неизвестный тип файла: {ext}")