luxlcd
Posts: 57
Joined: Thu Mar 20, 2014 9:27 pm

desktop gadgets for RPi

Mon Sep 15, 2014 8:31 pm

Hi everyone
could anyone tell me how can i get a clock/digital or analog clock on RPi (B) desktop. like a gadget on windows. not the one which appears on bottom panel.

thnku so much.

User avatar
DougieLawson
Posts: 39304
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: desktop gadgets for RPi

Mon Sep 15, 2014 9:02 pm

sudo apt-get install x11-apps
xclock &
xclock -d -strftime %T -update 1 &

see
http://linux.die.net/man/1/xclock
for the full gory details.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

luxlcd
Posts: 57
Joined: Thu Mar 20, 2014 9:27 pm

Re: desktop gadgets for RPi

Mon Sep 15, 2014 9:18 pm

thnku so much!.
but why closing the terminal window closes the clock too?

any fixes for that.

thnku

User avatar
DougieLawson
Posts: 39304
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: desktop gadgets for RPi

Mon Sep 15, 2014 9:23 pm

luxlcd wrote:thnku so much!.
but why closing the terminal window closes the clock too?

any fixes for that.

thnku
You should be able to add a desktop icon to launch xclock.

Dr Google will help you find the method for doing that.

Hint: look at /home/pi/Desktop and examine some of the files with leafpad or nano or vi.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

luxlcd
Posts: 57
Joined: Thu Mar 20, 2014 9:27 pm

Re: desktop gadgets for RPi

Mon Sep 15, 2014 9:25 pm

i got it.
Thank you so much.

luxlcd
Posts: 57
Joined: Thu Mar 20, 2014 9:27 pm

Re: desktop gadgets for RPi

Mon Sep 15, 2014 9:40 pm

both RPi and xclock has wrong time. they dont even match with each other.

help please and thanku

User avatar
DougieLawson
Posts: 39304
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: desktop gadgets for RPi

Mon Sep 15, 2014 10:00 pm

luxlcd wrote:both RPi and xclock has wrong time. they dont even match with each other.

help please and thanku
sudo /etc/init.d/ntp stop
sudo ntpd -g -q
sudo /etc/init.d/ntp start
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

luxlcd
Posts: 57
Joined: Thu Mar 20, 2014 9:27 pm

Re: desktop gadgets for RPi

Tue Sep 16, 2014 2:33 pm

it didn't wokr. both showing different time.

help !!

luxlcd
Posts: 57
Joined: Thu Mar 20, 2014 9:27 pm

Re: desktop gadgets for RPi

Tue Sep 16, 2014 2:35 pm

my RPi itself is at wrong time. xclock is showing what RPi has. but its wrong.

User avatar
RaTTuS
Posts: 10563
Joined: Tue Nov 29, 2011 11:12 am
Location: North West UK
Contact: Twitter YouTube

Re: desktop gadgets for RPi

Tue Sep 16, 2014 2:41 pm

sudo raspi-config
and set your locale correct
How To ask Questions :- http://www.catb.org/esr/faqs/smart-questions.html
WARNING - some parts of this post may be erroneous YMMV

1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe

luxlcd
Posts: 57
Joined: Thu Mar 20, 2014 9:27 pm

Re: desktop gadgets for RPi

Tue Sep 16, 2014 2:46 pm

which option after that .. ?

overclock?


i am new user please help!

DirkS
Posts: 10371
Joined: Tue Jun 19, 2012 9:46 pm
Location: Essex, UK

Re: desktop gadgets for RPi

Tue Sep 16, 2014 2:48 pm

Internationalisation / Change Locale
Internationalisation / Change Timezone

luxlcd
Posts: 57
Joined: Thu Mar 20, 2014 9:27 pm

Re: desktop gadgets for RPi

Tue Sep 16, 2014 3:12 pm

Thank you so much !!

Return to “Beginners”