Then I created new encrypted file container. Container is successfully created.
Click on Select File button to mount a volume and selected encrypted file. I think problem already happened, no error returned, but on volume list I see no path to file (my file: $HOME/Download/veracryt_file).
Click on Mount button to mount disk and after entering password I get error: “Failed to set up a loop device: /var/home/user/Downloads/veracrypt_volume.”
Any help is appreciated.
ADDITIONAL:
By the way, I don’t want to install Veracrypt into rpm-ostree or similar. Flatpak does not exists.
I have retested the same version of Veracrypt on Ubuntu 23.04 and I see after step 6 above when I enter encrypted volume password, new dialog is opened to ask for “admin” password. I type in password, this is the password for user with sudo/root privileges and then volume mounts.
I see in Fedora Siverblue “admin” dialog to enter sudo password does NOT open at all, but instead error is returned, like described in step 6.
Inside container I tried to start program with: sudo veracrypt but I have got the same error like in step 6.
Like @siosm suggested I installed Verycrypt using layers.
# Download Veracrypt Fedora package into user's Downloads directory from https://veracrypt.fr/en/Downloads.html
# Currently this is link bellow (for later references check above URL)
wget https://launchpad.net/veracrypt/trunk/1.25.9/+download/veracrypt-1.25.9-setup.tar.bz2 --directory-prefix $HOME/Downloads
# Install downloaded RPM package
rpm-ostree install $HOME/Downloads/veracrypt-1.25.9-CentOS-8-x86_64.rpm
# Rebooted to make affect
systemctl reboot
# Start Veracrypt program
veracrypt
Tasks from GUI:
Create new volume and mount it.
Volume password dialog opens, type in volume password.
Administrator dialog opens, type in sudo user password.
Volume is successfully mounted.
Open Files program change directory to /media/veracrypt and create new file.
After you would like to dismount go to Veracrypt GUI and click on Dismount button.
I did some tests and it looks Veracrypt works fine. Thanks for help.