Main index > Installation problems > Unable to register desklet [SOLVED]

By nitroxide (User), on Sat Jul 15 06:37:44 2006: Unable to register desklet [SOLVED].

After installing desklet with adesklet -i, i can see all the desklet in .desklet.
If i go inside a desklet directory, i do python the_desklet and it ask me to register or just test.
I do register, the desklet start, but i don't take the prompt back.
If i crtl-c the desklet stop.

Now, if i run adesklet, nothing happen, no verbose, nothing.
I tryied some --user or special stuff, nothing more.

Any ideas ?

Nitro

By syfou (Core Developer & Desklet Author), on Sat Jul 15 13:39:26 2006.

First, don't invoke it through python for registration... It has some nasty side-effects on many platforms. Just do:

Code:


./the_desklet
Do you want to (r)egister this desklet or to (t)est it? r
Registered. Run 'adesklets' to (re)start your desklets.
Look at 'adesklets --help' for special options.
Terminated


From there, you should have a new entry in $HOME/.adesklets, ready to be used. Have a look at adesklets manual (Chapter 4) for a complete explanation on how registration works. Yours,

_________________
Sylvain

P-S. Spare yourself frustrations: always test a desklet before registering it.

By nitroxide (User), on Sun Jul 16 15:59:22 2006.

syfou wrote:

First, don't invoke it through python for registration... It has some nasty side-effects on many platforms. Just do:

Code:


./the_desklet
Do you want to (r)egister this desklet or to (t)est it? r
Registered. Run 'adesklets' to (re)start your desklets.
Look at 'adesklets --help' for special options.
Terminated


From there, you should have a new entry in $HOME/.adesklets, ready to be used. Have a look at adesklets manual (Chapter 4) for a complete explanation on how registration works. Yours,

_________________
Sylvain

P-S. Spare yourself frustrations: always test a desklet before registering it.


Just perfect ;)

Thanks a lot


adesklets is proud to be hosted on:

SourceForge.net Logo

Back to adesklets.sf.net.