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

audio: fix reacting on mic enable/disable requests #161

Merged
merged 1 commit into from
Dec 10, 2024

Commits on Dec 6, 2024

  1. audio: fix reacting on mic enable/disable requests

    First of all, after getting an event of QubesDB FD, actually call
    qdb_read_watch() so the event is cleared and the next one can be
    received.
    
    But that's not enough. libqubesdb's queueing of watches doesn't handle
    well using the same connection for both watches and commands, and using
    non-blocking mode (monitoring qdb_watch_fd(), instead of calling
    qdb_read_watch() in a loop). While this issue wants fixing on the
    libqubesdb side, for now use separate connection to workaround the
    issue.
    
    Fixes QubesOS/qubes-issues#9619
    marmarek committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    97c9e36 View commit details
    Browse the repository at this point in the history