When using VC via The Terminal, it operates appropriately.
It used to be that the following would work for the GUI as a workaround: Work around
1. sudo mv /usr/bin/veracrypt /usr/bin/veracrypt.bin 2. create a bash script with the following content by typing sudo nano /usr/bin/veracrypt and pasting the following content: ◦ #!/bin/bash ◦ ◦ set -e ◦ ◦ /usr/bin/veracrypt.bin --use-dummy-sudo-password $* 3. make the script /usr/bin/veracrypt executable: sudo chmod +x /usr/bin/veracrypt Please advise, Dream
Log in to post a comment.
When using VC via The Terminal, it operates appropriately.
It used to be that the following would work for the GUI as a workaround:
Work around