Main index > Usage problems > Newbie probs [CLOSED]

By julious_dean (User), on Thu May 5 06:25:22 2005: Newbie probs [CLOSED].

Hi all ! I just installed adesklets and i have a few probs:
First i tried the mounter desklet, and i got this:
Traceback (most recent call last):
File "./mounter.py", line 227, in ?
Events(dirname(__file__)).pause()
File "./mounter.py", line 181, in __init__
adesklets.Events_handler.__init__(self)
File "usr/lib/python2.4/site-packages/adesklets/events_handler.py", line 159, in __init__
File "usr/lib/python2.4/site-packages/adesklets/events_handler.py", line 296, in _alarm
File "./mounter.py", line 201, in alarm
self.mounter_desklet.display()
File "./mounter.py", line 133, in display
free_space_height = int((window_height-2) * self.__getFreeSpacePercentage())
File "./mounter.py", line 156, in __getFreeSpacePercentage
return float(rstrip(df_free_space_percentage,'%'))/100
ValueError: invalid literal for float(): -

Secondly i can not use the configure menu when i right click a desklet.Nothing happens on click..

Any help?
N.

By jeepston (Desklet Author), on Thu May 5 12:02:19 2005.

For the second problem you need to define enviroment variable EDITOR. Say, put this into your .bashrc file:

Code:

 export EDITOR=vim


or whatever editor you prefer.

By syfou (Core Developer & Desklet Author), on Thu May 5 14:20:27 2005.


Yours,


adesklets is proud to be hosted on:

SourceForge.net Logo

Back to adesklets.sf.net.