Background:
For several years I have used app-admin/keepassxc for password management. As I am now using an other app for password management I 'depcleaned' keepassxc and thereafter odd behavior with web browsers began. For example, when I open the Brave browser a pop-up asks for a password. I use LibreWolf too, no password pop-up but more like "Is this a Public or Private PC". Then I realized keepassxc is more than a password manager and down the Secret-Service rabbit hole I went. :)
Code: Select all
$ cat /var/db/repos/gentoo/virtual/secret-service/secret-service-0.ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Virtual for a freedesktop.org Secret Service API provider"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
RDEPEND="|| (
gnome-base/gnome-keyring
app-admin/keepassxc
)"
# TODO: add the KDE provider here once ready, there are still problems as of August 2023 though
# (see https://bugs.kde.org/show_bug.cgi?id=458085)
Code: Select all
eix keepassx
[I] app-admin/keepassxc
Available versions: 2.7.10-r1^t **9999*l^t {X autotype browser doc keeshare +keyring +network +ssh-agent test yubikey}
Installed versions: 2.7.10-r1^t(03:28:04 PM 09/15/2025)(X keyring network ssh-agent yubikey -autotype -browser -doc -keeshare -test)
Homepage: https://keepassxc.org
Description: KeePassXC - KeePass Cross-platform Community Edition
Code: Select all
# emerge --ask --verbose --depclean gnome-base/gnome-keyring
Calculating dependencies... done!
gnome-base/gnome-keyring-48.0 pulled in by:
app-crypt/pinentry-1.3.2-r1 requires gnome-base/gnome-keyring
virtual/secret-service-0 requires gnome-base/gnome-keyring
>>> No packages selected for removal by depcleanThanks.


