Hello Everyone,
I'm trying to get the GX GUI to see my dbus service on the device list. dbus-spy shows me it's running, but the GUI doesn't seem to see it.
I'm looking into PageMain.qml, which constructs that list dynamically based on DbusServices. I discovered my service isn't getting started until after the GUI has already performed the services evaluation and I can't find a way to make it re-eveluate.
Is there a way to force my service to start before the GUI? Or something that would trigger the PageMain.qml re-evaluation?
Secondly, how do I provide a service.type value that will then be recognized during that evaluation?
Thanks for any insight.
Dave