How to show seconds on the clock in GNOME 3?












43















Is it possible to show the seconds on the clock in GNOME 3?










share|improve this question





























    43















    Is it possible to show the seconds on the clock in GNOME 3?










    share|improve this question



























      43












      43








      43


      10






      Is it possible to show the seconds on the clock in GNOME 3?










      share|improve this question
















      Is it possible to show the seconds on the clock in GNOME 3?







      gnome time clock






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited May 2 '11 at 20:47







      user931

















      asked May 2 '11 at 20:37









      Riki137Riki137

      8313915




      8313915






















          4 Answers
          4






          active

          oldest

          votes


















          46














          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





          share|improve this answer



















          • 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



















          20














          GUI way:




          1. launch gnome-tweak-tool, sometimes called Advanced Settings

          2. click the Top Bar menu

          3. enable Show seconds






          share|improve this answer































            15














            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 Install dconf-tools and use dconf-editor to browse to org.gnome.shell.clock






            share|improve this answer


























            • 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





















            0














            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:
              enter image description here

            • Go to Preferences

            • Now enable the Show seconds
              enter image description here


            The end result:
            enter image description here



            Drink beer and Vote me up, cause it rocks!






            share|improve this answer


























              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
              });


              }
              });














              draft saved

              draft discarded


















              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









              46














              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





              share|improve this answer



















              • 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
















              46














              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





              share|improve this answer



















              • 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














              46












              46








              46







              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





              share|improve this answer













              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






              share|improve this answer












              share|improve this answer



              share|improve this answer










              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














              • 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













              20














              GUI way:




              1. launch gnome-tweak-tool, sometimes called Advanced Settings

              2. click the Top Bar menu

              3. enable Show seconds






              share|improve this answer




























                20














                GUI way:




                1. launch gnome-tweak-tool, sometimes called Advanced Settings

                2. click the Top Bar menu

                3. enable Show seconds






                share|improve this answer


























                  20












                  20








                  20







                  GUI way:




                  1. launch gnome-tweak-tool, sometimes called Advanced Settings

                  2. click the Top Bar menu

                  3. enable Show seconds






                  share|improve this answer













                  GUI way:




                  1. launch gnome-tweak-tool, sometimes called Advanced Settings

                  2. click the Top Bar menu

                  3. enable Show seconds







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Sep 10 '15 at 10:30









                  Michel SamiaMichel Samia

                  45145




                  45145























                      15














                      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 Install dconf-tools and use dconf-editor to browse to org.gnome.shell.clock






                      share|improve this answer


























                      • 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


















                      15














                      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 Install dconf-tools and use dconf-editor to browse to org.gnome.shell.clock






                      share|improve this answer


























                      • 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
















                      15












                      15








                      15







                      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 Install dconf-tools and use dconf-editor to browse to org.gnome.shell.clock






                      share|improve this answer















                      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 Install dconf-tools and use dconf-editor to browse to org.gnome.shell.clock







                      share|improve this answer














                      share|improve this answer



                      share|improve this answer








                      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





















                      • 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













                      0














                      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:
                        enter image description here

                      • Go to Preferences

                      • Now enable the Show seconds
                        enter image description here


                      The end result:
                      enter image description here



                      Drink beer and Vote me up, cause it rocks!






                      share|improve this answer






























                        0














                        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:
                          enter image description here

                        • Go to Preferences

                        • Now enable the Show seconds
                          enter image description here


                        The end result:
                        enter image description here



                        Drink beer and Vote me up, cause it rocks!






                        share|improve this answer




























                          0












                          0








                          0







                          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:
                            enter image description here

                          • Go to Preferences

                          • Now enable the Show seconds
                            enter image description here


                          The end result:
                          enter image description here



                          Drink beer and Vote me up, cause it rocks!






                          share|improve this answer















                          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:
                            enter image description here

                          • Go to Preferences

                          • Now enable the Show seconds
                            enter image description here


                          The end result:
                          enter image description here



                          Drink beer and Vote me up, cause it rocks!







                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited Feb 21 at 16:43









                          clearkimura

                          4,28821958




                          4,28821958










                          answered Feb 21 '18 at 14:26









                          TechJSTechJS

                          1493




                          1493






























                              draft saved

                              draft discarded




















































                              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.




                              draft saved


                              draft discarded














                              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





















































                              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







                              Popular posts from this blog

                              How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

                              is 'sed' thread safe

                              How to make a Squid Proxy server?