SparkyLinux Forums

Software & hardware support => Sparky applications => Topic started by: Capitain_Jack on December 17, 2017, 11:09:56 PM

Title: [SOLVED] Chrome on KDE keeps on asking for Kwallet, even if not installed.
Post by: Capitain_Jack on December 17, 2017, 11:09:56 PM
Saw this solution, can it be done?
https://superuser.com/questions/994551/disable-kwallet-popups-from-chrome
Title: Re: Chrome on KDE keeps on asking for Kwallet, even if not installed.
Post by: Capitain_Jack on December 18, 2017, 12:39:25 AM
In resume edit as root /opt/google/chrome/google-chrome
and change the exec line adding

exec -a "$0" "$HERE/chrome" --password-store=basic "$@"
Title: Re: [SOLVED] Chrome on KDE keeps on asking for Kwallet, even if not installed.
Post by: Capitain_Jack on February 06, 2018, 09:18:41 PM
UPDATE!

Found a more "fixed" fix, to disable Kwallet totaly:

https://askubuntu.com/questions/47216/how-to-disable-kde-wallet

QuoteKDE 5/Plasma 5.8:

Add the following lines to the end of ~/.config/kwalletrc

[Wallet]
Enabled=false

Restart Plasma.
Title: Re: [SOLVED] Chrome on KDE keeps on asking for Kwallet, even if not installed.
Post by: Wombat on February 07, 2018, 12:36:54 PM
Thanks for
Quoteexec -a "$0" "$HERE/chrome" --password-store=basic "$@"

This also reduces the initial startup time for chrome.