Comment 1 for bug 255811

Revision history for this message
backenfutter (brian-wiborg) wrote :

OK, I finally was able to reproduce the error output in the terminal, it is as follows:

gdesklets
gdesklets-daemon wird gestartet …
Verbinden mit Daemon [ ### ]/usr/lib/gdesklets/utils/wallpaper.py:11: GtkWarning: Im Modulpfad »aurora« konnte keine Themen-Engine gefunden werden,
  tiling = Tiling()
In 820 Millisekunden mit dem Daemon verbunden.

==========================================================[08/07/08-19:49:48]===
=== Unhandled error! Something bad and unexpected happened. ===

[EXC]
in /usr/bin/gdesklets: line 393 <module>
in /usr/bin/gdesklets: line 268 parse_command
in /usr/bin/gdesklets: line 177 __open_profile
in /usr/bin/gdesklets: line 167 __client_daemon
in /usr/lib/gdesklets/main/client.py: line 208 set_remove_command
in /usr/lib/gdesklets/main/client.py: line 38 __send
in /usr/lib/gdesklets/utils/xdr.py: line 75 recv
[EXC]/usr/lib/gdesklets/utils/xdr.py

[---] 70 chunk = ""
[---] 71 while (True):
[---] 72 try:
[---] 73 length = ord(s.recv(1))
[---] 74 except:
[ERR]> 75 raise XDRError
[---] 76
[---] 77 if (length): chunk += s.recv(length)
[---] 78
[---] 79 flag = s.recv(1)
[---] 80 if (flag == _CONT): continue
[---] 81

NOTE:
It is only possible to get this error once per boot. If you try and start gdesklets again you get the error as shown in the original bugreport... don't know if it matters, just wanted to let you know.