Comment 33 for bug 83922

Revision history for this message
sojourner (itsmealso2) wrote : Re: gdesklets does not start amd64

ok I ruthlessly exterminated every trace of any previous install of gdesklets . I checked out a new copy of 0.3x from "https://code.launchpad.net/gdesklets" . I ran ./autogen.sh , make , sudo make install . I did not see any errors in any step , I copied the output of the terminal for each step and saved it to a file so I have logs of the build and install . when I try to run it I get.

ron@ron-desktop:~$ /usr/local/lib/gdesklets/gdesklets
Starting gdesklets-daemon...
Connecting to daemon [ ### ]
==========================================================[10/04/07-21:30:21]===
Registering new control "/usr/local/lib/gdesklets/Controls/ArrayBuffer".

Connecting to daemon [ ### ]
==========================================================[10/04/07-21:30:21]===
Registering new control "/usr/local/lib/gdesklets/Controls/Time".

Connecting to daemon [ ### ]
==========================================================[10/04/07-21:30:21]===
Registering new control "/usr/local/lib/gdesklets/Controls/Sensors".

Connecting to daemon [ ###]
==========================================================[10/04/07-21:30:21]===
Registering new control "/usr/local/lib/gdesklets/Controls/URI".

Connecting to daemon [ ### ]
==========================================================[10/04/07-21:30:21]===
Registering new control "/usr/local/lib/gdesklets/Controls/EventPipe".

Connecting to daemon [ ### ]
==========================================================[10/04/07-21:30:22]===
Registering new control "/usr/local/lib/gdesklets/Controls/System".

Connecting to daemon [ ### ]
==========================================================[10/04/07-21:30:22]===
Registering new control "/usr/local/lib/gdesklets/Controls/Calendar".

Connecting to daemon [ ### ]
==========================================================[10/04/07-21:30:22]===
Registering new control "/usr/local/lib/gdesklets/Controls/HDDTemp".

Connected to daemon in 1624 milliseconds.

==========================================================[10/04/07-21:30:22]===
=== Unhandled error! Something bad and unexpected happened. ===

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

ron@ron-desktop:~$