How to make XFCE desktop icons text transparent?

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











up vote
2
down vote

favorite












I have openSUSE 13.2 which comes with KDE as default. I want to try new desktop environments so I started XFCE. When the XFCE desktop starts the icon names on the desktop are not transparent. How to make this text transparent ?










share|improve this question

























    up vote
    2
    down vote

    favorite












    I have openSUSE 13.2 which comes with KDE as default. I want to try new desktop environments so I started XFCE. When the XFCE desktop starts the icon names on the desktop are not transparent. How to make this text transparent ?










    share|improve this question























      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      I have openSUSE 13.2 which comes with KDE as default. I want to try new desktop environments so I started XFCE. When the XFCE desktop starts the icon names on the desktop are not transparent. How to make this text transparent ?










      share|improve this question













      I have openSUSE 13.2 which comes with KDE as default. I want to try new desktop environments so I started XFCE. When the XFCE desktop starts the icon names on the desktop are not transparent. How to make this text transparent ?







      xfce






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked May 3 '15 at 8:26









      3bdalla

      1481820




      1481820




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          3
          down vote













          This is a very known issue on the Internet so here are the steps:



          1- Open the terminal and execute sudo vi .gtkrc-2.0. (You can choose your own text editor.



          2- Press a and go to the end of the file.



          3- Copy and paste the following style script



          style "xfdesktop-icon-view" 
          XfdesktopIconView::label-alpha = 0
          XfdesktopIconView::selected-label-alpha = 170

          base[NORMAL] = "#cccccc"
          base[SELECTED] = "#cccccc"
          base[ACTIVE] = "#cccccc"

          fg[NORMAL] = "#ffffff"
          fg[SELECTED] = "#000000"
          fg[ACTIVE] = "#000000"

          widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"


          4- Press Esc and then :wq to save the file.



          Source



          P.S.: If you copied the style from the website it won't work. It appears that the double quotation mark is not THE quotation mark so I changed them all and posted it here.






          share|improve this answer



























            up vote
            1
            down vote













            In the above example, "sudo" is not needed, as the file is being created inside the user's home directory. i.e.



            vi .gtkrc-2.0


            or



            nano .gtkrc-2.0


            is enough.



            Then add these, save and quit:



            style "xfdesktop-icon-view" 
            XfdesktopIconView::label-alpha = 0
            XfdesktopIconView::selected-label-alpha = 170

            base[NORMAL] = "#cccccc"
            base[SELECTED] = "#cccccc"
            base[ACTIVE] = "#cccccc"

            fg[NORMAL] = "#ffffff"
            fg[SELECTED] = "#000000"
            fg[ACTIVE] = "#000000"

            widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"


            logout xfce and log back in.






            share|improve this answer








            New contributor




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

















              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%2f200096%2fhow-to-make-xfce-desktop-icons-text-transparent%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













              This is a very known issue on the Internet so here are the steps:



              1- Open the terminal and execute sudo vi .gtkrc-2.0. (You can choose your own text editor.



              2- Press a and go to the end of the file.



              3- Copy and paste the following style script



              style "xfdesktop-icon-view" 
              XfdesktopIconView::label-alpha = 0
              XfdesktopIconView::selected-label-alpha = 170

              base[NORMAL] = "#cccccc"
              base[SELECTED] = "#cccccc"
              base[ACTIVE] = "#cccccc"

              fg[NORMAL] = "#ffffff"
              fg[SELECTED] = "#000000"
              fg[ACTIVE] = "#000000"

              widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"


              4- Press Esc and then :wq to save the file.



              Source



              P.S.: If you copied the style from the website it won't work. It appears that the double quotation mark is not THE quotation mark so I changed them all and posted it here.






              share|improve this answer
























                up vote
                3
                down vote













                This is a very known issue on the Internet so here are the steps:



                1- Open the terminal and execute sudo vi .gtkrc-2.0. (You can choose your own text editor.



                2- Press a and go to the end of the file.



                3- Copy and paste the following style script



                style "xfdesktop-icon-view" 
                XfdesktopIconView::label-alpha = 0
                XfdesktopIconView::selected-label-alpha = 170

                base[NORMAL] = "#cccccc"
                base[SELECTED] = "#cccccc"
                base[ACTIVE] = "#cccccc"

                fg[NORMAL] = "#ffffff"
                fg[SELECTED] = "#000000"
                fg[ACTIVE] = "#000000"

                widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"


                4- Press Esc and then :wq to save the file.



                Source



                P.S.: If you copied the style from the website it won't work. It appears that the double quotation mark is not THE quotation mark so I changed them all and posted it here.






                share|improve this answer






















                  up vote
                  3
                  down vote










                  up vote
                  3
                  down vote









                  This is a very known issue on the Internet so here are the steps:



                  1- Open the terminal and execute sudo vi .gtkrc-2.0. (You can choose your own text editor.



                  2- Press a and go to the end of the file.



                  3- Copy and paste the following style script



                  style "xfdesktop-icon-view" 
                  XfdesktopIconView::label-alpha = 0
                  XfdesktopIconView::selected-label-alpha = 170

                  base[NORMAL] = "#cccccc"
                  base[SELECTED] = "#cccccc"
                  base[ACTIVE] = "#cccccc"

                  fg[NORMAL] = "#ffffff"
                  fg[SELECTED] = "#000000"
                  fg[ACTIVE] = "#000000"

                  widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"


                  4- Press Esc and then :wq to save the file.



                  Source



                  P.S.: If you copied the style from the website it won't work. It appears that the double quotation mark is not THE quotation mark so I changed them all and posted it here.






                  share|improve this answer












                  This is a very known issue on the Internet so here are the steps:



                  1- Open the terminal and execute sudo vi .gtkrc-2.0. (You can choose your own text editor.



                  2- Press a and go to the end of the file.



                  3- Copy and paste the following style script



                  style "xfdesktop-icon-view" 
                  XfdesktopIconView::label-alpha = 0
                  XfdesktopIconView::selected-label-alpha = 170

                  base[NORMAL] = "#cccccc"
                  base[SELECTED] = "#cccccc"
                  base[ACTIVE] = "#cccccc"

                  fg[NORMAL] = "#ffffff"
                  fg[SELECTED] = "#000000"
                  fg[ACTIVE] = "#000000"

                  widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"


                  4- Press Esc and then :wq to save the file.



                  Source



                  P.S.: If you copied the style from the website it won't work. It appears that the double quotation mark is not THE quotation mark so I changed them all and posted it here.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered May 3 '15 at 8:26









                  3bdalla

                  1481820




                  1481820






















                      up vote
                      1
                      down vote













                      In the above example, "sudo" is not needed, as the file is being created inside the user's home directory. i.e.



                      vi .gtkrc-2.0


                      or



                      nano .gtkrc-2.0


                      is enough.



                      Then add these, save and quit:



                      style "xfdesktop-icon-view" 
                      XfdesktopIconView::label-alpha = 0
                      XfdesktopIconView::selected-label-alpha = 170

                      base[NORMAL] = "#cccccc"
                      base[SELECTED] = "#cccccc"
                      base[ACTIVE] = "#cccccc"

                      fg[NORMAL] = "#ffffff"
                      fg[SELECTED] = "#000000"
                      fg[ACTIVE] = "#000000"

                      widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"


                      logout xfce and log back in.






                      share|improve this answer








                      New contributor




                      nobody 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













                        In the above example, "sudo" is not needed, as the file is being created inside the user's home directory. i.e.



                        vi .gtkrc-2.0


                        or



                        nano .gtkrc-2.0


                        is enough.



                        Then add these, save and quit:



                        style "xfdesktop-icon-view" 
                        XfdesktopIconView::label-alpha = 0
                        XfdesktopIconView::selected-label-alpha = 170

                        base[NORMAL] = "#cccccc"
                        base[SELECTED] = "#cccccc"
                        base[ACTIVE] = "#cccccc"

                        fg[NORMAL] = "#ffffff"
                        fg[SELECTED] = "#000000"
                        fg[ACTIVE] = "#000000"

                        widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"


                        logout xfce and log back in.






                        share|improve this answer








                        New contributor




                        nobody 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










                          up vote
                          1
                          down vote









                          In the above example, "sudo" is not needed, as the file is being created inside the user's home directory. i.e.



                          vi .gtkrc-2.0


                          or



                          nano .gtkrc-2.0


                          is enough.



                          Then add these, save and quit:



                          style "xfdesktop-icon-view" 
                          XfdesktopIconView::label-alpha = 0
                          XfdesktopIconView::selected-label-alpha = 170

                          base[NORMAL] = "#cccccc"
                          base[SELECTED] = "#cccccc"
                          base[ACTIVE] = "#cccccc"

                          fg[NORMAL] = "#ffffff"
                          fg[SELECTED] = "#000000"
                          fg[ACTIVE] = "#000000"

                          widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"


                          logout xfce and log back in.






                          share|improve this answer








                          New contributor




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









                          In the above example, "sudo" is not needed, as the file is being created inside the user's home directory. i.e.



                          vi .gtkrc-2.0


                          or



                          nano .gtkrc-2.0


                          is enough.



                          Then add these, save and quit:



                          style "xfdesktop-icon-view" 
                          XfdesktopIconView::label-alpha = 0
                          XfdesktopIconView::selected-label-alpha = 170

                          base[NORMAL] = "#cccccc"
                          base[SELECTED] = "#cccccc"
                          base[ACTIVE] = "#cccccc"

                          fg[NORMAL] = "#ffffff"
                          fg[SELECTED] = "#000000"
                          fg[ACTIVE] = "#000000"

                          widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"


                          logout xfce and log back in.







                          share|improve this answer








                          New contributor




                          nobody 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






                          New contributor




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









                          answered 25 mins ago









                          nobody

                          111




                          111




                          New contributor




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





                          New contributor





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






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



























                               

                              draft saved


                              draft discarded















































                               


                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f200096%2fhow-to-make-xfce-desktop-icons-text-transparent%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