How do you change the desktop theme in CentOS?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
7
down vote

favorite












I have a couple of questions:



  1. How do you change the desktop theme in CentOS?

  2. How does one download CentOS themes from the internet?

  3. How do you install them?









share|improve this question























  • CentOS itself doesn't have themes. Be more specific.
    – Ignacio Vazquez-Abrams
    Jan 22 '14 at 11:47






  • 1




    Theme for what? Gnome? Boot screen?
    – jordanm
    Jan 22 '14 at 11:47










  • @jordanm for Gnome
    – user3021349
    Jan 22 '14 at 11:51














up vote
7
down vote

favorite












I have a couple of questions:



  1. How do you change the desktop theme in CentOS?

  2. How does one download CentOS themes from the internet?

  3. How do you install them?









share|improve this question























  • CentOS itself doesn't have themes. Be more specific.
    – Ignacio Vazquez-Abrams
    Jan 22 '14 at 11:47






  • 1




    Theme for what? Gnome? Boot screen?
    – jordanm
    Jan 22 '14 at 11:47










  • @jordanm for Gnome
    – user3021349
    Jan 22 '14 at 11:51












up vote
7
down vote

favorite









up vote
7
down vote

favorite











I have a couple of questions:



  1. How do you change the desktop theme in CentOS?

  2. How does one download CentOS themes from the internet?

  3. How do you install them?









share|improve this question















I have a couple of questions:



  1. How do you change the desktop theme in CentOS?

  2. How does one download CentOS themes from the internet?

  3. How do you install them?






centos desktop theme






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 20 at 23:04









Rui F Ribeiro

38.1k1475123




38.1k1475123










asked Jan 22 '14 at 11:45









user3021349

3,97981419




3,97981419











  • CentOS itself doesn't have themes. Be more specific.
    – Ignacio Vazquez-Abrams
    Jan 22 '14 at 11:47






  • 1




    Theme for what? Gnome? Boot screen?
    – jordanm
    Jan 22 '14 at 11:47










  • @jordanm for Gnome
    – user3021349
    Jan 22 '14 at 11:51
















  • CentOS itself doesn't have themes. Be more specific.
    – Ignacio Vazquez-Abrams
    Jan 22 '14 at 11:47






  • 1




    Theme for what? Gnome? Boot screen?
    – jordanm
    Jan 22 '14 at 11:47










  • @jordanm for Gnome
    – user3021349
    Jan 22 '14 at 11:51















CentOS itself doesn't have themes. Be more specific.
– Ignacio Vazquez-Abrams
Jan 22 '14 at 11:47




CentOS itself doesn't have themes. Be more specific.
– Ignacio Vazquez-Abrams
Jan 22 '14 at 11:47




1




1




Theme for what? Gnome? Boot screen?
– jordanm
Jan 22 '14 at 11:47




Theme for what? Gnome? Boot screen?
– jordanm
Jan 22 '14 at 11:47












@jordanm for Gnome
– user3021349
Jan 22 '14 at 11:51




@jordanm for Gnome
– user3021349
Jan 22 '14 at 11:51










2 Answers
2






active

oldest

votes

















up vote
3
down vote













One way of doing this is to install gtk themes under /usr/share/themes or /home/user_name/.themes

Then you can change gtk theme with gtk-chtheme






share|improve this answer






















  • in tried under /usr/share/themes - yum install gtk-chtheme-0.3.1-11.el6.i686.rpm but showing error like no package is available nothing to do
    – user3021349
    Jan 23 '14 at 5:27










  • @user3021349 If exist this package under the Centos repos then just run yum install gtk-chtheme but If not exist then download gtk-chtheme after that run into the downloaded folder with root root user yum localinstall gtk-chtheme-0.3.1-11.el6.i686.rpm
    – byrmgcl
    Jan 23 '14 at 8:10

















up vote
2
down vote













You can change your theme under this pull-down in CentOS:




System Settings > Advanced > Desktop Theme Details




Much of the theming infrastructure for GNOME2 is gone, for example: http://art.gnome.org/themes. But this site is still up and maintains icons, backgrounds, etc., for customizing your desktop.



  • http://gnome-look.org/

NOTE: You'll want to focus on the GTK2.x content on sites as your encounter anything that is listed as GNOME-specific.






