How to show seconds on the clock in GNOME 3?
Is it possible to show the seconds on the clock in GNOME 3?
gnome time clock
add a comment |
Is it possible to show the seconds on the clock in GNOME 3?
gnome time clock
add a comment |
Is it possible to show the seconds on the clock in GNOME 3?
gnome time clock
Is it possible to show the seconds on the clock in GNOME 3?
gnome time clock
gnome time clock
edited May 2 '11 at 20:47
user931
asked May 2 '11 at 20:37
Riki137Riki137
8313915
8313915
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
Not sure when this path changed, but as of Ubuntu 13.04 the seconds display can be set in the terminal with:
gsettings set org.gnome.desktop.interface clock-show-seconds true
To turn seconds display off:
gsettings set org.gnome.desktop.interface clock-show-seconds false
and checked with:
gsettings get org.gnome.desktop.interface clock-show-seconds
2
For those who prefer the GUI way, @MichelSamia gives another answer based on gnome-tweak-tool
– Didier L
Jun 16 '17 at 17:28
3
Still works in Ubuntu 18.04 LTS, thanks!
– pzrq
May 12 '18 at 5:02
At first it did not work on my Debian 9. It gave:(process:23119): dconf-WARNING **: failed to commit changes to dconf: Cannot autolaunch D-Bus without X11 $DISPLAY
. I checked the value of$DISPLAY
and it was blank! So I started a new terminal,$DISPLAY
was:0
and this time it worked.
– Gabriel Devillers
Nov 14 '18 at 16:01
add a comment |
GUI way:
- launch gnome-tweak-tool, sometimes called Advanced Settings
- click the Top Bar menu
- enable Show seconds
add a comment |
Yes, run this command in a Terminal:
gsettings set org.gnome.shell.clock show-seconds true
And you can verify with:
gsettings get org.gnome.shell.clock show-seconds
Or you can install dconf-tools and use dconf-editor
to browse to org.gnome.shell.clock
Did any updates change this path? Or it could be related that I'm not using ubuntu?
– RSFalcon7
Oct 15 '13 at 19:06
@RSFalcon7 if you are not using Ubuntu you are on the wrong site.
– Thomas Ward♦
Nov 14 '13 at 21:03
1
@ThomasW. I just think it is quite pointless to start another discussion with the exact same topic has this one in Unix.SE, because GNOME 3 is the same everywhere... Anyway this is not on topic here
– RSFalcon7
Nov 15 '13 at 10:42
No such schema 'org.gnome.shell.clock' →gsettings set org.gnome.desktop.interface clock-show-seconds true
– Dereckson
Jun 4 '16 at 23:14
add a comment |
For MATE Desktop (the continuation and fork of GNOME 2 with GTK+ 3 support), you can achieve this using the graphical user interface (GUI)!
- Right-click on date and time:
- Go to
Preferences
- Now enable the
Show seconds
The end result:
Drink beer and Vote me up, cause it rocks!
add a comment |
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%2f39412%2fhow-to-show-seconds-on-the-clock-in-gnome-3%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Not sure when this path changed, but as of Ubuntu 13.04 the seconds display can be set in the terminal with:
gsettings set org.gnome.desktop.interface clock-show-seconds true
To turn seconds display off:
gsettings set org.gnome.desktop.interface clock-show-seconds false
and checked with:
gsettings get org.gnome.desktop.interface clock-show-seconds
2
For those who prefer the GUI way, @MichelSamia gives another answer based on gnome-tweak-tool
– Didier L
Jun 16 '17 at 17:28
3
Still works in Ubuntu 18.04 LTS, thanks!
– pzrq
May 12 '18 at 5:02
At first it did not work on my Debian 9. It gave:(process:23119): dconf-WARNING **: failed to commit changes to dconf: Cannot autolaunch D-Bus without X11 $DISPLAY
. I checked the value of$DISPLAY
and it was blank! So I started a new terminal,$DISPLAY
was:0
and this time it worked.
– Gabriel Devillers
Nov 14 '18 at 16:01
add a comment |
Not sure when this path changed, but as of Ubuntu 13.04 the seconds display can be set in the terminal with:
gsettings set org.gnome.desktop.interface clock-show-seconds true
To turn seconds display off:
gsettings set org.gnome.desktop.interface clock-show-seconds false
and checked with:
gsettings get org.gnome.desktop.interface clock-show-seconds
2
For those who prefer the GUI way, @MichelSamia gives another answer based on gnome-tweak-tool
– Didier L
Jun 16 '17 at 17:28
3
Still works in Ubuntu 18.04 LTS, thanks!
– pzrq
May 12 '18 at 5:02
At first it did not work on my Debian 9. It gave:(process:23119): dconf-WARNING **: failed to commit changes to dconf: Cannot autolaunch D-Bus without X11 $DISPLAY
. I checked the value of$DISPLAY
and it was blank! So I started a new terminal,$DISPLAY
was:0
and this time it worked.
– Gabriel Devillers
Nov 14 '18 at 16:01
add a comment |
Not sure when this path changed, but as of Ubuntu 13.04 the seconds display can be set in the terminal with:
gsettings set org.gnome.desktop.interface clock-show-seconds true
To turn seconds display off:
gsettings set org.gnome.desktop.interface clock-show-seconds false
and checked with:
gsettings get org.gnome.desktop.interface clock-show-seconds
Not sure when this path changed, but as of Ubuntu 13.04 the seconds display can be set in the terminal with:
gsettings set org.gnome.desktop.interface clock-show-seconds true
To turn seconds display off:
gsettings set org.gnome.desktop.interface clock-show-seconds false
and checked with:
gsettings get org.gnome.desktop.interface clock-show-seconds
answered Nov 14 '13 at 20:51
user215860user215860
47652
47652
2
For those who prefer the GUI way, @MichelSamia gives another answer based on gnome-tweak-tool
– Didier L
Jun 16 '17 at 17:28
3
Still works in Ubuntu 18.04 LTS, thanks!
– pzrq
May 12 '18 at 5:02
At first it did not work on my Debian 9. It gave:(process:23119): dconf-WARNING **: failed to commit changes to dconf: Cannot autolaunch D-Bus without X11 $DISPLAY
. I checked the value of$DISPLAY
and it was blank! So I started a new terminal,$DISPLAY
was:0
and this time it worked.
– Gabriel Devillers
Nov 14 '18 at 16:01
add a comment |
2
For those who prefer the GUI way, @MichelSamia gives another answer based on gnome-tweak-tool
– Didier L
Jun 16 '17 at 17:28
3
Still works in Ubuntu 18.04 LTS, thanks!
– pzrq
May 12 '18 at 5:02
At first it did not work on my Debian 9. It gave:(process:23119): dconf-WARNING **: failed to commit changes to dconf: Cannot autolaunch D-Bus without X11 $DISPLAY
. I checked the value of$DISPLAY
and it was blank! So I started a new terminal,$DISPLAY
was:0
and this time it worked.
– Gabriel Devillers
Nov 14 '18 at 16:01
2
2
For those who prefer the GUI way, @MichelSamia gives another answer based on gnome-tweak-tool
– Didier L
Jun 16 '17 at 17:28
For those who prefer the GUI way, @MichelSamia gives another answer based on gnome-tweak-tool
– Didier L
Jun 16 '17 at 17:28
3
3
Still works in Ubuntu 18.04 LTS, thanks!
– pzrq
May 12 '18 at 5:02
Still works in Ubuntu 18.04 LTS, thanks!
– pzrq
May 12 '18 at 5:02
At first it did not work on my Debian 9. It gave:
(process:23119): dconf-WARNING **: failed to commit changes to dconf: Cannot autolaunch D-Bus without X11 $DISPLAY
. I checked the value of $DISPLAY
and it was blank! So I started a new terminal, $DISPLAY
was :0
and this time it worked.– Gabriel Devillers
Nov 14 '18 at 16:01
At first it did not work on my Debian 9. It gave:
(process:23119): dconf-WARNING **: failed to commit changes to dconf: Cannot autolaunch D-Bus without X11 $DISPLAY
. I checked the value of $DISPLAY
and it was blank! So I started a new terminal, $DISPLAY
was :0
and this time it worked.– Gabriel Devillers
Nov 14 '18 at 16:01
add a comment |
GUI way:
- launch gnome-tweak-tool, sometimes called Advanced Settings
- click the Top Bar menu
- enable Show seconds
add a comment |
GUI way:
- launch gnome-tweak-tool, sometimes called Advanced Settings
- click the Top Bar menu
- enable Show seconds
add a comment |
GUI way:
- launch gnome-tweak-tool, sometimes called Advanced Settings
- click the Top Bar menu
- enable Show seconds
GUI way:
- launch gnome-tweak-tool, sometimes called Advanced Settings
- click the Top Bar menu
- enable Show seconds
answered Sep 10 '15 at 10:30
Michel SamiaMichel Samia
45145
45145
add a comment |
add a comment |
Yes, run this command in a Terminal:
gsettings set org.gnome.shell.clock show-seconds true
And you can verify with:
gsettings get org.gnome.shell.clock show-seconds
Or you can install dconf-tools and use dconf-editor
to browse to org.gnome.shell.clock
Did any updates change this path? Or it could be related that I'm not using ubuntu?
– RSFalcon7
Oct 15 '13 at 19:06
@RSFalcon7 if you are not using Ubuntu you are on the wrong site.
– Thomas Ward♦
Nov 14 '13 at 21:03
1
@ThomasW. I just think it is quite pointless to start another discussion with the exact same topic has this one in Unix.SE, because GNOME 3 is the same everywhere... Anyway this is not on topic here
– RSFalcon7
Nov 15 '13 at 10:42
No such schema 'org.gnome.shell.clock' →gsettings set org.gnome.desktop.interface clock-show-seconds true
– Dereckson
Jun 4 '16 at 23:14
add a comment |
Yes, run this command in a Terminal:
gsettings set org.gnome.shell.clock show-seconds true
And you can verify with:
gsettings get org.gnome.shell.clock show-seconds
Or you can install dconf-tools and use dconf-editor
to browse to org.gnome.shell.clock
Did any updates change this path? Or it could be related that I'm not using ubuntu?
– RSFalcon7
Oct 15 '13 at 19:06
@RSFalcon7 if you are not using Ubuntu you are on the wrong site.
– Thomas Ward♦
Nov 14 '13 at 21:03
1
@ThomasW. I just think it is quite pointless to start another discussion with the exact same topic has this one in Unix.SE, because GNOME 3 is the same everywhere... Anyway this is not on topic here
– RSFalcon7
Nov 15 '13 at 10:42
No such schema 'org.gnome.shell.clock' →gsettings set org.gnome.desktop.interface clock-show-seconds true
– Dereckson
Jun 4 '16 at 23:14
add a comment |
Yes, run this command in a Terminal:
gsettings set org.gnome.shell.clock show-seconds true
And you can verify with:
gsettings get org.gnome.shell.clock show-seconds
Or you can install dconf-tools and use dconf-editor
to browse to org.gnome.shell.clock
Yes, run this command in a Terminal:
gsettings set org.gnome.shell.clock show-seconds true
And you can verify with:
gsettings get org.gnome.shell.clock show-seconds
Or you can install dconf-tools and use dconf-editor
to browse to org.gnome.shell.clock
edited Mar 11 '17 at 19:00
Community♦
1
1
answered May 2 '11 at 21:22
Jeremy BichaJeremy Bicha
6,38342343
6,38342343
Did any updates change this path? Or it could be related that I'm not using ubuntu?
– RSFalcon7
Oct 15 '13 at 19:06
@RSFalcon7 if you are not using Ubuntu you are on the wrong site.
– Thomas Ward♦
Nov 14 '13 at 21:03
1
@ThomasW. I just think it is quite pointless to start another discussion with the exact same topic has this one in Unix.SE, because GNOME 3 is the same everywhere... Anyway this is not on topic here
– RSFalcon7
Nov 15 '13 at 10:42
No such schema 'org.gnome.shell.clock' →gsettings set org.gnome.desktop.interface clock-show-seconds true
– Dereckson
Jun 4 '16 at 23:14
add a comment |
Did any updates change this path? Or it could be related that I'm not using ubuntu?
– RSFalcon7
Oct 15 '13 at 19:06
@RSFalcon7 if you are not using Ubuntu you are on the wrong site.
– Thomas Ward♦
Nov 14 '13 at 21:03
1
@ThomasW. I just think it is quite pointless to start another discussion with the exact same topic has this one in Unix.SE, because GNOME 3 is the same everywhere... Anyway this is not on topic here
– RSFalcon7
Nov 15 '13 at 10:42
No such schema 'org.gnome.shell.clock' →gsettings set org.gnome.desktop.interface clock-show-seconds true
– Dereckson
Jun 4 '16 at 23:14
Did any updates change this path? Or it could be related that I'm not using ubuntu?
– RSFalcon7
Oct 15 '13 at 19:06
Did any updates change this path? Or it could be related that I'm not using ubuntu?
– RSFalcon7
Oct 15 '13 at 19:06
@RSFalcon7 if you are not using Ubuntu you are on the wrong site.
– Thomas Ward♦
Nov 14 '13 at 21:03
@RSFalcon7 if you are not using Ubuntu you are on the wrong site.
– Thomas Ward♦
Nov 14 '13 at 21:03
1
1
@ThomasW. I just think it is quite pointless to start another discussion with the exact same topic has this one in Unix.SE, because GNOME 3 is the same everywhere... Anyway this is not on topic here
– RSFalcon7
Nov 15 '13 at 10:42
@ThomasW. I just think it is quite pointless to start another discussion with the exact same topic has this one in Unix.SE, because GNOME 3 is the same everywhere... Anyway this is not on topic here
– RSFalcon7
Nov 15 '13 at 10:42
No such schema 'org.gnome.shell.clock' →
gsettings set org.gnome.desktop.interface clock-show-seconds true
– Dereckson
Jun 4 '16 at 23:14
No such schema 'org.gnome.shell.clock' →
gsettings set org.gnome.desktop.interface clock-show-seconds true
– Dereckson
Jun 4 '16 at 23:14
add a comment |
For MATE Desktop (the continuation and fork of GNOME 2 with GTK+ 3 support), you can achieve this using the graphical user interface (GUI)!
- Right-click on date and time:
- Go to
Preferences
- Now enable the
Show seconds
The end result:
Drink beer and Vote me up, cause it rocks!
add a comment |
For MATE Desktop (the continuation and fork of GNOME 2 with GTK+ 3 support), you can achieve this using the graphical user interface (GUI)!
- Right-click on date and time:
- Go to
Preferences
- Now enable the
Show seconds
The end result:
Drink beer and Vote me up, cause it rocks!
add a comment |
For MATE Desktop (the continuation and fork of GNOME 2 with GTK+ 3 support), you can achieve this using the graphical user interface (GUI)!
- Right-click on date and time:
- Go to
Preferences
- Now enable the
Show seconds
The end result:
Drink beer and Vote me up, cause it rocks!
For MATE Desktop (the continuation and fork of GNOME 2 with GTK+ 3 support), you can achieve this using the graphical user interface (GUI)!
- Right-click on date and time:
- Go to
Preferences
- Now enable the
Show seconds
The end result:
Drink beer and Vote me up, cause it rocks!
edited Feb 21 at 16:43
clearkimura
4,28821958
4,28821958
answered Feb 21 '18 at 14:26
TechJSTechJS
1493
1493
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%2f39412%2fhow-to-show-seconds-on-the-clock-in-gnome-3%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