It's Linux--you got to roll with it.
I would just
A) rip all passwords out of vivaldi (disable it) and cut and paste from a password manager so you never have use that stupid keyring again.
then B) uninstall/reinstall vivaldi
or
C) use another browser purely for login accounts.
or
I wonder if you monkey with anything in /.config/vivaldi vivaldi settings?
or
type 'disable vivaldi keyring prompt' into DDG and see if there's an easy fix
or
see if it persists if you make solus autostart it

that is the end of my brain🙂

    brent

    brent It's Linux--you got to roll with it

    Hah! How uplifting post!
    One thing... I DON'T have any passwords stored in vivaldi. I never store any passwords in my browser.
    Other points you made... I must think about them for awhile
    Another thing comes to mind: This is quite recent install of Solus and I remember enabling auto-login (during install), which later I found out that, that setting didn't stick. So I enabled it again via Budgie Control Centre!
    I have not messed with ./config/vivaldi settings. Vivaldi has been updated like everything else in this quite recent install.
    DDG=duckduckgo, right?

    Could it be as easy and a clean cache/history?
    or uninstall/reinstall plus throw away to trash every folder connected to vivaldi in /home, after uninstall..
    you lose your bookmarks but maybe no keyring

      • [deleted]

      brent No. Vivaldi and other Chromium browsers want keyring access regardless of whether there are any saved passwords.

        [deleted] No. Vivaldi and other Chromium browsers want keyring access regardless of whether there are any saved passwords

        knowledge!!!

          [deleted] interesting. the only chrome derivative I run is ungoogledand it never activates keyring access. (Eloston probably baked that out of ungoogled).

          But all the times I used Vivaldi I never got a keyring login prompt either. Or all the times I used Brave.

          Wonder why some get afflicted with this and some don't?
          Now I wonder if there is a tie-in to the autologin at boot?

            • [deleted]

            brent You probably don't have the automatic session login enabled. When you log in by entering your password, the keyring gets unlocked right away.

              Reminds me got fix my brave from doing that on this install its a backup browser now.

              Chromium applications like Vivaldi will create an entry in the libsecret backend (gnome-keyring on Budgie) often regardless of whether or not you actually do anything that requires it. gnome-keyring requires a password to unlock the vault, this defaults to the password that you set when you installed the system. When you do not have auto-login enabled the greeter (lightdm for Budgie by default) captures your password when you login to the session and feeds that to gnome-keyring in order to automatically unlock it. When you have auto-login enabled this auto-unlock never happens which is why gnome-keyring needs to be unlocked manually when it's invoked for the first time in a session.

              This is all expected behavior, though it is often surprising to people using auto-login who are not familiar with it. You pretty much have only a few options here:

              1. Ignore it and just accept that you'll need to enter your password whenever you start something that uses libsecret to store encryption keys or credentials.
              2. Disable auto-login so that your password is captured when you login via the greeter and gnome-keyring is unlocked with that password.
              3. Change the gnome-keyring password to an empty string. Note that this will remove encryption from all secrets protected by gnome-keyring and all secrets will be readable by any application that has read access to your home directory. This is insecure and I would not recommend this.

                Axios It uses kwallet instead of gnome-keyring as the libsecret backend, but the behavior is basically the same here.

                I do #3 but dont use any linux machines for accessing online accounts except this forum and right now thats from
                firefox instead of brave.
                At some point will migrate that from mac prob and this is important info to know.

                Thanx

                  Axios
                  I really didn't get this entirely until he explained it.
                  manual login=you are logged into the OS; no other credential asked for again; keyring satisfied at the DM stage

                  autologin=because of browser tentacles you must furnish your credentials to the OS at the request of the browser...

                  read that bold part again. goofy ain't it? but all part of the keyring apparatus from the beginning and it is always "expected" no doubt..
                  #3 might suit you if you only use solus acct but anything else.

                  " 3. Change the gnome-keyring password to an empty string. Note that this will remove encryption from all secrets protected by gnome-keyring and all secrets will be readable by any application that has read access to your home directory. This is insecure and I would not recommend this.

                  on the other hand the amount of applications that have access to /home is pretty big methinks.

                    ReillyBrogan Disable auto-login so that your password is captured when you login

                    This is my choice. I can type my password in less than three seconds, and all my computers and VMs are able to hibernate, so that's what they do whenever they're not needed. Waking up from hibernation doesn't require entering my password again.

                    ReillyBrogan I think this answer was comprehensive, detailed and also, very GOOD answer.
                    Awesome! Therefore I'm humbled before these words of wisdom. =)
                    I think only sensible thing then is #2 disable auto-login. It is what it is.

                    ps. There is psychological, "human-thing" here at play (with auto-login): You have been "promised" something (automatic login). Then you experience it like the "promise" dont't hold. Perhaps that is just really bad design (or broken) and worth of it's own thread.
                    pps. All answers and discussion here were very helpful and appreciated, none was ignored, there was food for thought in every one of them. If I failed communicate that I'm sorry.
                    edit. whoops double negative correction.

                    brent Well its like this back in the day I started with solus gnome then budgie
                    i dont remb it being as bad.
                    But I had more crashes when logging in at boot on gnome than anything else and when I went to auto boot
                    things seemed to be ok so thats where I kinda stayed.
                    Its not really an issue I log into my windows machine.
                    So prob should switch and see how it goes.

                    In the startup script for your browser, make the command line:
                    /path/to/browser/vivaldi %U --password-store=basic
                    Then it won't want to use the keyring

                      Hmmm that works for brave to easy way to do it. But a reminder its stored in plaintext.