PDA

View Full Version : How do I put an analog clock on desktop?


dude1234
June 14th, 2007, 11:04 PM
I saw a ubuntu picture with a rather classic looking analog clock on the desktop.

Can anyone tell me how to do this? Many thanks.

borris.morris
June 14th, 2007, 11:31 PM
You would probably need XGL or the like to do this. It would most likely be a clock screen saver running as a background. You're going to need a fairly decent card to do this.

Nythain
June 14th, 2007, 11:39 PM
gDesklets and Superkaramba both have clocks (well i THINK gDesklets does, i havent used it so im not 100% sure, but im about 95% sure)

gDesklets for gnome, Superkaramba for KDE

andrewsomething
June 14th, 2007, 11:54 PM
gDesklets has an analog clock, using it right now. You can get gDesklets right from the Add/Remove Programs menu. Very easy to use...

-Andrew

andrewsomething
June 14th, 2007, 11:56 PM
Ha! I never would have realized the the wrong album cover is on that if Amarock hadn't popped up right when I took the screen shot...

-Andrew

dude1234
June 16th, 2007, 10:38 PM
Guys, this appears to be a regular thing with Ubuntu. I had a look at installing the gDesklets program with the GUI, but it wasn't there. So I used the terminal "sudo apt-get gDesklets" and that didn't work either. So I used an internet search and found the gDesklets website. Then I found the download for the clockxxx.tar.gz file. Downloaded that to my HDD. Then I found some notes where it says that typically software can be installed from the source files, so I followed the process like so:-
sudo aptitude update (that worked)
sudo aptitude install build essential (that worked)
tar xzvf clockxxx.tar.gz (that worked)
cd clockxxxx (that worked)
./configure (that worked)
make (no file specified cannot find file - stop.........????!!!)

Where do I go from here guys?

andrewsomething
June 17th, 2007, 01:50 PM
Strange, gDesklets is under Accessories in Add/Remove for me. Did you try searching for it in Synaptic?

I'm not sure if you can make the clock work without the rest of the gDesklets program. The gDesklets (http://www.gdesklets.org/) website has the program for download, and that should include the clock as well as some other desklets. Here (http://www.gdesklets.org/files/gDesklets-0.35.4.tar.bz2) is a direct link to the program.

happy-and-lost
June 17th, 2007, 02:43 PM
xclock if you're feeling old school

digital_exhaust
June 17th, 2007, 03:23 PM
It's in the Synaptic Package Manager.

At least that's where I found it...

steveneddy
June 17th, 2007, 03:26 PM
Cairo clock - in the repos

The box goes away when starting Beryl or Compiz

sudo apt-get install cairo-clock

This is my current desktop.

steveneddy
June 17th, 2007, 03:36 PM
@ andrewsomething - dude, you're gonna make me have to change my avatar now.

ChopperX
June 17th, 2007, 04:13 PM
Well i downloaded gDesklets and extracted it to my home folder. Whats next?

steveneddy
June 17th, 2007, 04:44 PM
gdesklets is in the repositories

sudo apt-get install gdesklets

ChopperX
June 17th, 2007, 10:55 PM
wheres the repositories so i can extract it there?

Sweet Mercury
June 17th, 2007, 11:09 PM
oki did that so how to i make one work?

If you installed from the repositories (the easiest way), then the shell is under Applications-->Accessories-->gDesklets.

The shell has to be running for the Desklets to be running as well. To have GNOME start it automatically, go to System-->Preferences-->Sessions Click New. In the Name Field, type a name for the startup command (I called it GDesklets), in the Command Field, type "gdesklets" (all lower case).

The analog clocks are in the Time/analog folder. Pick one you like!

steveneddy
June 17th, 2007, 11:32 PM
wheres the repositories so i can extract it there?

OK dude, let me explain a little.

Open a terminal and type or copy this there:

sudo apt-get install gdesklets

then hit Enter.

That's it.

Applications --> Accessories --> Terminal

And Synaptic is a GUI way of installing programs. It is at:

System --> Administration --> Synaptic Package Manager

If you click in the big window where the programs are, start typing for the name of the programs you are looking for, and it will search for you. Right click the application you want to install and then, on the top toolbar you will see a check mark with Apply. Click apply and it will install.

The programs that are already installed have the box already filled in.

Hope this helps.

steveneddy
June 17th, 2007, 11:39 PM
Look here (http://ubuntuguide.org/wiki/Ubuntu:Feisty#Apt.2C_Software_and_Package_Basics)

and here.

I assume you are using Feisty (http://ubuntuguide.org/wiki/Ubuntu:Feisty).

Please read this material because it will help you understand how to install and uninstall programs. Try to get programs and application from Synaptic or do the apt-get method.

raul_
June 17th, 2007, 11:42 PM
it's case sensitive...it's not gDesklets, but gdesklets

dude1234
June 25th, 2007, 12:27 AM
Problem solved for me when "raul" noted that it's gdesklets NOT gDesklets.

I still have no idea why it didn't show up in my repository. But it installed when I used

sudo apt-get install gdesklets