Install Adwaita shell theme in Ubuntu 18.10












2















I would like to install the default GNOME 3 shell theme (the one used in Fedora for example), but I can't seem to find it anywhere (it's not even on gnome-look).



Can someone tell me how I can achieve this? The only way I can think of is to use the gnome-session package, but that seems quite overkill frankly.



To clarify, I'm looking for the shell theme, not the GTK theme (I have the User Themes extension installed).










share|improve this question





























    2















    I would like to install the default GNOME 3 shell theme (the one used in Fedora for example), but I can't seem to find it anywhere (it's not even on gnome-look).



    Can someone tell me how I can achieve this? The only way I can think of is to use the gnome-session package, but that seems quite overkill frankly.



    To clarify, I'm looking for the shell theme, not the GTK theme (I have the User Themes extension installed).










    share|improve this question



























      2












      2








      2








      I would like to install the default GNOME 3 shell theme (the one used in Fedora for example), but I can't seem to find it anywhere (it's not even on gnome-look).



      Can someone tell me how I can achieve this? The only way I can think of is to use the gnome-session package, but that seems quite overkill frankly.



      To clarify, I'm looking for the shell theme, not the GTK theme (I have the User Themes extension installed).










      share|improve this question
















      I would like to install the default GNOME 3 shell theme (the one used in Fedora for example), but I can't seem to find it anywhere (it's not even on gnome-look).



      Can someone tell me how I can achieve this? The only way I can think of is to use the gnome-session package, but that seems quite overkill frankly.



      To clarify, I'm looking for the shell theme, not the GTK theme (I have the User Themes extension installed).







      themes gnome-shell






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jan 3 at 10:46









      pomsky

      29.5k1190116




      29.5k1190116










      asked Jan 2 at 17:57









      dsSTORMdsSTORM

      568116




      568116






















          2 Answers
          2






          active

          oldest

          votes


















          2















          1. Create a folder "myShellTheme" or any name as you wish in /usr/share/themes/


          2. Create subfolder in "myShellTheme" named "gnome-shell"



            enter image description here




          3. Copy the required theme file



            sudo cp /usr/share/gnome-shell/theme/gnome-shell.css /usr/share/themes/myShellTheme/gnome-shell/


            enter image description here




          4. Close all the files, Open Gnome-Tweaks and Select "myShellTheme" under User Themes



            enter image description here








          share|improve this answer

































            2














            You can load the vanilla GNOME shell theme (Adwaita) from your home directory. To do that follow the steps below.




            1. Create a directory, say MyTheme either in ~/.themes or in ~/.local/share/themes. (You may create ~/.themes or ~/.local/share/themes if they don't exist.)

            2. Create another directory inside MyTheme called gnome-shell.

            3. Create an empty text file in this gnome-shell directory and name it gnome-shell.css.


            4. Open this gnome-shell.css in a text editor and add the following line



              @import url("/usr/share/gnome-shell/theme/gnome-shell.css");


              Then save the file.



            5. Launch (GNOME) Tweaks, go to Appearance section, and click the drop-down box next to "Shell" theme. MyTheme should appear in the drop-down list (assuming you've the 'User Themes' extension installed and enabled). Select it.

              (You may have to re-login or restart GNOME shell to see the effect)







            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%2f1106349%2finstall-adwaita-shell-theme-in-ubuntu-18-10%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              2















              1. Create a folder "myShellTheme" or any name as you wish in /usr/share/themes/


              2. Create subfolder in "myShellTheme" named "gnome-shell"



                enter image description here




              3. Copy the required theme file



                sudo cp /usr/share/gnome-shell/theme/gnome-shell.css /usr/share/themes/myShellTheme/gnome-shell/


                enter image description here




              4. Close all the files, Open Gnome-Tweaks and Select "myShellTheme" under User Themes



                enter image description here








              share|improve this answer






























                2















                1. Create a folder "myShellTheme" or any name as you wish in /usr/share/themes/


                2. Create subfolder in "myShellTheme" named "gnome-shell"



                  enter image description here




                3. Copy the required theme file



                  sudo cp /usr/share/gnome-shell/theme/gnome-shell.css /usr/share/themes/myShellTheme/gnome-shell/


                  enter image description here




                4. Close all the files, Open Gnome-Tweaks and Select "myShellTheme" under User Themes



                  enter image description here








                share|improve this answer




























                  2












                  2








                  2








                  1. Create a folder "myShellTheme" or any name as you wish in /usr/share/themes/


                  2. Create subfolder in "myShellTheme" named "gnome-shell"



                    enter image description here




                  3. Copy the required theme file



                    sudo cp /usr/share/gnome-shell/theme/gnome-shell.css /usr/share/themes/myShellTheme/gnome-shell/


                    enter image description here




                  4. Close all the files, Open Gnome-Tweaks and Select "myShellTheme" under User Themes



                    enter image description here








                  share|improve this answer
















                  1. Create a folder "myShellTheme" or any name as you wish in /usr/share/themes/


                  2. Create subfolder in "myShellTheme" named "gnome-shell"



                    enter image description here




                  3. Copy the required theme file



                    sudo cp /usr/share/gnome-shell/theme/gnome-shell.css /usr/share/themes/myShellTheme/gnome-shell/


                    enter image description here




                  4. Close all the files, Open Gnome-Tweaks and Select "myShellTheme" under User Themes



                    enter image description here









                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Jan 3 at 10:48









                  pomsky

                  29.5k1190116




                  29.5k1190116










                  answered Jan 3 at 3:27









                  PRATAPPRATAP

                  2,4632526




                  2,4632526

























                      2














                      You can load the vanilla GNOME shell theme (Adwaita) from your home directory. To do that follow the steps below.




                      1. Create a directory, say MyTheme either in ~/.themes or in ~/.local/share/themes. (You may create ~/.themes or ~/.local/share/themes if they don't exist.)

                      2. Create another directory inside MyTheme called gnome-shell.

                      3. Create an empty text file in this gnome-shell directory and name it gnome-shell.css.


                      4. Open this gnome-shell.css in a text editor and add the following line



                        @import url("/usr/share/gnome-shell/theme/gnome-shell.css");


                        Then save the file.



                      5. Launch (GNOME) Tweaks, go to Appearance section, and click the drop-down box next to "Shell" theme. MyTheme should appear in the drop-down list (assuming you've the 'User Themes' extension installed and enabled). Select it.

                        (You may have to re-login or restart GNOME shell to see the effect)







                      share|improve this answer






























                        2














                        You can load the vanilla GNOME shell theme (Adwaita) from your home directory. To do that follow the steps below.




                        1. Create a directory, say MyTheme either in ~/.themes or in ~/.local/share/themes. (You may create ~/.themes or ~/.local/share/themes if they don't exist.)

                        2. Create another directory inside MyTheme called gnome-shell.

                        3. Create an empty text file in this gnome-shell directory and name it gnome-shell.css.


                        4. Open this gnome-shell.css in a text editor and add the following line



                          @import url("/usr/share/gnome-shell/theme/gnome-shell.css");


                          Then save the file.



                        5. Launch (GNOME) Tweaks, go to Appearance section, and click the drop-down box next to "Shell" theme. MyTheme should appear in the drop-down list (assuming you've the 'User Themes' extension installed and enabled). Select it.

                          (You may have to re-login or restart GNOME shell to see the effect)







                        share|improve this answer




























                          2












                          2








                          2







                          You can load the vanilla GNOME shell theme (Adwaita) from your home directory. To do that follow the steps below.




                          1. Create a directory, say MyTheme either in ~/.themes or in ~/.local/share/themes. (You may create ~/.themes or ~/.local/share/themes if they don't exist.)

                          2. Create another directory inside MyTheme called gnome-shell.

                          3. Create an empty text file in this gnome-shell directory and name it gnome-shell.css.


                          4. Open this gnome-shell.css in a text editor and add the following line



                            @import url("/usr/share/gnome-shell/theme/gnome-shell.css");


                            Then save the file.



                          5. Launch (GNOME) Tweaks, go to Appearance section, and click the drop-down box next to "Shell" theme. MyTheme should appear in the drop-down list (assuming you've the 'User Themes' extension installed and enabled). Select it.

                            (You may have to re-login or restart GNOME shell to see the effect)







                          share|improve this answer















                          You can load the vanilla GNOME shell theme (Adwaita) from your home directory. To do that follow the steps below.




                          1. Create a directory, say MyTheme either in ~/.themes or in ~/.local/share/themes. (You may create ~/.themes or ~/.local/share/themes if they don't exist.)

                          2. Create another directory inside MyTheme called gnome-shell.

                          3. Create an empty text file in this gnome-shell directory and name it gnome-shell.css.


                          4. Open this gnome-shell.css in a text editor and add the following line



                            @import url("/usr/share/gnome-shell/theme/gnome-shell.css");


                            Then save the file.



                          5. Launch (GNOME) Tweaks, go to Appearance section, and click the drop-down box next to "Shell" theme. MyTheme should appear in the drop-down list (assuming you've the 'User Themes' extension installed and enabled). Select it.

                            (You may have to re-login or restart GNOME shell to see the effect)








                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited Jan 3 at 10:42

























                          answered Jan 3 at 10:33









                          pomskypomsky

                          29.5k1190116




                          29.5k1190116






























                              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%2f1106349%2finstall-adwaita-shell-theme-in-ubuntu-18-10%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

                              flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                              Mangá

                               ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