-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
gui-daemon: deprecated g_type_class_add_private() #4547
Comments
This whole task could be solved totally differently: replace mechanism for enabling/disabling audio input to a VM with something else. I.e. remove the whole For GUI/Audio domain use (#1590), we need something else anyway, because dbus works only locally, but we need to enable/disable mic from dom0, even when pulseaudio run in dedicated VM. I think it may be replaced with qubesdb. A per-vm entry in qubesdb instance local to Audio VM (which may or may not be dom0). Like |
Since pacat-simple-vchan not necessary run in dom0 anymore, it needs some better control mechanism than dbus, to be cross-domain compatible. Use QubesDB for notification of the audio-input state. But use local socket + qrexec service (coming in the next commit) for changing the state, as it gives immediate feedback if it was received by pacat-simple-vchan. QubesOS/qubes-issues#4547
Call qrexec service for control, read state from QubesDB. QubesOS/qubes-issues#1590 QubesOS/qubes-issues#4547
Since pacat-simple-vchan not necessary run in dom0 anymore, it needs some better control mechanism than dbus, to be cross-domain compatible. Use QubesDB for notification of the audio-input state. But use local socket + qrexec service (coming in the next commit) for changing the state, as it gives immediate feedback if it was received by pacat-simple-vchan. QubesOS/qubes-issues#4547
Call qrexec service for control, read state from QubesDB. QubesOS/qubes-issues#1590 QubesOS/qubes-issues#4547
Since pacat-simple-vchan not necessary run in dom0 anymore, it needs some better control mechanism than dbus, to be cross-domain compatible. Use QubesDB for notification of the audio-input state. But use local socket + qrexec service (coming in the next commit) for changing the state, as it gives immediate feedback if it was received by pacat-simple-vchan. QubesOS/qubes-issues#4547
Call qrexec service for control, read state from QubesDB. QubesOS/qubes-issues#1590 QubesOS/qubes-issues#4547
Call qrexec service for control, read state from QubesDB. QubesOS/qubes-issues#1590 QubesOS/qubes-issues#4547
Refactor the code for handling the deprecated function g_type_class_add_private(). Currently, we silent the warning during the compilation for GCC8.
The text was updated successfully, but these errors were encountered: