I used to have a qdbus script to quickly open a certain wallet: qdbus org.kde.kwalletmanager /kwalletmanager/MainWindow_1 org.kde.kwallet.kwalletmanager.openWallet "$1" however since kde-4.11 this option is removed. (most likely because of the redesign of the manager, which btw. improves the usability a lot :) the qdbus command should be restored and it would be very nice to have a gui option to assign a shortcut für quick opening a wallet. Reproducible: Always
From what I see, no commit should have removed D-Bus support, so it's a regression.
Git commit 16014325a5120c488947d1651e3430d1b5a9639b by Valentin Rusu. Committed on 02/09/2013 at 19:26. Pushed by vrusu into branch 'master'. Restore the wallet_open scrpipting slot The UI refactor left a TODO item for this and seems people is using it, so here is it :) M +6 -2 src/manager/kwalletmanager.cpp M +11 -0 src/manager/kwalletmanagerwidget.cpp M +1 -0 src/manager/kwalletmanagerwidget.h M +5 -0 src/manager/kwalletmanagerwidgetitem.cpp M +1 -0 src/manager/kwalletmanagerwidgetitem.h M +13 -0 src/manager/walletcontrolwidget.cpp M +2 -0 src/manager/walletcontrolwidget.h http://commits.kde.org/kwallet/16014325a5120c488947d1651e3430d1b5a9639b