[Gambas-user] Dbus unique name seems incorrect
Benoît Minisini
g4mba5 at gmail.com
Sun Jan 16 22:05:43 CET 2022
Le 16/01/2022 à 03:26, Brian G a écrit :
> In the db.dbus module
>
> the dbus.unique is false to start but seems to try and create a unique name
>
> When set to true it appears to create a non unique name.
>
> And as far as a unique name goes, it must start with a : for the system
> to recognize it as unique...
Where did you see that?
Setting DBus.Unique changes just the name used for registering to the D-Bus.
If not set, the name includes the application name and the process PID.
If set, just the application name, so that two instances of the same
application will use the same name.
It's just a trick, and D-Bus is not concerned by it.
Regards,
--
Benoît Minisini
More information about the User
mailing list