share|improve this answer






















    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    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: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    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%2funix.stackexchange.com%2fquestions%2f110391%2fhow-do-you-change-the-desktop-theme-in-centos%23new-answer', 'question_page');

    );

    Post as a guest






























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    3
    down vote













    One way of doing this is to install gtk themes under /usr/share/themes or /home/user_name/.themes

    Then you can change gtk theme with gtk-chtheme






    share|improve this answer






















    • in tried under /usr/share/themes - yum install gtk-chtheme-0.3.1-11.el6.i686.rpm but showing error like no package is available nothing to do
      – user3021349
      Jan 23 '14 at 5:27










    • @user3021349 If exist this package under the Centos repos then just run yum install gtk-chtheme but If not exist then download gtk-chtheme after that run into the downloaded folder with root root user yum localinstall gtk-chtheme-0.3.1-11.el6.i686.rpm
      – byrmgcl
      Jan 23 '14 at 8:10














    up vote
    3
    down vote













    One way of doing this is to install gtk themes under /usr/share/themes or /home/user_name/.themes

    Then you can change gtk theme with gtk-chtheme






    share|improve this answer






















    • in tried under /usr/share/themes - yum install gtk-chtheme-0.3.1-11.el6.i686.rpm but showing error like no package is available nothing to do
      – user3021349
      Jan 23 '14 at 5:27










    • @user3021349 If exist this package under the Centos repos then just run yum install gtk-chtheme but If not exist then download gtk-chtheme after that run into the downloaded folder with root root user yum localinstall gtk-chtheme-0.3.1-11.el6.i686.rpm
      – byrmgcl
      Jan 23 '14 at 8:10












    up vote
    3
    down vote










    up vote
    3
    down vote









    One way of doing this is to install gtk themes under /usr/share/themes or /home/user_name/.themes

    Then you can change gtk theme with gtk-chtheme






    share|improve this answer














    One way of doing this is to install gtk themes under /usr/share/themes or /home/user_name/.themes

    Then you can change gtk theme with gtk-chtheme







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Jan 22 '14 at 14:33









    terdon

    126k31240417




    126k31240417










    answered Jan 22 '14 at 12:29









    byrmgcl

    946




    946











    • in tried under /usr/share/themes - yum install gtk-chtheme-0.3.1-11.el6.i686.rpm but showing error like no package is available nothing to do
      – user3021349
      Jan 23 '14 at 5:27










    • @user3021349 If exist this package under the Centos repos then just run yum install gtk-chtheme but If not exist then download gtk-chtheme after that run into the downloaded folder with root root user yum localinstall gtk-chtheme-0.3.1-11.el6.i686.rpm
      – byrmgcl
      Jan 23 '14 at 8:10
















    • in tried under /usr/share/themes - yum install gtk-chtheme-0.3.1-11.el6.i686.rpm but showing error like no package is available nothing to do
      – user3021349
      Jan 23 '14 at 5:27










    • @user3021349 If exist this package under the Centos repos then just run yum install gtk-chtheme but If not exist then download gtk-chtheme after that run into the downloaded folder with root root user yum localinstall gtk-chtheme-0.3.1-11.el6.i686.rpm
      – byrmgcl
      Jan 23 '14 at 8:10















    in tried under /usr/share/themes - yum install gtk-chtheme-0.3.1-11.el6.i686.rpm but showing error like no package is available nothing to do
    – user3021349
    Jan 23 '14 at 5:27




    in tried under /usr/share/themes - yum install gtk-chtheme-0.3.1-11.el6.i686.rpm but showing error like no package is available nothing to do
    – user3021349
    Jan 23 '14 at 5:27












    @user3021349 If exist this package under the Centos repos then just run yum install gtk-chtheme but If not exist then download gtk-chtheme after that run into the downloaded folder with root root user yum localinstall gtk-chtheme-0.3.1-11.el6.i686.rpm
    – byrmgcl
    Jan 23 '14 at 8:10




    @user3021349 If exist this package under the Centos repos then just run yum install gtk-chtheme but If not exist then download gtk-chtheme after that run into the downloaded folder with root root user yum localinstall gtk-chtheme-0.3.1-11.el6.i686.rpm
    – byrmgcl
    Jan 23 '14 at 8:10












    up vote
    2
    down vote













    You can change your theme under this pull-down in CentOS:




    System Settings > Advanced > Desktop Theme Details




    Much of the theming infrastructure for GNOME2 is gone, for example: http://art.gnome.org/themes. But this site is still up and maintains icons, backgrounds, etc., for customizing your desktop.



    • http://gnome-look.org/

    NOTE: You'll want to focus on the GTK2.x content on sites as your encounter anything that is listed as GNOME-specific.






    share|improve this answer


























      up vote
      2
      down vote













      You can change your theme under this pull-down in CentOS:




      System Settings > Advanced > Desktop Theme Details




      Much of the theming infrastructure for GNOME2 is gone, for example: http://art.gnome.org/themes. But this site is still up and maintains icons, backgrounds, etc., for customizing your desktop.



      • http://gnome-look.org/

      NOTE: You'll want to focus on the GTK2.x content on sites as your encounter anything that is listed as GNOME-specific.






      share|improve this answer
























        up vote
        2
        down vote










        up vote
        2
        down vote









        You can change your theme under this pull-down in CentOS:




        System Settings > Advanced > Desktop Theme Details




        Much of the theming infrastructure for GNOME2 is gone, for example: http://art.gnome.org/themes. But this site is still up and maintains icons, backgrounds, etc., for customizing your desktop.



        • http://gnome-look.org/

        NOTE: You'll want to focus on the GTK2.x content on sites as your encounter anything that is listed as GNOME-specific.






        share|improve this answer














        You can change your theme under this pull-down in CentOS:




        System Settings > Advanced > Desktop Theme Details




        Much of the theming infrastructure for GNOME2 is gone, for example: http://art.gnome.org/themes. But this site is still up and maintains icons, backgrounds, etc., for customizing your desktop.



        • http://gnome-look.org/

        NOTE: You'll want to focus on the GTK2.x content on sites as your encounter anything that is listed as GNOME-specific.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited yesterday









        G-Man

        12.2k92861




        12.2k92861










        answered Jan 22 '14 at 14:49









        slm

        243k66501669




        243k66501669



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f110391%2fhow-do-you-change-the-desktop-theme-in-centos%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Bahrain

            Postfix configuration issue with fips on centos 7; mailgun relay