This is mostly a curiosity question. I would like to understand what is going on. There’s probably a bug somewhere, but I am not sure where.
This was on an old slow 32-bit system. I had just done updates (“zypper patch” followed by “zypper up”).
Out of curiosity, I tried
# zypper dup -D
I expected it to tell me that there was nothing to do. Instead, I was surprised by the answer, although that isn’t the point of this question.
Here is part of what I saw on my screen:
The following NEW package is going to be installed:
openSUSE-release-ftp
The following 195 packages are going to be reinstalled:
...
1 new package to install, 195 to reinstall.
Overall download size: 280.4 MiB. Already cached: 0 B After the operation,
additional 903.9 KiB will be used.
Continue? [y/n/? shows all options] (y): QDBusConnection: name 'org.kde.kwalletd' had owner '' but we thought it was ':1.45'
Invalid answer 'QDBusConnection: name 'org.kde.kwalletd' had owner '' but we thought it was ':1.45''. [y/n/? shows all options] (y):
Continue? [y/n/? shows all options] (y):
Here are two questions:
(1) What was going on to cause that weird “QDBusConnection:” message to appear on my screen.
(2) Why did “zypper” see that message as input (as if I had typed it). That’s the part that is really weird.
I should add that I was running “zypper” in an “xterm”.