Bug 498758

Summary: incompatible with Plasma Vault
Product: [Frameworks and Libraries] baloo-widgets Reporter: Ilia Kats <ilia-kats>
Component: generalAssignee: baloo-bugs-null
Status: CONFIRMED ---    
Severity: normal CC: akselmo, felixernst, meven, nate, tagwerk19
Priority: NOR    
Version First Reported In: 24.12.1   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Ilia Kats 2025-01-16 17:52:29 UTC
SUMMARY
When opening the Dolphin Properties dialog on any file in a Plasma Vault (only tested with the gocryptfs backend), the Details tab is missing. Also no extended file information is shown in the tooltip or the information panel.

I've tried getting some logs by running Dolphin with QT_LOGGING_RULES=kf*.debug=true\;dolphin*.debug=true\;*baloo*.debug=true, but there didn't seem to be anything useful. The only semi-useful output by Dolphin is "QLayout::removeWidget: Cannot remove a null widget.", which I guess (I haven't looked at the code) may be due to the baloofilepropertiesplugin returning a null pointer?

STEPS TO REPRODUCE
1. create a Plasma Vault with the gocryptfs backend
2. put some files into the vault
3. right click on one of the files in Dolphin, click on Properties.

OBSERVED RESULT
No Details tab

EXPECTED RESULT
Details tab present.

SOFTWARE/OS VERSIONS
KDE Plasma Version: 6.2.5
KDE Frameworks Version: 6.10.0
Qt Version: 6.8.1

ADDITIONAL INFORMATION
I have file indexing disabled globally.
Comment 1 Nate Graham 2025-01-16 18:39:20 UTC
Can reproduce with a Cryfs vault as well; likely a generic issue where the Vault isn't seen as having a local file path.