Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No padlock icon on Veracrypt volume #591

Open
alex3kov opened this issue Nov 5, 2017 · 0 comments
Open

No padlock icon on Veracrypt volume #591

alex3kov opened this issue Nov 5, 2017 · 0 comments

Comments

@alex3kov
Copy link

alex3kov commented Nov 5, 2017

Expected Behavior

Displaying padlock icon on Veracrypt volumes, like pcmanfm-qt does on LUKS volumes.

Current Behavior

Veracrypt volume is displayed as any other volume (without padlock).

Steps to Reproduce (for bugs)

You can test it by creating veracrypt volume on USB stick, creating filesystem on it and mounting it with cryptsetup:

cryptsetup --veracrypt open --type tcrypt /dev/sdc2 usbVeracrypt
mount /dev/mapper/usbVeracrypt /media/mountpoint/ 

I'm currently mounting it at login via pam_mount.

Context
# lsblk /dev/sdb5 
NAME               MAJ:MIN RM SIZE RO TYPE  MOUNTPOINT
sdb5                 8:21   0  50G  0 part  
└─localstorage50gb 252:0    0  50G  0 crypt /media/localStorage
# cryptsetup status localstorage50gb 
/dev/mapper/localstorage50gb is active and is in use.
  type:    TCRYPT
  cipher:  aes-xts-plain64
  keysize: 512 bits
  device:  /dev/sdb5
  offset:  256 sectors
  size:    104857088 sectors
  skipped: 256 sectors
  mode:    read/write

nopad

System Information
  • Distribution & Version: Arch
  • Qt Version: qt5-base 5.9.2
  • lxqt-build-tools Version: N/A
  • libqtxdg Version: 3.1.0
  • libfm-qt Version: 0.12.0
  • Package version: 0.12.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant