Sophie Herold

Results 101 comments of Sophie Herold

How is the gio API relevant to my manual dbus call?

I still don't understand what you mean but I am guessing your idea is that the problem just goes away when listening to signals? That's a recording of what happens...

I cannot confirm that the patch fixes the issue for me.

> You can use this flatpak https://github.com/zecakeh/zbus-flatpak-portal If you just use `cargo run` outside a Flatpak it should run properly. Afterwards, you can run it from a flatpak by ```...

> I didn't want to make a too invasive change, but if you agree I'd rename the members like this (suggestions welcome!): > > - size -> capacity ("size" can...

What changes with this is that clients can re-use serials. I can't guarantee that this doesn't has potential security implications since I'm not familiar enough with the codebase.

I have changed the code to ```C #define MAX_CLIENT_SERIAL (G_MAXUINT32 - 65536) ```

I'm not able to understand that patch from the code. Is the idea to remap client serials that have already been used by the proxy and are used by the...

Please ignore my last comment. I had some bug in my thoughts. I have implemented the lower and higher bit solution. I'm currently running it on my system. Review would...