On Wednesday, March 8, 2017 at 3:09:10 PM UTC+1, Rusty Bird wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA512 > > [email protected]: > > On Saturday, October 12, 2013 at 3:51:51 AM UTC+2, Marek > > Marczykowski-Górecki wrote: > > > On 12.10.2013 03:22, Franz wrote: > > > > I would like to launch skype with a .sh file from dom0 but I am not > > > > able to > > > > find the command to attach the microphone to the AppVM. Is there such a > > > > command? > > > > > > This is doable with dbus-send. Don't remember details, but sth like this: > > > dbus-send --session --dest=org.QubesOS.Audio.<vmname> --type=method_call > > > /org/qubesos/audio/<vmname> org.freedesktop.DBus.Property.Set > > > string:org.QubesOS.Audio string:RecAllowed variant:boolean:true > > > > I tried that, but it did not work. Can you check for a typo or so? > > The object path is "/org/qubesos/audio", not "/org/qubesos/audio/<vmname>". > > https://github.com/rustybird/qubes-stuff/blob/master/dom0/bin/qvm-microphone > > Rusty
Yessss! Your link helped. Another problem was the "Property" vs "Properties" typo in the original post. Now it works. Thank you! Peter. -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/446f0609-ffe6-4b7f-9150-601b7eac77f4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
