Vivaldi: Difference between revisions
m Category:Web Browser added |
Added example of modifying vivaldi to force specific password store |
||
Line 16: | Line 16: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== Force use of password store (KWlallet, GNOME Keyring) == | |||
To force of specific password store you will have to modify the package according to [https://chromium.googlesource.com/chromium/src/+/master/docs/linux/password_storage.md chromium docs] | |||
Use <code>gnome-libsecret</code> for GNOME Keyring and <code>kwallet6</code> for KDE Plasma 6<syntaxhighlight lang="nix"> | |||
(stable.vivaldi.override { | |||
commandLineArgs = "--password-store=kwallet6"; | |||
}) | |||
</syntaxhighlight> | |||
[[Category:Applications]] | [[Category:Applications]] | ||
[[Category:Web Browser]] | [[Category:Web Browser]] |