Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

plasma - wallet

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
milomak
Posts: 2158
Joined: 2009-06-09 22:20
Been thanked: 1 time

plasma - wallet

#1 Post by milomak »

how do i disable this?

so i have the following

Code: Select all

~$ cat ~/.config/kwalletrc
[Migration]
alreadyMigrated=true

[Wallet]
Enabled=false

Code: Select all

$ apt-cache policy kwalletmanager
kwalletmanager:
  Installed: (none)
  Candidate: 4:18.04.1-1
  Version table:
     4:18.04.1-1 500
        500 http://debian.mirror.ac.za/debian testing/main amd64 Packages
        500 http://debian.saix.net testing/main amd64 Packages
        500 http://debian.saix.net sid/main amd64 Packages
        500 http://deb-mir1.naitways.net/debian testing/main amd64 Packages
        500 http://deb-mir1.naitways.net/debian sid/main amd64 Packages
        100 /var/lib/dpkg/status
wallet packages

Code: Select all

$ dpkg -l | grep wallet
rc  kwalletmanager                                                   4:18.04.1-1                             amd64        secure password wallet manager
ii  libkf5wallet-bin                                                 5.47.0-1                                amd64        Secure and unified container for user passwords.
ii  libkf5wallet-data                                                5.47.0-1                                all          Secure and unified container for user passwords.
ii  libkf5wallet5:amd64                                              5.47.0-1                                amd64        Secure and unified container for user passwords.
ii  libkwalletbackend5-5:amd64                                       5.47.0-1                                amd64        Secure and unified container for user passwords.
ii  libpam-kwallet-common                                            5.13.1-1                                all          KWallet integration with PAM (common files)
ii  libpam-kwallet5                                                  5.13.1-1                                amd64        KWallet (Kf5) integration with PAM
yet i am still asked for a wallet password when i run chrome
Desktop: A320M-A PRO MAX, AMD Ryzen 5 3600, GALAX GeForce RTX™ 2060 Super EX (1-Click OC) - Sid, Win10, Arch Linux, Gentoo, Solus
Laptop: hp 250 G8 i3 11th Gen - Sid
Kodi: AMD Athlon 5150 APU w/Radeon HD 8400 - Sid

User avatar
dotlj
Posts: 646
Joined: 2009-12-25 17:21

Re: plasma - wallet

#2 Post by dotlj »

Good question.
Try this:

Code: Select all

root@hostn:/home/me# apt remove kwalletmanager
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  kwalletmanager
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 1,036 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 169085 files and directories currently installed.)
Removing kwalletmanager (4:16.08.3-1) ...
Processing triggers for mime-support (3.60) ...
Processing triggers for desktop-file-utils (0.23-1) ...
Processing triggers for dbus (1.10.26-0+deb9u1) ...
Processing triggers for hicolor-icon-theme (0.15-1) ...
root@hostn:/home/me# 
I use KeePassX for credentials in an encrypted LVM, and don't like KWallet asking me for a password.

milomak
Posts: 2158
Joined: 2009-06-09 22:20
Been thanked: 1 time

Re: plasma - wallet

#3 Post by milomak »

you will see from the post that kwalletmanager already had rc status
Desktop: A320M-A PRO MAX, AMD Ryzen 5 3600, GALAX GeForce RTX™ 2060 Super EX (1-Click OC) - Sid, Win10, Arch Linux, Gentoo, Solus
Laptop: hp 250 G8 i3 11th Gen - Sid
Kodi: AMD Athlon 5150 APU w/Radeon HD 8400 - Sid

Post Reply