mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-13 03:48:26 -06:00
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.
This commit is contained in:
@@ -92,6 +92,7 @@ namespace VeraCrypt
|
||||
TC_EXCEPTION (ParameterTooLarge); \
|
||||
TC_EXCEPTION (PartitionDeviceRequired); \
|
||||
TC_EXCEPTION (StringConversionFailed); \
|
||||
TC_EXCEPTION (TerminalNotFound); \
|
||||
TC_EXCEPTION (TestFailed); \
|
||||
TC_EXCEPTION (TimeOut); \
|
||||
TC_EXCEPTION (UnknownException); \
|
||||
|
||||
Reference in New Issue
Block a user