Comment 3 for bug 366238

Revision history for this message
Dr_Willis (dr-willis) wrote :

From Terminal

~$ gdesklets
bash: /usr/bin/gdesklets: /usr/bin/python2.5: bad interpreter: No such file or directory
i
Seems /usr/bin/gdesklets is calling #!/usr/bin/python2.5

Which is no longer the version of Python, on my systems.

/usr/bin$ ls -l python*
lrwxrwxrwx 1 root root 9 2009-05-05 17:10 python -> python2.6
-rwxr-xr-x 1 root root 2579968 2009-04-18 22:52 python2.6

Just changing 'gdesklets' to call 'python' dosent fix it either.
There must be some other issues going on as well.