>From source code of Chromium:
components/os_crypt/keyring_util_linux.h:8:// libgnome-keyring has been
deprecated in favor of libsecret.
components/os_crypt/keyring_util_linux.h:18:#include <gnome-keyring.h>
components/os_crypt/keyring_util_linux.cc:72: void* handle =
dlopen("libgnome-keyring.so.0", RTLD_NOW | RTLD_GLOBAL);
components/os_crypt/keyring_util_linux.cc:77: LOG(WARNING) << "Could not
load libgnome-keyring.so.0: " << dlerror();
components/os_crypt/key_storage_util_linux.cc:40: if (type == "gnome-keyring")
components/os_crypt/features.gni:8: # Whether to use libgnome-keyring
(deprecated by libsecret).
components/os_crypt/key_storage_keyring.cc:58: VLOG(1) << "OSCrypt failed to
use gnome-keyring";
components/os_crypt/key_storage_keyring.cc:75: VLOG(1) << "Failed to store
generated password to gnome-keyring";
components/os_crypt/key_storage_config_linux.h:29: // A runner on the main
thread for gnome-keyring to be called from.
components/os_crypt/BUILD.gn:12: # Gnome-keyring is normally dynamically
loaded. The gnome_keyring config
components/os_crypt/BUILD.gn:15: packages = [ "gnome-keyring-1" ]
components/os_crypt/BUILD.gn:20: # If you want to link gnome-keyring directly
(use only for unit tests)
components/os_crypt/BUILD.gn:22: # bit slow, so prefer not to run it again. In
practice, gnome-keyring's libs
components/os_crypt/BUILD.gn:29: libs = [ "gnome-keyring" ]
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1754321
Title:
chromium-browser: please drop dependency on libgnome-keyring
Status in chromium-browser package in Ubuntu:
Confirmed
Status in chromium-browser package in Debian:
Fix Released
Bug description:
Please drop the build-dependency on libgnome-keyring. It looks to me
like it's not used.
The corresponding change was made in Debian last year:
https://anonscm.debian.org/git/pkg-chromium/pkg-chromium.git/commit/?id=6513e334
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1754321/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp