Xpra: Ticket #357: client_uuid doesn't seem to include machine_id in hash data

$ xpra info | egrep 'client_(hostname|uuid|version)'
client_hostname{0}=firelizard.local
client_hostname{1}=dragon.local
client_uuid{0}=3e4727011ced6790dec8a93674ef7df1d1f748f6
client_uuid{1}=3e4727011ced6790dec8a93674ef7df1d1f748f6
client_version{0}=0.9.5
client_version{1}=0.9.5
$ echo -n '/98364/5000' | sha1sum -
3e4727011ced6790dec8a93674ef7df1d1f748f6  -
norman@firelizard$ cat /var/lib/dbus/machine-id
13da450251eb8fc147afe36b000003ee
norman@dragon$ cat /var/lib/dbus/machine-id
b60025e88a7d8e73fba1f74300000376


Sat, 22 Jun 2013 03:02:29 GMT - Antoine Martin: status, component, description changed; resolution set

Well spotted, you must be using multi-client support... which I haven't looked at in ages.

Fixed for trunk in r3681, will backport to v0.9.x


Sat, 23 Jan 2021 04:52:38 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/357