pass-secrets icon indicating copy to clipboard operation
pass-secrets copied to clipboard

use lower-level DBus library

Open nullobsi opened this issue 4 years ago • 1 comments

sdbus-cpp is great but requires hacks for the proxy objects which increases code complexity

also, it requires a lot of spreading of the code state. moving to a lower level library would allow some state from dbus (request path)

nullobsi avatar Jan 22 '22 20:01 nullobsi

Is there a C++/DBUS Library besides QtDBus? Using sdbus as a backend sounds like it makes sense the only way to go lower is to use the sdbus C API.

Thaodan avatar Sep 07 '22 06:09 Thaodan