Hiho,
wollte mir gerade mal mittels adesklets meinen Gnome-Desktop aufhübschen. Leider klappt das aber nicht 🙁.
Habe adesklets mittels pacman installiert, aber wenn ich im Terminal
adesklets_installer
eingebe, kommt nach ein paar Minuten lediglich diese Fehlermeldung:
Downloading weather desklet... OK
Verifying download integrity... OK
Opening the downloaded archive...
An error occured during the operation
Traceback (most recent call last):
File "/usr/bin/adesklets_installer", line 223, in run
getattr(self, '_'+op)(**kw)
File "/usr/bin/adesklets_installer", line 244, in _install
self.desklets.install(desklet) # refresh of desklets states
File "/usr/bin/adesklets_installer", line 150, in install
tar = tarfile.open(mode='r|bz2', fileobj=f)
File "/usr/lib/python2.5/tarfile.py", line 1168, in open
_Stream(name, filemode, comptype, fileobj, bufsize))
File "/usr/lib/python2.5/tarfile.py", line 1047, in __init__
self.name = os.path.abspath(name)
File "/usr/lib/python2.5/posixpath.py", line 402, in abspath
if not isabs(path):
File "/usr/lib/python2.5/posixpath.py", line 49, in isabs
return s.startswith('/')
AttributeError: 'NoneType' object has no attribute 'startswith'
Hat evtl. jemand einen Tipp, was da falsch läuft und wie ich es wieder hinbiegen kann?