keygrabbing fails on amber breaking volume buttons
while this works nicely with g-s-d 3.38 it fails on amber (3.30) like
Dez 15 10:26:56 pureos gsd-media-keys[1757]: g_variant_get_va: assertion 'value != NULL' failed
Dez 15 10:26:56 pureos gsd-media-keys[1757]: g_variant_unref: assertion 'value != NULL' failed
Dez 15 10:26:56 pureos gsd-media-keys[1757]: Failed to grab accelerators: GDBus.Error:org.freedesktop.DBus.Error.InvalidArgs: Der Nachrichtentyp »(a(su))« entspricht nicht dem erwarteten Typ »(a(suu))« (16)
and indeed in 3.38 an accelerator looks like
struct {
string "XF86AudioMedia"
uint32 3
uint32 16
}
while g-s-d 3.30 sends
struct {
string "<Alt><Super>equal"
uint32 4294967295
}
That changed in g-s-d d493f5034cdabda9884cc3a21339f2b2167a9a7a
Edited by Guido Gunther