https://bugs.kde.org/show_bug.cgi?id=418253
--- Comment #12 from Andrius Štikonas <andr...@stikonas.eu> --- (In reply to Bart Ribbers from comment #11) > Of course I have. I'm running the system on which I'm typing this from it ;) > > ▶ lsblk > NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT > sda 8:0 0 931.5G 0 disk > └─sda1 8:1 0 931.5G 0 part > └─hdd 253:3 0 931.5G 0 crypt > ├─hdd-home 253:4 0 750G 0 lvm /home > └─hdd-games 253:5 0 181.5G 0 lvm /games-hdd > sr0 11:0 1 1024M 0 rom > nvme0n1 259:0 0 238.5G 0 disk > ├─nvme0n1p1 259:1 0 1G 0 part /boot > └─nvme0n1p2 259:2 0 237.5G 0 part > └─ssd 253:0 0 237.5G 0 crypt > ├─ssd-rootfs 253:1 0 50G 0 lvm / > └─ssd-data 253:2 0 187.5G 0 lvm /games-ssd let's try this (this is the command that partitionmanager runs to get LUKS mapped block device name which in turn determines if LUKS partition is shown as opened or closed) lsblk --list --noheadings --paths --json --output type,name /dev/sda1 I expect you should see something like {"type":"crypt", "name":"/dev/mapper/hdd"}, -- You are receiving this mail because: You are watching all bug changes.