Clocks for multiple timezones in GNOME Shell
I looked everywhere but I couldn't find a way to display multiple clocks in GNOME 3. In classic GNOME and Unity, it is possible. Also, for some strange reason, additional timezones cannot be added to the clock using the time-date applet in classic GNOME. Any solutions?
gnome-shell time clock timezone
add a comment |
I looked everywhere but I couldn't find a way to display multiple clocks in GNOME 3. In classic GNOME and Unity, it is possible. Also, for some strange reason, additional timezones cannot be added to the clock using the time-date applet in classic GNOME. Any solutions?
gnome-shell time clock timezone
Isn't there a world clock app in software center?
– Naveen
Jun 1 '12 at 4:47
There are apps but nothing that can be viewed in a glance, you know.
– Ayan Kar
Jun 1 '12 at 4:58
This should be a generic question with different answers for each Ubuntu version, IMHO.
– tudor
Nov 20 '17 at 3:41
add a comment |
I looked everywhere but I couldn't find a way to display multiple clocks in GNOME 3. In classic GNOME and Unity, it is possible. Also, for some strange reason, additional timezones cannot be added to the clock using the time-date applet in classic GNOME. Any solutions?
gnome-shell time clock timezone
I looked everywhere but I couldn't find a way to display multiple clocks in GNOME 3. In classic GNOME and Unity, it is possible. Also, for some strange reason, additional timezones cannot be added to the clock using the time-date applet in classic GNOME. Any solutions?
gnome-shell time clock timezone
gnome-shell time clock timezone
edited Jun 22 '18 at 7:09
pomsky
33k11103135
33k11103135
asked Jun 1 '12 at 4:18
Ayan KarAyan Kar
96113
96113
Isn't there a world clock app in software center?
– Naveen
Jun 1 '12 at 4:47
There are apps but nothing that can be viewed in a glance, you know.
– Ayan Kar
Jun 1 '12 at 4:58
This should be a generic question with different answers for each Ubuntu version, IMHO.
– tudor
Nov 20 '17 at 3:41
add a comment |
Isn't there a world clock app in software center?
– Naveen
Jun 1 '12 at 4:47
There are apps but nothing that can be viewed in a glance, you know.
– Ayan Kar
Jun 1 '12 at 4:58
This should be a generic question with different answers for each Ubuntu version, IMHO.
– tudor
Nov 20 '17 at 3:41
Isn't there a world clock app in software center?
– Naveen
Jun 1 '12 at 4:47
Isn't there a world clock app in software center?
– Naveen
Jun 1 '12 at 4:47
There are apps but nothing that can be viewed in a glance, you know.
– Ayan Kar
Jun 1 '12 at 4:58
There are apps but nothing that can be viewed in a glance, you know.
– Ayan Kar
Jun 1 '12 at 4:58
This should be a generic question with different answers for each Ubuntu version, IMHO.
– tudor
Nov 20 '17 at 3:41
This should be a generic question with different answers for each Ubuntu version, IMHO.
– tudor
Nov 20 '17 at 3:41
add a comment |
9 Answers
9
active
oldest
votes
Some answers are outdated in this thread.
To install multiple clocks, you need gnome-clocks which is now available in the official repos.
(Note: The button above points to the snap store, which does have gnome-clocks
. But the snap application doesn't fully work on Ubuntu 18.04 LTS, the times don't show up.)
Or, to do it from the command line:
- Open a terminal(CtrlAltT)
- Fire
sudo apt install gnome-clocks
to grab them!
Logout and login after installing and it will appear in your notification menu.
+1 but OP looks for 12.04, which is still valid distro at the moment. I tried to install on Precise but the dependency isn't satisfied.
– IsaacS
Sep 29 '14 at 0:17
2
This also works in 17.10!
– tudor
Nov 20 '17 at 3:40
This "technically" works in 17.10, but it is a terrible, terrible application.
– Ivan Perez
Apr 5 '18 at 12:31
works on 18.04 as well
– Maduka Jayalath
May 28 '18 at 15:50
3
how could we add these clocks to the topbar someway..?
– Amol Pujari
May 30 '18 at 3:19
|
show 2 more comments
I found gnome-clocks on Launchpad. It can be installed with:
sudo apt-get update
sudo apt-get install gnome-clocks
As of 18.04 LTS. It looks like this:
which theme are you using here?
– doctorate
Aug 1 '18 at 19:23
add a comment |
Today there is MultiClock, a Gnome 3 Extension that puts another clock into your bar.
Really useful and allow multiple timezones.
- https://extensions.gnome.org/extension/605/multiclock/
- Source: https://github.com/mibus/MultiClock
Only drawback is you need to know how to edit JavaScript for its configuration:
gedit ~/.local/share/gnome-shell/extensions/MultiClock@mibus.org/extension.js
But it's not hard. In the file change the following variables according to your timezone parameters
const Timezones = {
'UTC': { hr: 0, min: 0, tzname: 'UTC' },
'Australia/Adelaide': { hr: 10, min: 30, tzname: 'ACDT' },
'Australia/Perth': { hr: 8, min: 0, tzname: 'WST' },
};
I think the correct file which has theTimezones
entries isextension.js
, notmetadata.json
. I have made an edit accordingly. Please check and reply.
– pomsky
Dec 6 '17 at 2:14
This extension sounds great but I got errors when editing the list and can't use it anymore. Had to move to something else.
– wranvaud
Jan 9 at 11:18
add a comment |
This GNOME extension called Top Bar Clocks lets the user add multiple clocks to the top bar.
1
This combined within installing gnome-clocks did exactly what I wanted. I added the clocks in the Gnome Clocks application and after a reboot top get the plugin working they were visible in the top bar.
– TafT
Jan 18 at 9:35
add a comment |
Have you tried the clock applet from the Screenlets? You can have multiple clocks set to different time zones.
You can install screenlet by doing sudo apt-get install screenlets in terminal.
You can add/remove individual clocks. And set individual/all clocks to autostart at login.
I've used screenlets before. They are not really stable. I would prefer having something integrated with the Gnome clock (or atleast that is on the panel). An extension perhaps.
– Ayan Kar
Jun 1 '12 at 4:56
Ok. It looks like the work is in progress. You can see the mockup here justinstories.wordpress.com/2011/05/26/…
– Abhijit N
Jun 1 '12 at 5:03
add a comment |
I use FoxClocks, which is an add-on for Firefox.
While it is not in Unity/Gnome, I normally have Firefox open anyhow.
add a comment |
I agree with the solutions posted above (specifically gnome-clocks). I just wanted to add one thing (and I do not have enough reputation to comment). You actually do not need to log out and log back in, it should be sufficient if you just restart gnome (ALT
+ F2
, type r
and [ENTER]
, your shell should restart and additional clocks should appear)
add a comment |
An extension that puts different clocks directly on the top bar is Panel Work Clock Lite. It appears to be well maintained as of the writing of this answer.
add a comment |
Timezone is a beautiful GNOME extension to see people with their timezones. More info see at the github-page.
1. Install the extension (when your GNOME Shell is ready for it)
2. Create a text-file with the name people.json
(*example code see below)
3. Place the file where you like.
4. Edit the settings of the extensions in Ubuntu Tweak or directly on the extension-page when you have the Firefox Gnome extension add-on and set where the json-file is placed, e.g. file:///home/USERNAME/people.json
.
5. Logout & login or Alt-F2 with command r
(or maybe a restart is needed)
*Example code for people.json:
[
{
"name": "California",
"avatar": "file:///home/USERNAME/Pictures/California.JPG",
"city": "Los Angeles",
"tz": "America/Los_Angeles"
},
{
"name": "Hans Pacquiao",
"avatar": "file:///home/cds/Pictures/Hans.JPG",
"city": "Indiana",
"tz": "America/Indiana/Knox"
},
{
"name": "Samar friends",
"avatar": "file:///home/USERNAME/Pictures/Samarfriends.ico",
"city": "Philippines",
"tz": "Asia/Manila"
}
]
For more time zones information, see wikipedia.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f144895%2fclocks-for-multiple-timezones-in-gnome-shell%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
9 Answers
9
active
oldest
votes
9 Answers
9
active
oldest
votes
active
oldest
votes
active
oldest
votes
Some answers are outdated in this thread.
To install multiple clocks, you need gnome-clocks which is now available in the official repos.
(Note: The button above points to the snap store, which does have gnome-clocks
. But the snap application doesn't fully work on Ubuntu 18.04 LTS, the times don't show up.)
Or, to do it from the command line:
- Open a terminal(CtrlAltT)
- Fire
sudo apt install gnome-clocks
to grab them!
Logout and login after installing and it will appear in your notification menu.
+1 but OP looks for 12.04, which is still valid distro at the moment. I tried to install on Precise but the dependency isn't satisfied.
– IsaacS
Sep 29 '14 at 0:17
2
This also works in 17.10!
– tudor
Nov 20 '17 at 3:40
This "technically" works in 17.10, but it is a terrible, terrible application.
– Ivan Perez
Apr 5 '18 at 12:31
works on 18.04 as well
– Maduka Jayalath
May 28 '18 at 15:50
3
how could we add these clocks to the topbar someway..?
– Amol Pujari
May 30 '18 at 3:19
|
show 2 more comments
Some answers are outdated in this thread.
To install multiple clocks, you need gnome-clocks which is now available in the official repos.
(Note: The button above points to the snap store, which does have gnome-clocks
. But the snap application doesn't fully work on Ubuntu 18.04 LTS, the times don't show up.)
Or, to do it from the command line:
- Open a terminal(CtrlAltT)
- Fire
sudo apt install gnome-clocks
to grab them!
Logout and login after installing and it will appear in your notification menu.
+1 but OP looks for 12.04, which is still valid distro at the moment. I tried to install on Precise but the dependency isn't satisfied.
– IsaacS
Sep 29 '14 at 0:17
2
This also works in 17.10!
– tudor
Nov 20 '17 at 3:40
This "technically" works in 17.10, but it is a terrible, terrible application.
– Ivan Perez
Apr 5 '18 at 12:31
works on 18.04 as well
– Maduka Jayalath
May 28 '18 at 15:50
3
how could we add these clocks to the topbar someway..?
– Amol Pujari
May 30 '18 at 3:19
|
show 2 more comments
Some answers are outdated in this thread.
To install multiple clocks, you need gnome-clocks which is now available in the official repos.
(Note: The button above points to the snap store, which does have gnome-clocks
. But the snap application doesn't fully work on Ubuntu 18.04 LTS, the times don't show up.)
Or, to do it from the command line:
- Open a terminal(CtrlAltT)
- Fire
sudo apt install gnome-clocks
to grab them!
Logout and login after installing and it will appear in your notification menu.
Some answers are outdated in this thread.
To install multiple clocks, you need gnome-clocks which is now available in the official repos.
(Note: The button above points to the snap store, which does have gnome-clocks
. But the snap application doesn't fully work on Ubuntu 18.04 LTS, the times don't show up.)
Or, to do it from the command line:
- Open a terminal(CtrlAltT)
- Fire
sudo apt install gnome-clocks
to grab them!
Logout and login after installing and it will appear in your notification menu.
edited Jun 22 '18 at 11:24
pomsky
33k11103135
33k11103135
answered Aug 18 '14 at 7:37
Lakshmi NarayananLakshmi Narayanan
29328
29328
+1 but OP looks for 12.04, which is still valid distro at the moment. I tried to install on Precise but the dependency isn't satisfied.
– IsaacS
Sep 29 '14 at 0:17
2
This also works in 17.10!
– tudor
Nov 20 '17 at 3:40
This "technically" works in 17.10, but it is a terrible, terrible application.
– Ivan Perez
Apr 5 '18 at 12:31
works on 18.04 as well
– Maduka Jayalath
May 28 '18 at 15:50
3
how could we add these clocks to the topbar someway..?
– Amol Pujari
May 30 '18 at 3:19
|
show 2 more comments
+1 but OP looks for 12.04, which is still valid distro at the moment. I tried to install on Precise but the dependency isn't satisfied.
– IsaacS
Sep 29 '14 at 0:17
2
This also works in 17.10!
– tudor
Nov 20 '17 at 3:40
This "technically" works in 17.10, but it is a terrible, terrible application.
– Ivan Perez
Apr 5 '18 at 12:31
works on 18.04 as well
– Maduka Jayalath
May 28 '18 at 15:50
3
how could we add these clocks to the topbar someway..?
– Amol Pujari
May 30 '18 at 3:19
+1 but OP looks for 12.04, which is still valid distro at the moment. I tried to install on Precise but the dependency isn't satisfied.
– IsaacS
Sep 29 '14 at 0:17
+1 but OP looks for 12.04, which is still valid distro at the moment. I tried to install on Precise but the dependency isn't satisfied.
– IsaacS
Sep 29 '14 at 0:17
2
2
This also works in 17.10!
– tudor
Nov 20 '17 at 3:40
This also works in 17.10!
– tudor
Nov 20 '17 at 3:40
This "technically" works in 17.10, but it is a terrible, terrible application.
– Ivan Perez
Apr 5 '18 at 12:31
This "technically" works in 17.10, but it is a terrible, terrible application.
– Ivan Perez
Apr 5 '18 at 12:31
works on 18.04 as well
– Maduka Jayalath
May 28 '18 at 15:50
works on 18.04 as well
– Maduka Jayalath
May 28 '18 at 15:50
3
3
how could we add these clocks to the topbar someway..?
– Amol Pujari
May 30 '18 at 3:19
how could we add these clocks to the topbar someway..?
– Amol Pujari
May 30 '18 at 3:19
|
show 2 more comments
I found gnome-clocks on Launchpad. It can be installed with:
sudo apt-get update
sudo apt-get install gnome-clocks
As of 18.04 LTS. It looks like this:
which theme are you using here?
– doctorate
Aug 1 '18 at 19:23
add a comment |
I found gnome-clocks on Launchpad. It can be installed with:
sudo apt-get update
sudo apt-get install gnome-clocks
As of 18.04 LTS. It looks like this:
which theme are you using here?
– doctorate
Aug 1 '18 at 19:23
add a comment |
I found gnome-clocks on Launchpad. It can be installed with:
sudo apt-get update
sudo apt-get install gnome-clocks
As of 18.04 LTS. It looks like this:
I found gnome-clocks on Launchpad. It can be installed with:
sudo apt-get update
sudo apt-get install gnome-clocks
As of 18.04 LTS. It looks like this:
edited Sep 14 '18 at 5:07
pomsky
33k11103135
33k11103135
answered Mar 19 '14 at 16:43
AlexandreAlexandre
8114
8114
which theme are you using here?
– doctorate
Aug 1 '18 at 19:23
add a comment |
which theme are you using here?
– doctorate
Aug 1 '18 at 19:23
which theme are you using here?
– doctorate
Aug 1 '18 at 19:23
which theme are you using here?
– doctorate
Aug 1 '18 at 19:23
add a comment |
Today there is MultiClock, a Gnome 3 Extension that puts another clock into your bar.
Really useful and allow multiple timezones.
- https://extensions.gnome.org/extension/605/multiclock/
- Source: https://github.com/mibus/MultiClock
Only drawback is you need to know how to edit JavaScript for its configuration:
gedit ~/.local/share/gnome-shell/extensions/MultiClock@mibus.org/extension.js
But it's not hard. In the file change the following variables according to your timezone parameters
const Timezones = {
'UTC': { hr: 0, min: 0, tzname: 'UTC' },
'Australia/Adelaide': { hr: 10, min: 30, tzname: 'ACDT' },
'Australia/Perth': { hr: 8, min: 0, tzname: 'WST' },
};
I think the correct file which has theTimezones
entries isextension.js
, notmetadata.json
. I have made an edit accordingly. Please check and reply.
– pomsky
Dec 6 '17 at 2:14
This extension sounds great but I got errors when editing the list and can't use it anymore. Had to move to something else.
– wranvaud
Jan 9 at 11:18
add a comment |
Today there is MultiClock, a Gnome 3 Extension that puts another clock into your bar.
Really useful and allow multiple timezones.
- https://extensions.gnome.org/extension/605/multiclock/
- Source: https://github.com/mibus/MultiClock
Only drawback is you need to know how to edit JavaScript for its configuration:
gedit ~/.local/share/gnome-shell/extensions/MultiClock@mibus.org/extension.js
But it's not hard. In the file change the following variables according to your timezone parameters
const Timezones = {
'UTC': { hr: 0, min: 0, tzname: 'UTC' },
'Australia/Adelaide': { hr: 10, min: 30, tzname: 'ACDT' },
'Australia/Perth': { hr: 8, min: 0, tzname: 'WST' },
};
I think the correct file which has theTimezones
entries isextension.js
, notmetadata.json
. I have made an edit accordingly. Please check and reply.
– pomsky
Dec 6 '17 at 2:14
This extension sounds great but I got errors when editing the list and can't use it anymore. Had to move to something else.
– wranvaud
Jan 9 at 11:18
add a comment |
Today there is MultiClock, a Gnome 3 Extension that puts another clock into your bar.
Really useful and allow multiple timezones.
- https://extensions.gnome.org/extension/605/multiclock/
- Source: https://github.com/mibus/MultiClock
Only drawback is you need to know how to edit JavaScript for its configuration:
gedit ~/.local/share/gnome-shell/extensions/MultiClock@mibus.org/extension.js
But it's not hard. In the file change the following variables according to your timezone parameters
const Timezones = {
'UTC': { hr: 0, min: 0, tzname: 'UTC' },
'Australia/Adelaide': { hr: 10, min: 30, tzname: 'ACDT' },
'Australia/Perth': { hr: 8, min: 0, tzname: 'WST' },
};
Today there is MultiClock, a Gnome 3 Extension that puts another clock into your bar.
Really useful and allow multiple timezones.
- https://extensions.gnome.org/extension/605/multiclock/
- Source: https://github.com/mibus/MultiClock
Only drawback is you need to know how to edit JavaScript for its configuration:
gedit ~/.local/share/gnome-shell/extensions/MultiClock@mibus.org/extension.js
But it's not hard. In the file change the following variables according to your timezone parameters
const Timezones = {
'UTC': { hr: 0, min: 0, tzname: 'UTC' },
'Australia/Adelaide': { hr: 10, min: 30, tzname: 'ACDT' },
'Australia/Perth': { hr: 8, min: 0, tzname: 'WST' },
};
edited Dec 6 '17 at 2:00
pomsky
33k11103135
33k11103135
answered Jun 14 '13 at 1:56
Thiago MacedoThiago Macedo
29948
29948
I think the correct file which has theTimezones
entries isextension.js
, notmetadata.json
. I have made an edit accordingly. Please check and reply.
– pomsky
Dec 6 '17 at 2:14
This extension sounds great but I got errors when editing the list and can't use it anymore. Had to move to something else.
– wranvaud
Jan 9 at 11:18
add a comment |
I think the correct file which has theTimezones
entries isextension.js
, notmetadata.json
. I have made an edit accordingly. Please check and reply.
– pomsky
Dec 6 '17 at 2:14
This extension sounds great but I got errors when editing the list and can't use it anymore. Had to move to something else.
– wranvaud
Jan 9 at 11:18
I think the correct file which has the
Timezones
entries is extension.js
, not metadata.json
. I have made an edit accordingly. Please check and reply.– pomsky
Dec 6 '17 at 2:14
I think the correct file which has the
Timezones
entries is extension.js
, not metadata.json
. I have made an edit accordingly. Please check and reply.– pomsky
Dec 6 '17 at 2:14
This extension sounds great but I got errors when editing the list and can't use it anymore. Had to move to something else.
– wranvaud
Jan 9 at 11:18
This extension sounds great but I got errors when editing the list and can't use it anymore. Had to move to something else.
– wranvaud
Jan 9 at 11:18
add a comment |
This GNOME extension called Top Bar Clocks lets the user add multiple clocks to the top bar.
1
This combined within installing gnome-clocks did exactly what I wanted. I added the clocks in the Gnome Clocks application and after a reboot top get the plugin working they were visible in the top bar.
– TafT
Jan 18 at 9:35
add a comment |
This GNOME extension called Top Bar Clocks lets the user add multiple clocks to the top bar.
1
This combined within installing gnome-clocks did exactly what I wanted. I added the clocks in the Gnome Clocks application and after a reboot top get the plugin working they were visible in the top bar.
– TafT
Jan 18 at 9:35
add a comment |
This GNOME extension called Top Bar Clocks lets the user add multiple clocks to the top bar.
This GNOME extension called Top Bar Clocks lets the user add multiple clocks to the top bar.
answered Oct 9 '18 at 19:33
pomskypomsky
33k11103135
33k11103135
1
This combined within installing gnome-clocks did exactly what I wanted. I added the clocks in the Gnome Clocks application and after a reboot top get the plugin working they were visible in the top bar.
– TafT
Jan 18 at 9:35
add a comment |
1
This combined within installing gnome-clocks did exactly what I wanted. I added the clocks in the Gnome Clocks application and after a reboot top get the plugin working they were visible in the top bar.
– TafT
Jan 18 at 9:35
1
1
This combined within installing gnome-clocks did exactly what I wanted. I added the clocks in the Gnome Clocks application and after a reboot top get the plugin working they were visible in the top bar.
– TafT
Jan 18 at 9:35
This combined within installing gnome-clocks did exactly what I wanted. I added the clocks in the Gnome Clocks application and after a reboot top get the plugin working they were visible in the top bar.
– TafT
Jan 18 at 9:35
add a comment |
Have you tried the clock applet from the Screenlets? You can have multiple clocks set to different time zones.
You can install screenlet by doing sudo apt-get install screenlets in terminal.
You can add/remove individual clocks. And set individual/all clocks to autostart at login.
I've used screenlets before. They are not really stable. I would prefer having something integrated with the Gnome clock (or atleast that is on the panel). An extension perhaps.
– Ayan Kar
Jun 1 '12 at 4:56
Ok. It looks like the work is in progress. You can see the mockup here justinstories.wordpress.com/2011/05/26/…
– Abhijit N
Jun 1 '12 at 5:03
add a comment |
Have you tried the clock applet from the Screenlets? You can have multiple clocks set to different time zones.
You can install screenlet by doing sudo apt-get install screenlets in terminal.
You can add/remove individual clocks. And set individual/all clocks to autostart at login.
I've used screenlets before. They are not really stable. I would prefer having something integrated with the Gnome clock (or atleast that is on the panel). An extension perhaps.
– Ayan Kar
Jun 1 '12 at 4:56
Ok. It looks like the work is in progress. You can see the mockup here justinstories.wordpress.com/2011/05/26/…
– Abhijit N
Jun 1 '12 at 5:03
add a comment |
Have you tried the clock applet from the Screenlets? You can have multiple clocks set to different time zones.
You can install screenlet by doing sudo apt-get install screenlets in terminal.
You can add/remove individual clocks. And set individual/all clocks to autostart at login.
Have you tried the clock applet from the Screenlets? You can have multiple clocks set to different time zones.
You can install screenlet by doing sudo apt-get install screenlets in terminal.
You can add/remove individual clocks. And set individual/all clocks to autostart at login.
answered Jun 1 '12 at 4:52
Abhijit NAbhijit N
4441621
4441621
I've used screenlets before. They are not really stable. I would prefer having something integrated with the Gnome clock (or atleast that is on the panel). An extension perhaps.
– Ayan Kar
Jun 1 '12 at 4:56
Ok. It looks like the work is in progress. You can see the mockup here justinstories.wordpress.com/2011/05/26/…
– Abhijit N
Jun 1 '12 at 5:03
add a comment |
I've used screenlets before. They are not really stable. I would prefer having something integrated with the Gnome clock (or atleast that is on the panel). An extension perhaps.
– Ayan Kar
Jun 1 '12 at 4:56
Ok. It looks like the work is in progress. You can see the mockup here justinstories.wordpress.com/2011/05/26/…
– Abhijit N
Jun 1 '12 at 5:03
I've used screenlets before. They are not really stable. I would prefer having something integrated with the Gnome clock (or atleast that is on the panel). An extension perhaps.
– Ayan Kar
Jun 1 '12 at 4:56
I've used screenlets before. They are not really stable. I would prefer having something integrated with the Gnome clock (or atleast that is on the panel). An extension perhaps.
– Ayan Kar
Jun 1 '12 at 4:56
Ok. It looks like the work is in progress. You can see the mockup here justinstories.wordpress.com/2011/05/26/…
– Abhijit N
Jun 1 '12 at 5:03
Ok. It looks like the work is in progress. You can see the mockup here justinstories.wordpress.com/2011/05/26/…
– Abhijit N
Jun 1 '12 at 5:03
add a comment |
I use FoxClocks, which is an add-on for Firefox.
While it is not in Unity/Gnome, I normally have Firefox open anyhow.
add a comment |
I use FoxClocks, which is an add-on for Firefox.
While it is not in Unity/Gnome, I normally have Firefox open anyhow.
add a comment |
I use FoxClocks, which is an add-on for Firefox.
While it is not in Unity/Gnome, I normally have Firefox open anyhow.
I use FoxClocks, which is an add-on for Firefox.
While it is not in Unity/Gnome, I normally have Firefox open anyhow.
answered Jun 1 '12 at 7:01
david6david6
13.7k43145
13.7k43145
add a comment |
add a comment |
I agree with the solutions posted above (specifically gnome-clocks). I just wanted to add one thing (and I do not have enough reputation to comment). You actually do not need to log out and log back in, it should be sufficient if you just restart gnome (ALT
+ F2
, type r
and [ENTER]
, your shell should restart and additional clocks should appear)
add a comment |
I agree with the solutions posted above (specifically gnome-clocks). I just wanted to add one thing (and I do not have enough reputation to comment). You actually do not need to log out and log back in, it should be sufficient if you just restart gnome (ALT
+ F2
, type r
and [ENTER]
, your shell should restart and additional clocks should appear)
add a comment |
I agree with the solutions posted above (specifically gnome-clocks). I just wanted to add one thing (and I do not have enough reputation to comment). You actually do not need to log out and log back in, it should be sufficient if you just restart gnome (ALT
+ F2
, type r
and [ENTER]
, your shell should restart and additional clocks should appear)
I agree with the solutions posted above (specifically gnome-clocks). I just wanted to add one thing (and I do not have enough reputation to comment). You actually do not need to log out and log back in, it should be sufficient if you just restart gnome (ALT
+ F2
, type r
and [ENTER]
, your shell should restart and additional clocks should appear)
answered Feb 27 at 17:30
BecquerelBecquerel
111
111
add a comment |
add a comment |
An extension that puts different clocks directly on the top bar is Panel Work Clock Lite. It appears to be well maintained as of the writing of this answer.
add a comment |
An extension that puts different clocks directly on the top bar is Panel Work Clock Lite. It appears to be well maintained as of the writing of this answer.
add a comment |
An extension that puts different clocks directly on the top bar is Panel Work Clock Lite. It appears to be well maintained as of the writing of this answer.
An extension that puts different clocks directly on the top bar is Panel Work Clock Lite. It appears to be well maintained as of the writing of this answer.
answered Aug 31 '18 at 8:50
vanadiumvanadium
7,35811532
7,35811532
add a comment |
add a comment |
Timezone is a beautiful GNOME extension to see people with their timezones. More info see at the github-page.
1. Install the extension (when your GNOME Shell is ready for it)
2. Create a text-file with the name people.json
(*example code see below)
3. Place the file where you like.
4. Edit the settings of the extensions in Ubuntu Tweak or directly on the extension-page when you have the Firefox Gnome extension add-on and set where the json-file is placed, e.g. file:///home/USERNAME/people.json
.
5. Logout & login or Alt-F2 with command r
(or maybe a restart is needed)
*Example code for people.json:
[
{
"name": "California",
"avatar": "file:///home/USERNAME/Pictures/California.JPG",
"city": "Los Angeles",
"tz": "America/Los_Angeles"
},
{
"name": "Hans Pacquiao",
"avatar": "file:///home/cds/Pictures/Hans.JPG",
"city": "Indiana",
"tz": "America/Indiana/Knox"
},
{
"name": "Samar friends",
"avatar": "file:///home/USERNAME/Pictures/Samarfriends.ico",
"city": "Philippines",
"tz": "Asia/Manila"
}
]
For more time zones information, see wikipedia.
add a comment |
Timezone is a beautiful GNOME extension to see people with their timezones. More info see at the github-page.
1. Install the extension (when your GNOME Shell is ready for it)
2. Create a text-file with the name people.json
(*example code see below)
3. Place the file where you like.
4. Edit the settings of the extensions in Ubuntu Tweak or directly on the extension-page when you have the Firefox Gnome extension add-on and set where the json-file is placed, e.g. file:///home/USERNAME/people.json
.
5. Logout & login or Alt-F2 with command r
(or maybe a restart is needed)
*Example code for people.json:
[
{
"name": "California",
"avatar": "file:///home/USERNAME/Pictures/California.JPG",
"city": "Los Angeles",
"tz": "America/Los_Angeles"
},
{
"name": "Hans Pacquiao",
"avatar": "file:///home/cds/Pictures/Hans.JPG",
"city": "Indiana",
"tz": "America/Indiana/Knox"
},
{
"name": "Samar friends",
"avatar": "file:///home/USERNAME/Pictures/Samarfriends.ico",
"city": "Philippines",
"tz": "Asia/Manila"
}
]
For more time zones information, see wikipedia.
add a comment |
Timezone is a beautiful GNOME extension to see people with their timezones. More info see at the github-page.
1. Install the extension (when your GNOME Shell is ready for it)
2. Create a text-file with the name people.json
(*example code see below)
3. Place the file where you like.
4. Edit the settings of the extensions in Ubuntu Tweak or directly on the extension-page when you have the Firefox Gnome extension add-on and set where the json-file is placed, e.g. file:///home/USERNAME/people.json
.
5. Logout & login or Alt-F2 with command r
(or maybe a restart is needed)
*Example code for people.json:
[
{
"name": "California",
"avatar": "file:///home/USERNAME/Pictures/California.JPG",
"city": "Los Angeles",
"tz": "America/Los_Angeles"
},
{
"name": "Hans Pacquiao",
"avatar": "file:///home/cds/Pictures/Hans.JPG",
"city": "Indiana",
"tz": "America/Indiana/Knox"
},
{
"name": "Samar friends",
"avatar": "file:///home/USERNAME/Pictures/Samarfriends.ico",
"city": "Philippines",
"tz": "Asia/Manila"
}
]
For more time zones information, see wikipedia.
Timezone is a beautiful GNOME extension to see people with their timezones. More info see at the github-page.
1. Install the extension (when your GNOME Shell is ready for it)
2. Create a text-file with the name people.json
(*example code see below)
3. Place the file where you like.
4. Edit the settings of the extensions in Ubuntu Tweak or directly on the extension-page when you have the Firefox Gnome extension add-on and set where the json-file is placed, e.g. file:///home/USERNAME/people.json
.
5. Logout & login or Alt-F2 with command r
(or maybe a restart is needed)
*Example code for people.json:
[
{
"name": "California",
"avatar": "file:///home/USERNAME/Pictures/California.JPG",
"city": "Los Angeles",
"tz": "America/Los_Angeles"
},
{
"name": "Hans Pacquiao",
"avatar": "file:///home/cds/Pictures/Hans.JPG",
"city": "Indiana",
"tz": "America/Indiana/Knox"
},
{
"name": "Samar friends",
"avatar": "file:///home/USERNAME/Pictures/Samarfriends.ico",
"city": "Philippines",
"tz": "Asia/Manila"
}
]
For more time zones information, see wikipedia.
answered Sep 16 '18 at 13:41
FilbuntuFilbuntu
2,939144774
2,939144774
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f144895%2fclocks-for-multiple-timezones-in-gnome-shell%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Isn't there a world clock app in software center?
– Naveen
Jun 1 '12 at 4:47
There are apps but nothing that can be viewed in a glance, you know.
– Ayan Kar
Jun 1 '12 at 4:58
This should be a generic question with different answers for each Ubuntu version, IMHO.
– tudor
Nov 20 '17 at 3:41