From 422d507823c7424e37843875a5bb313ab64df6c1 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Tue, 20 Jul 2021 18:35:09 +0300 Subject: [PATCH] plasma: handle encrypted storage volume usage in device notifier applet Signed-off-by: Ivailo Monev --- plasma/applets/devicenotifier/test-predicate-openinwindow.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasma/applets/devicenotifier/test-predicate-openinwindow.desktop b/plasma/applets/devicenotifier/test-predicate-openinwindow.desktop index 34fe4f3d..973cbd99 100644 --- a/plasma/applets/devicenotifier/test-predicate-openinwindow.desktop +++ b/plasma/applets/devicenotifier/test-predicate-openinwindow.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -X-KDE-Solid-Predicate=[ [ [ StorageVolume.ignored == false AND StorageVolume.usage == 'FileSystem' ] OR [ IS StorageAccess AND StorageDrive.driveType == 'Floppy' ] ] OR StorageAccess.ignored == false ] +X-KDE-Solid-Predicate=[ [ [ StorageVolume.ignored == false AND [ StorageVolume.usage == 'FileSystem' OR StorageVolume.usage == 'Encrypted' ] ] OR [ IS StorageAccess AND StorageDrive.driveType == 'Floppy' ] ] OR StorageAccess.ignored == false ] Type=Service Actions=open; -- 2.11.0