Posted On December 26, 2020

Linux Mint 20: How to Disable the Annoying Keyring Prompts for Passwords

kimconnect 0 comments
blog.KimConnect.com >> Linux >> Linux Mint 20: How to Disable the Annoying Keyring Prompts for Passwords

Update 03/2023: https://blog.kimconnect.com/linux-how-to-bypass-annoying-login-keyring-prompts/

The default installation of Linux Mint expects that the user would login using valid credentials, which would unlock the default keyring. When autologin has been enabled, this causes a dilemma where the System keyring hasn’t been unlocked upon reboots.

For instance, applications such as Chrome or Skype would require access to the default keyring even if those applications’ keyring passwords have been set to null. Assuming that security is to be forfeited, here are the steps to prevent those keyring password prompts.

  1. Change the name of the default Keyring
    • defaultKeyring=/home/$(whoami)/.local/share/keyrings/Default_keyring.keyring
      renamedKeyring=/home/$(whoami)/.local/share/keyrings/Default_keyring.keyring.bak
      sudo mv $defaultKeyring $renamedKeyring
  2. Reboot the system

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to Enable XRDP Session Sharing

# Edit the xrdp init file sudo vim /etc/xrdp/xrdp.ini # Add this at the bottom…

Ideas for Open Source SAN using local storage

Use a server with local drives Set up Raid 0 Install "SheepDog on Centos/Ubuntu's KVM"…

Pihole Error: Tried 100 Times to Connect to FTL Server

Error Message: DataTables warning: table id=all-queries - Tried 100 times to connect to FTL server,…