So to the best of my understanding, apps wanting to be good single-instance citizens can/should register for getting a dbus call instead of simply being pushed to foreground. This is done through these .desktop entries:
X-Maemo-Service
X-Maemo-Object-Path
X-Maemo-Method
Is there any documentation for this? (I’m finding nothing, but i’m clearly bad at looking)
Is it allowed in store?
If i want to have this behaviour from the command line (or a QProcess), presumably there is something more accessible than implementing that logic yourself?
I would have assumed invoker does that, but i can’t quite see it from the help.