https://bugs.kde.org/show_bug.cgi?id=396312
--- Comment #9 from Andrius Štikonas <andr...@stikonas.eu> --- (In reply to Mattia from comment #8) > # lsblk --nodeps --paths --sort name --json --output type,name,model > { > "blockdevices": [ > {"type": "disk", "name": "/dev/vda", "model": null} > ] > } Yes, so just as I thought in src/plugins/sfdisk/sfdiskbackend.cpp scanDevice function !modelCommand.output().trimmed().isEmpty() check fails. Well, I told my GSoC student about this. This should definitely be fixed. You can remove that check if you want to test today. By the way, yesterday I've implemented stopping kpmcore kauth helper in case of main application crash, so now it should be possible to easily restart KPM without manually killing kpmcore_externalcommand helper. -- You are receiving this mail because: You are watching all bug changes.