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

 

 

 

[SOLVED] How to remove kwallet?

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
shogun1234
Posts: 156
Joined: 2006-07-13 08:04
Has thanked: 3 times

[SOLVED] How to remove kwallet?

#1 Post by shogun1234 »

It might be because I installed GitAhead which seems to depend on kde environment so now my i3pystatus display an error message

Code: Select all

...ringLocked (Failed to unlock the keyring!) |42|38.21/233.13G [183.01G]|DHCP|...
https://imgur.com/Dv6aFSD

Searching on the internet, solutions such as

https://askubuntu.com/questions/47216/h ... llet#47218

https://forums.linuxmint.com/viewtopic.php?t=268686

do not work for me because I do not have use kde environment so no System settings , no ~/.kde, no kwalletmanager installed

Code: Select all

$ sudo apt-get purge kwalletmanager
[sudo] password for ...: 12345
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package 'kwalletmanager' is not installed, so not removed
...
So I completely have no idea how to remove kwallet. Any suggestions?

Thanks
Last edited by shogun1234 on 2019-09-14 11:50, edited 1 time in total.

shogun1234
Posts: 156
Joined: 2006-07-13 08:04
Has thanked: 3 times

Re: How to remove kwallet?

#2 Post by shogun1234 »

I suppose I find how to solve this problem from here - https://ubuntuforums.org/showthread.php?t=2356613. The main packages need to be removed are libkf5wallet-*, probably because I install kdiff3 or kde related software so kwallet was installed as well.

Code: Select all

sudo apt purge kwalletmanager libkf5wallet-bin libkf5wallet-data
shogun1234 wrote:It might be because I installed GitAhead which seems to depend on kde environment so now my i3pystatus display an error message

Code: Select all

...ringLocked (Failed to unlock the keyring!) |42|38.21/233.13G [183.01G]|DHCP|...
https://imgur.com/Dv6aFSD

Searching on the internet, solutions such as

https://askubuntu.com/questions/47216/h ... llet#47218

https://forums.linuxmint.com/viewtopic.php?t=268686

do not work for me because I do not have use kde environment so no System settings , no ~/.kde, no kwalletmanager installed

Code: Select all

$ sudo apt-get purge kwalletmanager
[sudo] password for ...: 12345
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package 'kwalletmanager' is not installed, so not removed
...
So I completely have no idea how to remove kwallet. Any suggestions?

Thanks

Post Reply