Open nephros opened 1 year ago
Leaving this note here that currently we are a pure QML app and are using the DBusInterface
QML Type.
If Sharing is implemented, note that:
You need to handle registering D-Bus name on session bus in your application. Do not use DBusInterface for that purpose to avoid race conditions with registering objects on D-Bus. Use C++ to do it race-free instead.
... so we need to create an executable when that happens.