What is the command to run System Settings from a terminal?











up vote
145
down vote

favorite
25












System Settings can be run from the launcher (pinned by default), the Dash, or the power cog. But what command would I enter in a terminal window if I want to run it from there?










share|improve this question




























    up vote
    145
    down vote

    favorite
    25












    System Settings can be run from the launcher (pinned by default), the Dash, or the power cog. But what command would I enter in a terminal window if I want to run it from there?










    share|improve this question


























      up vote
      145
      down vote

      favorite
      25









      up vote
      145
      down vote

      favorite
      25






      25





      System Settings can be run from the launcher (pinned by default), the Dash, or the power cog. But what command would I enter in a terminal window if I want to run it from there?










      share|improve this question















      System Settings can be run from the launcher (pinned by default), the Dash, or the power cog. But what command would I enter in a terminal window if I want to run it from there?







      command-line






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 7 '12 at 22:17









      fossfreedom

      148k36326371




      148k36326371










      asked Mar 28 '12 at 8:01









      Christopher Kyle Horton

      10.3k1269141




      10.3k1269141






















          5 Answers
          5






          active

          oldest

          votes

















          up vote
          187
          down vote



          accepted










          For versions between 14.04 and 17.04 :



          unity-control-center


          For versions before 14.04 & 17.10 and greater :



          gnome-control-center





          share|improve this answer























          • FYI, on my Ubuntu 14.04 only gnome-control-center works.
            – dr01
            Dec 17 '15 at 14:00










          • @dr01 I assume you are running the Gnome DE and not Unity DE then.
            – Elder Geek
            Jul 17 at 15:22


















          up vote
          11
          down vote













          if you run



          gnome-control-center


          and get



          gnome-control-center: command not found


          you can install with



          sudo apt-get install gnome-control-center





          share|improve this answer

















          • 2




            14.04 and greater may use the command unity-control-center instead, which was forked from it. There's no need to install gnome-control-center as well.
            – Christopher Kyle Horton
            Jul 2 '14 at 16:18










          • @WarriorIng64 cool, thanks. This was meant to help those following the accepted post that had trouble with gnome-control-center (as I did). Not sure why this post received a down vote.
            – grant
            Jul 7 '14 at 16:55


















          up vote
          2
          down vote













          In Crouton, you must run anything that would require a password from the terminal, such as update manager, software center, synaptic, etc. So, to get to system settings you would enter in the terminal:



          sudo gnome-control-center


          That will bring up the system settings GUI.



          To check for updates, or if the update manager appears in the Unity Launcher, run it from the terminal, not by clicking on it:



          sudo update-manager


          The same applies to synaptic, the software center, etc. Anything which requires a password, must be run from the terminal in Crouton with a sudo.






          share|improve this answer



















          • 4




            AFAIK GNOME Control Center does not need sudo permissions to run. Also, using sudo to run GUI apps is potentially a bad idea.
            – Christopher Kyle Horton
            May 19 '14 at 23:34






          • 2




            Yeah well I ran it without sudo and only three of the setting icons showed up. I ran it with sudo and all the setting icons showed up. What does that tell you?!
            – Sukima
            Mar 5 at 17:52


















          up vote
          2
          down vote













          I found a different solution...




          1. I tried removing/installing gnome-control-center; this did reinstall the application I still couldn't open it.


          2. Later I found that it would start up on the side of the screen and I couldn't access it


          3. I changed the display mode to single display and it came back. Hope it helps.







          share|improve this answer










          New contributor




          Jaison is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.

























            up vote
            1
            down vote













            for folks stuck like me on lubuntu to change the default disaply settings - lxrandr is the command to adjust display settings.






            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',
              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%2f116655%2fwhat-is-the-command-to-run-system-settings-from-a-terminal%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              5 Answers
              5






              active

              oldest

              votes








              5 Answers
              5






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              187
              down vote



              accepted










              For versions between 14.04 and 17.04 :



              unity-control-center


              For versions before 14.04 & 17.10 and greater :



              gnome-control-center





              share|improve this answer























              • FYI, on my Ubuntu 14.04 only gnome-control-center works.
                – dr01
                Dec 17 '15 at 14:00










              • @dr01 I assume you are running the Gnome DE and not Unity DE then.
                – Elder Geek
                Jul 17 at 15:22















              up vote
              187
              down vote



              accepted










              For versions between 14.04 and 17.04 :



              unity-control-center


              For versions before 14.04 & 17.10 and greater :



              gnome-control-center





              share|improve this answer























              • FYI, on my Ubuntu 14.04 only gnome-control-center works.
                – dr01
                Dec 17 '15 at 14:00










              • @dr01 I assume you are running the Gnome DE and not Unity DE then.
                – Elder Geek
                Jul 17 at 15:22













              up vote
              187
              down vote



              accepted







              up vote
              187
              down vote



              accepted






              For versions between 14.04 and 17.04 :



              unity-control-center


              For versions before 14.04 & 17.10 and greater :



              gnome-control-center





              share|improve this answer














              For versions between 14.04 and 17.04 :



              unity-control-center


              For versions before 14.04 & 17.10 and greater :



              gnome-control-center






              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited Nov 10 '17 at 17:34









              pomsky

              27.2k1184111




              27.2k1184111










              answered Mar 28 '12 at 8:07









              Vibhav Pant

              2,93311215




              2,93311215












              • FYI, on my Ubuntu 14.04 only gnome-control-center works.
                – dr01
                Dec 17 '15 at 14:00










              • @dr01 I assume you are running the Gnome DE and not Unity DE then.
                – Elder Geek
                Jul 17 at 15:22


















              • FYI, on my Ubuntu 14.04 only gnome-control-center works.
                – dr01
                Dec 17 '15 at 14:00










              • @dr01 I assume you are running the Gnome DE and not Unity DE then.
                – Elder Geek
                Jul 17 at 15:22
















              FYI, on my Ubuntu 14.04 only gnome-control-center works.
              – dr01
              Dec 17 '15 at 14:00




              FYI, on my Ubuntu 14.04 only gnome-control-center works.
              – dr01
              Dec 17 '15 at 14:00












              @dr01 I assume you are running the Gnome DE and not Unity DE then.
              – Elder Geek
              Jul 17 at 15:22




              @dr01 I assume you are running the Gnome DE and not Unity DE then.
              – Elder Geek
              Jul 17 at 15:22












              up vote
              11
              down vote













              if you run



              gnome-control-center


              and get



              gnome-control-center: command not found


              you can install with



              sudo apt-get install gnome-control-center





              share|improve this answer

















              • 2




                14.04 and greater may use the command unity-control-center instead, which was forked from it. There's no need to install gnome-control-center as well.
                – Christopher Kyle Horton
                Jul 2 '14 at 16:18










              • @WarriorIng64 cool, thanks. This was meant to help those following the accepted post that had trouble with gnome-control-center (as I did). Not sure why this post received a down vote.
                – grant
                Jul 7 '14 at 16:55















              up vote
              11
              down vote













              if you run



              gnome-control-center


              and get



              gnome-control-center: command not found


              you can install with



              sudo apt-get install gnome-control-center





              share|improve this answer

















              • 2




                14.04 and greater may use the command unity-control-center instead, which was forked from it. There's no need to install gnome-control-center as well.
                – Christopher Kyle Horton
                Jul 2 '14 at 16:18










              • @WarriorIng64 cool, thanks. This was meant to help those following the accepted post that had trouble with gnome-control-center (as I did). Not sure why this post received a down vote.
                – grant
                Jul 7 '14 at 16:55













              up vote
              11
              down vote










              up vote
              11
              down vote









              if you run



              gnome-control-center


              and get



              gnome-control-center: command not found


              you can install with



              sudo apt-get install gnome-control-center





              share|improve this answer












              if you run



              gnome-control-center


              and get



              gnome-control-center: command not found


              you can install with



              sudo apt-get install gnome-control-center






              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Aug 29 '13 at 15:46









              grant

              24224




              24224








              • 2




                14.04 and greater may use the command unity-control-center instead, which was forked from it. There's no need to install gnome-control-center as well.
                – Christopher Kyle Horton
                Jul 2 '14 at 16:18










              • @WarriorIng64 cool, thanks. This was meant to help those following the accepted post that had trouble with gnome-control-center (as I did). Not sure why this post received a down vote.
                – grant
                Jul 7 '14 at 16:55














              • 2




                14.04 and greater may use the command unity-control-center instead, which was forked from it. There's no need to install gnome-control-center as well.
                – Christopher Kyle Horton
                Jul 2 '14 at 16:18










              • @WarriorIng64 cool, thanks. This was meant to help those following the accepted post that had trouble with gnome-control-center (as I did). Not sure why this post received a down vote.
                – grant
                Jul 7 '14 at 16:55








              2




              2




              14.04 and greater may use the command unity-control-center instead, which was forked from it. There's no need to install gnome-control-center as well.
              – Christopher Kyle Horton
              Jul 2 '14 at 16:18




              14.04 and greater may use the command unity-control-center instead, which was forked from it. There's no need to install gnome-control-center as well.
              – Christopher Kyle Horton
              Jul 2 '14 at 16:18












              @WarriorIng64 cool, thanks. This was meant to help those following the accepted post that had trouble with gnome-control-center (as I did). Not sure why this post received a down vote.
              – grant
              Jul 7 '14 at 16:55




              @WarriorIng64 cool, thanks. This was meant to help those following the accepted post that had trouble with gnome-control-center (as I did). Not sure why this post received a down vote.
              – grant
              Jul 7 '14 at 16:55










              up vote
              2
              down vote













              In Crouton, you must run anything that would require a password from the terminal, such as update manager, software center, synaptic, etc. So, to get to system settings you would enter in the terminal:



              sudo gnome-control-center


              That will bring up the system settings GUI.



              To check for updates, or if the update manager appears in the Unity Launcher, run it from the terminal, not by clicking on it:



              sudo update-manager


              The same applies to synaptic, the software center, etc. Anything which requires a password, must be run from the terminal in Crouton with a sudo.






              share|improve this answer



















              • 4




                AFAIK GNOME Control Center does not need sudo permissions to run. Also, using sudo to run GUI apps is potentially a bad idea.
                – Christopher Kyle Horton
                May 19 '14 at 23:34






              • 2




                Yeah well I ran it without sudo and only three of the setting icons showed up. I ran it with sudo and all the setting icons showed up. What does that tell you?!
                – Sukima
                Mar 5 at 17:52















              up vote
              2
              down vote













              In Crouton, you must run anything that would require a password from the terminal, such as update manager, software center, synaptic, etc. So, to get to system settings you would enter in the terminal:



              sudo gnome-control-center


              That will bring up the system settings GUI.



              To check for updates, or if the update manager appears in the Unity Launcher, run it from the terminal, not by clicking on it:



              sudo update-manager


              The same applies to synaptic, the software center, etc. Anything which requires a password, must be run from the terminal in Crouton with a sudo.






              share|improve this answer



















              • 4




                AFAIK GNOME Control Center does not need sudo permissions to run. Also, using sudo to run GUI apps is potentially a bad idea.
                – Christopher Kyle Horton
                May 19 '14 at 23:34






              • 2




                Yeah well I ran it without sudo and only three of the setting icons showed up. I ran it with sudo and all the setting icons showed up. What does that tell you?!
                – Sukima
                Mar 5 at 17:52













              up vote
              2
              down vote










              up vote
              2
              down vote









              In Crouton, you must run anything that would require a password from the terminal, such as update manager, software center, synaptic, etc. So, to get to system settings you would enter in the terminal:



              sudo gnome-control-center


              That will bring up the system settings GUI.



              To check for updates, or if the update manager appears in the Unity Launcher, run it from the terminal, not by clicking on it:



              sudo update-manager


              The same applies to synaptic, the software center, etc. Anything which requires a password, must be run from the terminal in Crouton with a sudo.






              share|improve this answer














              In Crouton, you must run anything that would require a password from the terminal, such as update manager, software center, synaptic, etc. So, to get to system settings you would enter in the terminal:



              sudo gnome-control-center


              That will bring up the system settings GUI.



              To check for updates, or if the update manager appears in the Unity Launcher, run it from the terminal, not by clicking on it:



              sudo update-manager


              The same applies to synaptic, the software center, etc. Anything which requires a password, must be run from the terminal in Crouton with a sudo.







              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited May 19 '14 at 23:30









              Christopher Kyle Horton

              10.3k1269141




              10.3k1269141










              answered May 18 '14 at 19:01









              Tractor

              9617




              9617








              • 4




                AFAIK GNOME Control Center does not need sudo permissions to run. Also, using sudo to run GUI apps is potentially a bad idea.
                – Christopher Kyle Horton
                May 19 '14 at 23:34






              • 2




                Yeah well I ran it without sudo and only three of the setting icons showed up. I ran it with sudo and all the setting icons showed up. What does that tell you?!
                – Sukima
                Mar 5 at 17:52














              • 4




                AFAIK GNOME Control Center does not need sudo permissions to run. Also, using sudo to run GUI apps is potentially a bad idea.
                – Christopher Kyle Horton
                May 19 '14 at 23:34






              • 2




                Yeah well I ran it without sudo and only three of the setting icons showed up. I ran it with sudo and all the setting icons showed up. What does that tell you?!
                – Sukima
                Mar 5 at 17:52








              4




              4




              AFAIK GNOME Control Center does not need sudo permissions to run. Also, using sudo to run GUI apps is potentially a bad idea.
              – Christopher Kyle Horton
              May 19 '14 at 23:34




              AFAIK GNOME Control Center does not need sudo permissions to run. Also, using sudo to run GUI apps is potentially a bad idea.
              – Christopher Kyle Horton
              May 19 '14 at 23:34




              2




              2




              Yeah well I ran it without sudo and only three of the setting icons showed up. I ran it with sudo and all the setting icons showed up. What does that tell you?!
              – Sukima
              Mar 5 at 17:52




              Yeah well I ran it without sudo and only three of the setting icons showed up. I ran it with sudo and all the setting icons showed up. What does that tell you?!
              – Sukima
              Mar 5 at 17:52










              up vote
              2
              down vote













              I found a different solution...




              1. I tried removing/installing gnome-control-center; this did reinstall the application I still couldn't open it.


              2. Later I found that it would start up on the side of the screen and I couldn't access it


              3. I changed the display mode to single display and it came back. Hope it helps.







              share|improve this answer










              New contributor




              Jaison is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.






















                up vote
                2
                down vote













                I found a different solution...




                1. I tried removing/installing gnome-control-center; this did reinstall the application I still couldn't open it.


                2. Later I found that it would start up on the side of the screen and I couldn't access it


                3. I changed the display mode to single display and it came back. Hope it helps.







                share|improve this answer










                New contributor




                Jaison is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.




















                  up vote
                  2
                  down vote










                  up vote
                  2
                  down vote









                  I found a different solution...




                  1. I tried removing/installing gnome-control-center; this did reinstall the application I still couldn't open it.


                  2. Later I found that it would start up on the side of the screen and I couldn't access it


                  3. I changed the display mode to single display and it came back. Hope it helps.







                  share|improve this answer










                  New contributor




                  Jaison is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  I found a different solution...




                  1. I tried removing/installing gnome-control-center; this did reinstall the application I still couldn't open it.


                  2. Later I found that it would start up on the side of the screen and I couldn't access it


                  3. I changed the display mode to single display and it came back. Hope it helps.








                  share|improve this answer










                  New contributor




                  Jaison is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  share|improve this answer



                  share|improve this answer








                  edited Nov 23 at 19:09









                  Zanna

                  49.1k13123234




                  49.1k13123234






                  New contributor




                  Jaison is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  answered Nov 23 at 17:54









                  Jaison

                  211




                  211




                  New contributor




                  Jaison is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.





                  New contributor





                  Jaison is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






                  Jaison is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






















                      up vote
                      1
                      down vote













                      for folks stuck like me on lubuntu to change the default disaply settings - lxrandr is the command to adjust display settings.






                      share|improve this answer

























                        up vote
                        1
                        down vote













                        for folks stuck like me on lubuntu to change the default disaply settings - lxrandr is the command to adjust display settings.






                        share|improve this answer























                          up vote
                          1
                          down vote










                          up vote
                          1
                          down vote









                          for folks stuck like me on lubuntu to change the default disaply settings - lxrandr is the command to adjust display settings.






                          share|improve this answer












                          for folks stuck like me on lubuntu to change the default disaply settings - lxrandr is the command to adjust display settings.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Oct 15 at 6:12









                          Anand Rockzz

                          1601211




                          1601211






























                               

                              draft saved


                              draft discarded



















































                               


                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f116655%2fwhat-is-the-command-to-run-system-settings-from-a-terminal%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 did Captain America manage to do this?

                              迪纳利

                              南乌拉尔铁路局