Trying to install VeraCrypt on a new install og Kubuntu 17.10. However I'm having some trouble.
Running the veracrypt-1.21-setup-gui-x64
file (double click -> execute), extracted from archive (verified sha512 and GPG), produce this output in the terminal it opens:
Verifying archive integrity... 100% All good.
Uncompressing VeraCrypt 1.21 Installer 100%
Unknown option 'caption'.
Press Return to close this window...
Tried instead running the file in bash (from some article "how to install VC)
sudo bash veracrypt-1.21-setup-gui-x64
Produced this:
-------------> ~/Downloads/veracrypt-1.21-setup
USER - > sudo bash veracrypt-1.20-setup-gui-x64
Verifying archive integrity... 100% All good.
Uncompressing VeraCrypt 1.20 Installer 100%
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
Unknown option 'caption'.
I also tried install veracrypt-1.20, if the fault was with 1.21, but no luck.
I have no idea what any of that means. On 17.04 I installed VC no problem.
Has it something to do with me installing Flatpak (for Steam)? XDG rings a bell as some "older" name for Flatpak, iirc.
Any ideas as to what's wrong here?
I found a Sourceforuge thread about the same issue, but no answers.
I found the answer to the problem, while digging through the Discussions section of the veracrypt.codeplex.com page.
Thread with answer.
Short version: Install XTerm. VC setup need to open it.
The answer itself:
Thank you, Nickk9! <3