Announcement

Collapse
No announcement yet.

The application 'ksshaskpass' has requested to open the wallet 'kdewallet'

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    The application 'ksshaskpass' has requested to open the wallet 'kdewallet'

    Hi to all,
    I'm still learning to use correctly kubuntu 20.04.
    I have some mounts using 'cifs' and 'fuse.sshfs'.
    In /etc/fstab I have one ssh mount for a remote server :
    Code:
    admin@192.168.1.19:/home/multimedia/ /home/multimedia fuse.sshfs reconnect,ServerAliveInterval=15,ServerAliveCountM ax=3,delay_connect,transform_symlinks,IdentityFile=~/.ssh/id_rsa,allow_other,default_permissions,uid=1000,gi d=1000 0 0
    I'm facing an annoying popup asking for password on wake up from sleep or hibernate. And the mounts are broken, so I have to unmount and remount.

    I get this message :
    Code:
    The application 'ksshaskpass' has requested to open the wallet 'kdewallet'. Please enter password for this wallet below.
    Click image for larger version

Name:	Screenshot_20220529_173801.png
Views:	276
Size:	25.5 KB
ID:	663448
    I really don't know how to use kdewallet.
    Is there a way to allow 'ksshaskpass' to access 'kdewallet' ?
    I'm also having nextcloud asking to access kdewallet on boot.
    In the walletmanager > access control > "always allow" for all applications listed. The "prompt when an application accesses a wallet" is ticked, But I think unticking it will not allow non listed apps to access the kdewallet. (listed apps : nextcloud, kded5, kiod5, kwalletmanager5).
    Thanks for your help.

    #2
    This?

    Please Read Me

    Comment


      #3
      Thanks, so a simple
      Code:
      sudo apt remove ksshaskpass
      fixed it.

      Comment

      Working...
      X