Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libsecret: skip if there is no secret service running #603

Merged
merged 2 commits into from Nov 4, 2022

Commits on Nov 4, 2022

  1. libsecret: skip if there is no secret service running

    In case libsecret and its Python bindings are available the
    libsecret backend will get selected. This doesn't mean though
    that the system service it connects to is available.
    
    This leads to the backend being used and then failing, for example
    in get_credential() with:
    g-dbus-error-quark: The name org.freedesktop.secrets is unknown (2)
    
    To avoid this ask libsecret to connect to the system service first
    before considering to use it.
    
    Fixes jaraco#600
    lazka committed Nov 4, 2022
    Copy the full SHA
    9672a5d View commit details
    Browse the repository at this point in the history
  2. Update changelog

    jaraco authored and lazka committed Nov 4, 2022
    Copy the full SHA
    c3eb39b View commit details
    Browse the repository at this point in the history