From 6ced991d98da9645b97ed6cf2556ae2a76085116 Mon Sep 17 00:00:00 2001 From: Jertzukka Date: Thu, 1 Jun 2023 10:01:53 +0300 Subject: Fix issues launching fsck via terminal on Linux (#1086) Currently on a system without xterm or konsole (like fresh Ubuntu install) the fsck check will not launch. Added gnome-terminal as an alternative and fixed an issue where konsole will always error out as --title and --caption are no longer valid arguments. Previously the error message was simply "xterm not found", so new LangString LINUX_EX2MSG_TERMINALNOTFOUND was added to let the user knows which programs they need to get the feature working. --- Translations/Language.ko.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'Translations/Language.ko.xml') diff --git a/Translations/Language.ko.xml b/Translations/Language.ko.xml index 07df0187..733339f3 100644 --- a/Translations/Language.ko.xml +++ b/Translations/Language.ko.xml @@ -1569,6 +1569,7 @@ VeraCrypt가 MSI 패키지(.msi)로 설치되어 표준 설치 프로그램으로 업데이트 할 수 없습니다.\n\nMSI 패키지를 사용하여 VeraCrypt를 업데이트하십시오. 사용 가능한 모든 여유 공간 사용 시스템 파티션/드라이브가 더 이상 지원되지 않는 알고리즘으로 암호화되었기 때문에 VeraCrypt를 업데이트할 수 없습니다.\nVeraCrypt를 업데이트 하기 전에 시스템 암호를 해독한 다음 다시 암호화하십시오. + Supported terminal application could not be found, you need either xterm, konsole or gnome-terminal (with dbus-x11). -- cgit v1.2.3