Bug 498758 - incompatible with Plasma Vault
Summary: incompatible with Plasma Vault
Status: CONFIRMED
Alias: None
Product: baloo-widgets
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: 24.12.1
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: baloo-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-16 17:52 UTC by Ilia Kats
Modified: 2025-01-17 07:26 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.