Kwallet: Fixes bug that dbus could not find the kwallet service
This commit is contained in:
parent
cb703f1314
commit
a63732f9b2
@ -0,0 +1,9 @@
|
|||||||
|
diff --git a/src/runtime/kwalletd/org.kde.kwalletd5.service.in b/src/runtime/kwalletd/org.kde.kwalletd5.service.in
|
||||||
|
index 76eb90e..7a78e83 100644
|
||||||
|
--- a/src/runtime/kwalletd/org.kde.kwalletd5.service.in
|
||||||
|
+++ b/src/runtime/kwalletd/org.kde.kwalletd5.service.in
|
||||||
|
@@ -1,3 +1,3 @@
|
||||||
|
[D-BUS Service]
|
||||||
|
Name=org.kde.kwalletd5
|
||||||
|
-Exec=@CMAKE_INSTALL_PREFIX@/bin/kwalletd5
|
||||||
|
+Exec=@CMAKE_INSTALL_BINDIR@/kwalletd5
|
@ -15,4 +15,5 @@ mkDerivation {
|
|||||||
knotifications kservice kwidgetsaddons kwindowsystem libgcrypt qgpgme
|
knotifications kservice kwidgetsaddons kwindowsystem libgcrypt qgpgme
|
||||||
];
|
];
|
||||||
propagatedBuildInputs = [ qtbase ];
|
propagatedBuildInputs = [ qtbase ];
|
||||||
|
patches = [ ./kwallet-dbus.patch ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user