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

lib/gpg: Use g_spawn_sync to kill gpg-agent #1917

Closed

Commits on Sep 6, 2019

  1. lib/gpg: Use g_spawn_sync to kill gpg-agent

    For reasons I don't understand, GSubprocess doesn't play nice with KDE's
    plasmashell. I assume this has something to do with the GSubprocess
    using the glib worker thread while plasmashell uses the glib main
    loop. Instead, just use g_spawn_sync to fork and wait in the current
    thread.
    
    Fixes: ostreedev#1913
    dbnicholson committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    24015c1 View commit details
    Browse the repository at this point in the history