https://bugs.kde.org/show_bug.cgi?id=475674
--- Comment #5 from Thomas Baumgart <tbaumg...@kde.org> --- I analyzed the problem and it turns out that QSysInfo::machineUniqueId (https://doc.qt.io/qt-5/qsysinfo.html#machineUniqueId) is returning the same ID on both systems (ac37039462fe4d0ab453b92a7b496f83). Diving into Qt source code I found out that this value is extracted from /var/lib/dbus/machine-id (which in my case is a symlink to /etc/machine-id). https://wiki.debian.org/MachineId contains some more information including how to create a new value. -- You are receiving this mail because: You are the assignee for the bug.