Skip to content

Commit

Permalink
Use new kwallet5 dbus interface
Browse files Browse the repository at this point in the history
  • Loading branch information
pecigonzalo committed Aug 26, 2019
1 parent 3239864 commit 27be99a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kwallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
)

const (
dbusServiceName = "org.kde.kwalletd"
dbusPath = "/modules/kwalletd"
dbusServiceName = "org.kde.kwalletd5"
dbusPath = "/modules/kwalletd5"
)

func init() {
Expand Down

0 comments on commit 27be99a

Please sign in to comment.