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 :
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 :
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.
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 get this message :
Code:
The application 'ksshaskpass' has requested to open the wallet 'kdewallet'. Please enter password for this wallet below.
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.
Comment