Gentoo Archives: gentoo-user

From: thelma@×××××××××××.com
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] google-chrome-103.0.5060 - choose password for new keyring
Date: Fri, 08 Jul 2022 16:20:25
Message-Id: 20de78a3-ee38-35b0-2457-8fd0ab326e68@sys-concept.com
In Reply to: Re: [gentoo-user] google-chrome-103.0.5060 - choose password for new keyring by Arve Barsnes
1 Thelma
2 On 7/8/22 08:02, Arve Barsnes wrote:
3 > On Fri, 8 Jul 2022 at 15:34, Matt Connell <matt@×××××××.tech> wrote:
4 >>> Should not this instruction say emerge --pretend --depclean rather
5 >>> than --unmerge ?
6 >>
7 >> Since its pretended, the result is the same, ultimately.
8 >>
9 >
10 > Actually, none of them gives you any info about why a package is
11 > installed, and --unmerge doesn't even try to check. Without --pretend
12 > it's perfectly happy to let you shoot yourself in the foot. What you
13 > actually need to get portage to tell you what requires the package in
14 > question is
15 > # emerge --pretend --depclean --verbose gnome-keyring
16 >
17 > Regards,
18 > Arve
19
20 OK I think I got to the bottom of this, it is caused by package upgrade:
21 [ebuild U ] app-crypt/gcr-3.41.0 [3.40.0] USE="gtk introspection vala -gtk-doc -systemd% -test"
22
23 All other packages are new and pull-in as a dependency:
24
25 gnome-base/gnome-keyring-42.1 pulled in by:
26 virtual/secret-service-0 requires gnome-base/gnome-keyring
27
28 grep secret-service upgrade_07-07-22.txt
29 [ebuild N ] virtual/secret-service-0
30
31 virtual/secret-service-0 pulled in by:
32 app-crypt/libsecret-0.20.5-r3 requires =virtual/secret-service-0, virtual/secret-service
33
34 grep app-crypt/libsecret upgrade_07-07-22.txt
35 [ebuild N ] app-crypt/libsecret-0.20.5-r3 USE="crypt introspection vala -gtk-doc -test -tpm" ABI_X86="(64) -32 (-x32)"
36
37 app-crypt/libsecret-0.20.5-r3 pulled in by:
38 app-crypt/gcr-3.41.0 requires >=app-crypt/libsecret-0.20
39
40 And "app-crypt/gcr" was an upgrade.
41
42 So maybe it is better to leave it as it is, instead of fighting the system :-)
43 But it would be nice if there were some notes about it during emerge.
44 All of a sudden when starting chrome, a message box pops up "choose password for new keyring" (without any explanation) and all screen is frozen, only option is to enter a password or "cancel it".
45
46 Thelma

Replies

Subject Author
Re: [gentoo-user] google-chrome-103.0.5060 - choose password for new keyring Neil Bothwick <neil@××××××××××.uk>