#357 closed defect (fixed)
client_uuid doesn't seem to include machine_id in hash data
Reported by: | Norman Rasmussen | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | core | Version: | 0.9.x |
Keywords: | Cc: |
Description (last modified by )
$ 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
Change History (2)
comment:1 Changed 9 years ago by
Component: | client → core |
---|---|
Description: | modified (diff) |
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/357
Note: See
TracTickets for help on using
tickets.
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