View Full Version : HOWTO: Screenlets for Feisty or Edgy
sorcererx84
May 15th, 2007, 04:41 AM
The author of Screenlets is RYX aka Rico Pfaus
Screenlets are small owner-drawn applications (written in Python, a very simple object-oriented programming-language) that can be described as "the virtual representation of things lying/standing around on your desk". You van read more about them at This Howto will help to install Screenlets in Ubuntu Edgy or Feisty the easy way.
http://compiz.org/images/thumb/e/e1/Zerofour.png/750px-Zerofour.png
Step 1: Add the Ubuntu repository to your sources (if you are using Edgy, replace feisty with edgy everywhere)
Make yourself root with
sudo -s
and run the following command
echo "deb http://hendrik.kaju.pri.ee/ubuntu feisty screenlets" >> /etc/apt/sources.list
Step 2: Add the repository signing key to your trusted APT keys
Run:
wget http://hendrik.kaju.pri.ee/ubuntu/F854AFD7.gpg -O- | sudo apt-key add -
Step 3: Update package listings and install the packages
Update package listings with:
sudo apt-get update
Then you can install all packages with:
sudo apt-get install screenlets screenlets-core screenlets-extra screenlets-utils
There should now be a item under Menu>Accessories. Use that to start screenlets. Then you can access the Control panel from the tray icon. To start screenlets automatically when you log in, add screenlets-tray to your session's startup programs.
To uninstall, just run:
sudo apt-get remove --purge screenlets screenlets-core screenlets-extra screenlets-utils
Links:
The "official" home of screenlets (http://forum.compiz.org/viewtopic.php?t=358)
Third-party sreenlets site (http://hendrik.kaju.pri.ee/screenlets)
Ubuntu repository (http://hendrik.kaju.pri.ee/ubuntu)
FunnyLookinHat
May 16th, 2007, 05:54 PM
The repositories listed above aren't quite correct... there are instructions on the actual page here:
http://hendrik.kaju.pri.ee/ubuntu/dists/feisty/all/
hexo1125
May 17th, 2007, 06:41 AM
I use this in lieu of adesklets...
I find the widgets/screenlets still lacking, but I can really see potential in this.
Thanks!!
sorcererx84
May 17th, 2007, 08:01 AM
The screenlets repository is located at http://hendrik.kaju.pri.ee/ubuntu/dists/feisty/screenlets/
The 'all' component includes packages from all repositories, not only screenlets.
kayef
May 18th, 2007, 04:48 PM
i cant install it, it says the package screenlets is invalid
how come?
sorcererx84
May 19th, 2007, 03:39 AM
Sorry, there was a typo in a command. Try simply 'sudo apt-get install screenlets'
B3rs
May 22nd, 2007, 11:10 AM
Thank you for your efforts! Can you also add an unistallation method to the first post?
foureight84
May 23rd, 2007, 07:09 AM
oo nice
foureight84
May 23rd, 2007, 07:42 AM
i can't find instructions on how to hide the widgets.
glennric
May 23rd, 2007, 10:19 AM
The repositories listed above aren't quite correct... there are instructions on the actual page here:
http://hendrik.kaju.pri.ee/ubuntu/dists/feisty/all/
sorcererx84: You should edit your initial post to fix this. It is not the 'all' that is the problem. It is the lack of the '/ubuntu' in the address that is the problem. The correct apt source line is
deb http://hendrik.kaju.pri.ee/ubuntu feisty all
or
deb http://hendrik.kaju.pri.ee/ubuntu feisty screenlets
sorcererx84
May 23rd, 2007, 12:18 PM
Updated the repository address and added uninstall instructions. Please update your sources.list!
DARKGuy
September 23rd, 2007, 10:59 PM
screenlets-tray doesn't seem to be working... when I run "screenletsd start" all I get is:
Screenletsd isn't used for starting screenlets anymore. Please use the new 'screenlets-manager' or start each Screenlet individually from now on.
And when I run screenlets-manager, it says there's an error about the daemon not being initialized and that some widgets may not work or be started, so I get no screenlets at all.
Any help? distro is Ubuntu 7.04 x64
benhur99ph
September 28th, 2007, 01:56 PM
Okay. So I had a problem installing screenlets using the repo:
deb http://hendrik.kaju.pri.ee/ubuntu feisty screenlets
There is always an error saying no GPG found or something.
I found an easier way. To all those having problems with the said repo, try this: (Ubuntu Feisty)
1.) On the terminal, type sudo gedit /etc/apt/sources.list
2.) Add this line: deb http://download.tuxfamily.org/screenlets feisty screenlets
3.) Save and exit sources.list
4.) On the terminal, type: sudo apt-get update
5.) Then type: sudo apt-get install screenlets
6.) Then when its done go to System>Preferences>Screenlets
7.) Choose your desired screenlets
If you want to hide your screenlets use the "Widget Layer" in compiz and right-click on a screenlet and select "window" then choose "widget". Now the screenlets will hide and only show when you activate the "Widget Layer" (F9).
Hope this helps.
elcasey
October 1st, 2007, 08:59 AM
Is that some really old version of screenlets from the TuxFamily repo? There was a seriously curtailed list of themes for the Clock screenlet and no Weather screenlet at all. What gives?
Whise
October 1st, 2007, 02:32 PM
heres some more
http://gnome-look.org/index.php?xsortmode=down&page=0&xcontentmode=165
skattman83
October 2nd, 2007, 10:05 AM
Okay. So I had a problem installing screenlets using the repo:
deb http://hendrik.kaju.pri.ee/ubuntu feisty screenlets
There is always an error saying no GPG found or something.
I found an easier way. To all those having problems with the said repo, try this: (Ubuntu Feisty)
1.) On the terminal, type sudo gedit /etc/apt/sources.list
2.) Add this line: deb http://download.tuxfamily.org/screenlets feisty screenlets
3.) Save and exit sources.list
4.) On the terminal, type: sudo apt-get update
5.) Then type: sudo apt-get install screenlets
6.) Then when its done go to System>Preferences>Screenlets
7.) Choose your desired screenlets
If you want to hide your screenlets use the "Widget Layer" in compiz and right-click on a screenlet and select "window" then choose "widget". Now the screenlets will hide and only show when you activate the "Widget Layer" (F9).
Hope this helps.
I followed this, but when I log in, the screenlets crash compiz. I installed compiz-extra to provide the widget layer functionality. When the computer starts, the widgets come up with a black border, but if i disable/re-enable desktop effects, the widgets disappear and they only reappear if I press F9. Is anyone else experiencing this problem?
rmfought
October 14th, 2007, 09:43 AM
Okay. So I had a problem installing screenlets using the repo:
deb http://hendrik.kaju.pri.ee/ubuntu feisty screenlets
There is always an error saying no GPG found or something.
I found an easier way. To all those having problems with the said repo, try this: (Ubuntu Feisty)
1.) On the terminal, type sudo gedit /etc/apt/sources.list
2.) Add this line: deb http://download.tuxfamily.org/screenlets feisty screenlets
3.) Save and exit sources.list
4.) On the terminal, type: sudo apt-get update
5.) Then type: sudo apt-get install screenlets
6.) Then when its done go to System>Preferences>Screenlets
7.) Choose your desired screenlets
If you want to hide your screenlets use the "Widget Layer" in compiz and right-click on a screenlet and select "window" then choose "widget". Now the screenlets will hide and only show when you activate the "Widget Layer" (F9).
Hope this helps.
MIght want to add the GPG key download command to this list:
wget http://download.tuxfamily.org/screenlets/hendrikkaju.gpg -O- | sudo apt-key add -
I get an error on startup, "Unable to connect or launch daemon. Some values may be displayed incorrectly." The clock doesn't work for me, just blank. The picture frame image load screen does not show jpgs, and hangs when I try to select an image. So far, works great! LOL
lunamystry
October 21st, 2007, 06:19 AM
Uhm... How do I solve this?
Fetched 41.1kB in 7s (5693B/s)
Reading package lists... Done
W: GPG error: http://hendrik.kaju.pri.ee gutsy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 3C33E735F854AFD7
W: GPG error: http://archive.ubuntu.com gutsy-updates Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
W: You may want to run apt-get update to correct these problems
lunamystry@michelle:~$
I added this: deb http://hendrik.kaju.pri.ee/ubuntu gutsy screenlets
to my source list and then tried t get the key wget http://hendrik.kaju.pri.ee/ubuntu/F854AFD7.gpg -O- | sudo apt-key add - && sudo apt-get update
I then tried to install screenlets but nothing. So I downloaded the tar and used make install but i don't know how to launch it if it is installed.
Naikei
October 22nd, 2007, 06:34 AM
http://www.screenlets.org/index.php/FAQ#Installation_instructions_for_Ubuntu_Edgy_Eft. 2FFeisty_Fawn.2FGutsy_Gibbon_users
The above link to instructions worked fine for me... Seems the official website is useful! Who would have thought?
yizuman
February 10th, 2008, 03:38 AM
Seems someone needs to rewrite the whole instruction on page one as none of it on this thread works.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.