this post was submitted on 11 Jun 2026
26 points (93.3% liked)

Linux

17937 readers
41 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 3 years ago
MODERATORS
 

Hello guys, I have been annoyed at this pop-up as I have to exit it every time I open any Electron (chromium based apps). Does anyone here know how to disable it?

Thanks in advance.

you are viewing a single comment's thread
view the rest of the comments
[–] spectrums_coherence@piefed.social 4 points 1 week ago* (last edited 1 week ago)

Login keyring should automatically unlock upon first user login after boot, maybe you want to see if it is there, and troubleshoot that.

Possible reason that the login keyring is locked is: automatic login by bypassing password, or fingerprint login (only the first login, after that, unlock suspended machine should be fine) both will not unlock your login keyring.

If you need to keep these login, which I honestly don't recommend (for a general purpose computer), then you can either

  1. delete the login keyring password (by setting it to empty in gnome password and keys or keyrack)
  2. set the electron password store to basic.

Both of these will store your password and sensitive information in plain text, meaning all program with access to your user space will have unrestricted access to these informations.