ce77225e21
This is the thing you want to look at.
13 lines
799 B
Diff
13 lines
799 B
Diff
diff --git a/kded/engine/backends/gocryptfs/gocryptfsbackend.cpp b/kded/engine/backends/gocryptfs/gocryptfsbackend.cpp
|
|
index 2d6df94..3e8ec9a 100644
|
|
--- a/kded/engine/backends/gocryptfs/gocryptfsbackend.cpp
|
|
+++ b/kded/engine/backends/gocryptfs/gocryptfsbackend.cpp
|
|
@@ -202,7 +202,7 @@ QProcess *GocryptfsBackend::gocryptfs(const QStringList &arguments) const
|
|
auto config = KSharedConfig::openConfig(PLASMAVAULT_CONFIG_FILE);
|
|
KConfigGroup backendConfig(config, "GocryptfsBackend");
|
|
|
|
- return process("gocryptfs", arguments + backendConfig.readEntry("extraMountOptions", QStringList{}), {});
|
|
+ return process(NIXPKGS_GOCRYPTFS, arguments + backendConfig.readEntry("extraMountOptions", QStringList{}), {});
|
|
}
|
|
|
|
QString GocryptfsBackend::getConfigFilePath(const Device &device) const
|