| Summary: | gocryptfs doesn't mount on dolphin like cryfs or encfs | ||
|---|---|---|---|
| Product: | [Unmaintained] Plasma Vault | Reporter: | deresiant |
| Component: | general | Assignee: | Ivan Čukić <ivan.cukic> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | nate |
| Priority: | HI | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Other | ||
| Latest Commit: | https://invent.kde.org/frameworks/solid/commit/6b0ae19f5ff4b9c38ba7f27a8e06ae3e8535bb3a | Version Fixed/Implemented In: | 5.93 |
| Sentry Crash Report: | |||
|
Description
deresiant
2022-03-30 08:01:28 UTC
Can reproduce. I think it's because gocryptfs decrypts in place with an overlay filesystem rather than using an explicit mount. Or something like that. So either Vaults needs to make a temporary item in the Places panel for it, or else we need to teach Solid about gocryptfs overlay filesystems. Not sure which one. It is a solid thing. Will be fixed soon. @Nate - this is a 15 minute bug :) Cool! Git commit 6b0ae19f5ff4b9c38ba7f27a8e06ae3e8535bb3a by Nate Graham, on behalf of Ivan Čukić. Committed on 01/04/2022 at 19:57. Pushed by ngraham into branch 'master'. Recognize fuse.gocryptfs mounts as devices like we do for cryfs and encfs FIXED-IN: 5.93 M +1 -1 src/solid/devices/backends/fstab/fstabdevice.cpp M +1 -0 src/solid/devices/backends/fstab/fstabhandling.cpp https://invent.kde.org/frameworks/solid/commit/6b0ae19f5ff4b9c38ba7f27a8e06ae3e8535bb3a Well that was fast!! |