>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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1754321

Title:
  chromium-browser: please drop dependency on libgnome-keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1754321/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to