Chuck Claunch

Results 30 comments of Chuck Claunch

Old thread I know, but I can confirm this on Ubuntu 20.04 and Stream Deck XL. If I do any of the `deck.get_*` function calls, the top three rows quit...

I realize this is an old topic but it seems to be fixed with the built in `files.associations` setting. When I added my desired file type association it invoked the...

Adding comments here as I'd love to see attachments supported in this app.

I'm actually working on it a little in my spare time right now. Having a bit of issue getting `GDBus.Error:org.bluez.Error.InvalidArguments: Invalid Length` when attempting to call `gatt_characteristic1_call_write_value_sync()` from `BluetoothGattCharacteristic::write_value`. Not...

See my fork [here](https://github.com/impala454/tinyb)

Bummer! I did find that I could add the argument `--annotate "org.bluez.GattCharacteristic1.WriteValue()[value]" org.gtk.GDBus.C.ForceGVariant true` to the code generation and it would actually change the troublesome `gchar*` value into a `GVariant*`....

I did end up having success with this! Added annotations to the dbus profile xml file `` to force GVariants and replaced the code. Now the generated code works! I'll...

Hey @vkolotov yep on the `Adapter.SetDiscoveryFilter`. The reason I wanted the code generator to work is because I wanted to update the interface xml to the latest BlueZ. I've also...

@petreeftime is it worth doing a PR on the completed C++ side, or would you rather wait until the corresponding java code is written by someone else? For what it's...

Sorry I've been a little slow on this but likely over the next couple of months I'll be working on this. I will probably pear it back to C++ only....