Skip to content

Emit the walletCreated signal in the KWalletD::pamOpen function if a new...

Emit the walletCreated signal in the KWalletD::pamOpen function if a new wallet is created during its call like in the KWalletD::internalOpen function. This fixes opening a default wallet when KWallet is acting as a Freedesktop Secret service. Without it some Freedesktop Secret service consumers (like GNOME libsecret for example) create new default wallets during first launch of the kwallet daemon.

Merge request reports