0

I remember i had to run a python file a while ago but i can't remember where i have to find and which one i have to run when i get there (i think there were many python files in each directory)

(to make it more specific : for example, how can i run the lyrics screenlet from the terminal?)

Chriskin
  • 3,242

2 Answers2

2

Hmm... it really depends, the normal default screenlets should be located under /usr/share/screenlets/screenlets-pack-basic/ For example, the Clock screenlet starts with

usr/share/screenlets/screenlets-pack-basic/Clock/ClockScreenlet.py

> /dev/null

but if i remember right, after installing screenlets, a new menu entry appears in ubuntu menu. The "other" menu entry. There you can find some screenlets, and there, looking at the Launcher Command, you can see the command which starts the screenlet. so i would look in either usr/share/screenlets/ or usr/local/share/screenlets

Frosty
  • 86
0

For me it's python -u $HOME/.screenlets/Lyrics/LyricsScreenlet.py. I recall I got it off Gnome-Look and unzipped it there.

daithib8
  • 3,351