OpenSolaris

Discussions Communities Projects Download Source Browser

Home » OpenSolaris Forums » OpenSolaris » discuss

Thread: uggestion for new project - new digital clock for gtk (gxclocks)

Welcome, Guest Help
Login Login
Guest Settings Guest Settings
Reply to this Thread Reply to this Thread Search Forum Search Forum Back to Thread List Back to Thread List

Permlink Replies: 5 - Last Post: Mar 1, 2009 1:12 AM by: dgwc1
darrenr

Posts: 2,060
From:

Registered: 6/8/05
uggestion for new project - new digital clock for gtk (gxclocks)
Posted: Feb 22, 2006 5:51 PM

  Click to reply to this thread Reply

Last year, being located in Beijing, I found it important to be aware
of what the time was not just locally but in almost half a dozen different
time zones as the people I was dealing during the week with were quite
well spread out.

This "problem" resulted in me hacking together a small digital clock
program at Sun that I'd like to share with others and allow people to
improve on (I can think of any number of nice things it could also do,
if time were there.)

At present I've no ambitions for including it in Solaris and as such is
being suggested as an independant project. My hope is that others
who often find themselves time-zone challenged will find it useful.

The ultimate goal of this would be to draw half a dozen clocks in a row
with city titles above them, like you see on many walls today....

Darren

chandan

Posts: 41
From:

Registered: 4/27/05
Re: suggestion for new project - new digital clock for gtk (gxclocks)
Posted: Feb 22, 2006 6:54 PM   in response to: darrenr

  Click to reply to this thread Reply

On Wed, 2006-02-22 at 17:51 -0800, Darren Reed wrote:

> The ultimate goal of this would be to draw half a dozen clocks in a row
> with city titles above them, like you see on many walls today....

JDS clock applet already does this, in the preferences
you can select multiple timzones.

If you prefer a CLI, you can run zdump(1) eg.

$ zdump US/Pacific GMT Asia/Calcutta

and if you want it in a GUI popup, (that can be launched from panel)
pipe it to zenity (similar to JDS clock applet)

zdump US/Pacific GMT Asia/Calcutta|zenity --list --column timezones

-Chandan



_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss at opensolaris dot org



darrenr

Posts: 2,060
From:

Registered: 6/8/05
Re: suggestion for new project - new digital clock for gtk (gxclocks)
Posted: Feb 23, 2006 1:24 PM   in response to: chandan

  Click to reply to this thread Reply

Chandan B.N. wrote:

>On Wed, 2006-02-22 at 17:51 -0800, Darren Reed wrote:
>
>
>
>>The ultimate goal of this would be to draw half a dozen clocks in a row
>>with city titles above them, like you see on many walls today....
>>
>>
>
>JDS clock applet already does this, in the preferences
>you can select multiple timzones.
>
>

What I don't like about the JDS clock:

1) this doesn't let me input a date and time for 5pm Burlington on the
23rd of February and know what date and time it is in all of the other
parts of the world I'm interested in.

2) it doesn't appear to be geared towards achieving the wall clock with
hands look.

Darren

_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss at opensolaris dot org



calumb

Posts: 986
From: IE

Registered: 7/14/05
Re: suggestion for new project - new digital clock for gtk (gxclocks)
Posted: Feb 24, 2006 7:16 AM   in response to: darrenr

  Click to reply to this thread Reply


On 23 Feb 2006, at 21:24, Darren Reed wrote:

> Chandan B.N. wrote:
>
>> On Wed, 2006-02-22 at 17:51 -0800, Darren Reed wrote:
>>
>>
>>> The ultimate goal of this would be to draw half a dozen clocks in
>>> a row
>>> with city titles above them, like you see on many walls today....
>>>
>>
>> JDS clock applet already does this, in the preferences you can
>> select multiple timzones.
>>
>
> What I don't like about the JDS clock:
>
> 1) this doesn't let me input a date and time for 5pm Burlington on
> the 23rd of February and know what date and time it is in all of
> the other parts of the world I'm interested in.

That's what http://timeanddate.com is for... you could even look at
the URLs produced by http://timeanddate.com/worldclock/fixedform.html
and customise the JDS web search applet to plug in the appropriate
values :)

Seriously though, it's a good feature request.

> 2) it doesn't appear to be geared towards achieving the wall clock
> with hands look.

It's not, but there a number of other GNOME clocks around that will
do that particular job, e.g. see http://www.joachim-breitner.de/blog/
archives/123-Analog-Clock-for-the-Gnome-Panel.html. (Whether or not
there's one that'll also do the timezone thing, I don't know off-hand).

Cheeri,
Calum.

--
CALUM BENSON, Usability Engineer Sun Microsystems Ireland
mailto:calum dot benson at sun dot com Java Desktop System Team
http://blogs.sun.com/calum +353 1 819 9771

Any opinions are personal and not necessarily those of Sun Microsystems

_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss at opensolaris dot org



darrenr

Posts: 2,060
From:

Registered: 6/8/05
Re: suggestion for new project - new digital clock for gtk (gxclocks)
Posted: Feb 24, 2006 11:12 AM   in response to: calumb

  Click to reply to this thread Reply

Calum Benson wrote:

>
> On 23 Feb 2006, at 21:24, Darren Reed wrote:
>
>> Chandan B.N. wrote:
>>
>>> On Wed, 2006-02-22 at 17:51 -0800, Darren Reed wrote:
>>>
>>>
>>>> The ultimate goal of this would be to draw half a dozen clocks in
>>>> a row
>>>> with city titles above them, like you see on many walls today....
>>>>
>>>
>>> JDS clock applet already does this, in the preferences you can
>>> select multiple timzones.
>>>
>>
>> What I don't like about the JDS clock:
>>
>> 1) this doesn't let me input a date and time for 5pm Burlington on
>> the 23rd of February and know what date and time it is in all of the
>> other parts of the world I'm interested in.
>
>
> That's what http://timeanddate.com is for... you could even look at
> the URLs produced by http://timeanddate.com/worldclock/fixedform.html
> and customise the JDS web search applet to plug in the appropriate
> values :)
>
> Seriously though, it's a good feature request.


Needing to open up a web browser to do this is overkill, not to mention
that using this as a "solution" ties me to needing connectivity to the
Internet and that web site being up.

[...other clock deleted...]

Yes, there are other clock things around, some I knew about, some I
didn't...and none of them seem to do everything that I'd like to see done.

Darren

_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss at opensolaris dot org



dgwc1

Posts: 1
From:

Registered: 3/1/09
Re: uggestion for new project - new digital clock for gtk (gxclocks)
Posted: Mar 1, 2009 1:12 AM   in response to: darrenr
To: OpenSolaris » discuss
  Click to reply to this thread Reply

Just ran into the same problem and this thread helped a lot.

-----------------
Wayne Daly
http://digitalwallclock.biz




Terms of Use | Privacy | Trademarks | Copyright Policy | Site Guidelines
Your use of this web site or any of its content or software indicates your agreement to be bound by these Terms of Use.
Copyright © 1995-2005 Sun Microsystems, Inc.