Icons in Unity launcher look black

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








up vote
2
down vote

favorite












A few days ago I turn on my computer and when Linux started, the icons on the desktop look black, I tried reinstalling the desktop, the gnome-shell, updating but nothing happens. I attached a picture with the problem.



Image with the problem










share|improve this question



























    up vote
    2
    down vote

    favorite












    A few days ago I turn on my computer and when Linux started, the icons on the desktop look black, I tried reinstalling the desktop, the gnome-shell, updating but nothing happens. I attached a picture with the problem.



    Image with the problem










    share|improve this question

























      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      A few days ago I turn on my computer and when Linux started, the icons on the desktop look black, I tried reinstalling the desktop, the gnome-shell, updating but nothing happens. I attached a picture with the problem.



      Image with the problem










      share|improve this question















      A few days ago I turn on my computer and when Linux started, the icons on the desktop look black, I tried reinstalling the desktop, the gnome-shell, updating but nothing happens. I attached a picture with the problem.



      Image with the problem







      16.04 unity launcher icons desktop-environments






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 22 at 14:53









      pomsky

      23.1k77299




      23.1k77299










      asked Mar 18 at 15:50









      FDarfe

      132




      132




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          Probably this is due Compiz setting of the current user - for some reason they are mixed. We can experience similar issues when tring to tweak our desktop by using the package compizconfig-settings-manager.



          An easy way to examine whether this is the issue is to login as another user - probably the icons will look as normal.



          If you are delete all Compiz settings and logout/login, Ubuntu will create them with their default values. Another way is to copy the configuration files from another user's home directory.



          You can use the following commands to find all directories related to Compiz and respectively to delete them (where ~ stands for the path to the current user's home):



          find ~ -type d -name "*compiz*" -ls
          find ~ -type d -name "*compiz*" -delete





          share|improve this answer





























            up vote
            0
            down vote













            I've tried the list and delete like in the first answer:



            i.e.



            find ~ -type d -name "*compiz*" -ls 
            find ~ -type d -name "*compiz*"-delete


            but it didn't work. So I remove and then install "compiz"



            sudo apt-get update
            sudo apt-get upgrade
            sudo apt-get remove --auto-remove compiz


            WARNING DON'T SHUTDOWN BEFORE REINSTALL



            Then install



            sudo apt-get install compiz compizconfig-settings-manager compiz-plugins


            Then install unity



            sudo apt-get install unity


            Finally reset it



            unity --reset


            Hope it will help.






            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: false,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              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%2f1017024%2ficons-in-unity-launcher-look-black%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
              1
              down vote



              accepted










              Probably this is due Compiz setting of the current user - for some reason they are mixed. We can experience similar issues when tring to tweak our desktop by using the package compizconfig-settings-manager.



              An easy way to examine whether this is the issue is to login as another user - probably the icons will look as normal.



              If you are delete all Compiz settings and logout/login, Ubuntu will create them with their default values. Another way is to copy the configuration files from another user's home directory.



              You can use the following commands to find all directories related to Compiz and respectively to delete them (where ~ stands for the path to the current user's home):



              find ~ -type d -name "*compiz*" -ls
              find ~ -type d -name "*compiz*" -delete





              share|improve this answer


























                up vote
                1
                down vote



                accepted










                Probably this is due Compiz setting of the current user - for some reason they are mixed. We can experience similar issues when tring to tweak our desktop by using the package compizconfig-settings-manager.



                An easy way to examine whether this is the issue is to login as another user - probably the icons will look as normal.



                If you are delete all Compiz settings and logout/login, Ubuntu will create them with their default values. Another way is to copy the configuration files from another user's home directory.



                You can use the following commands to find all directories related to Compiz and respectively to delete them (where ~ stands for the path to the current user's home):



                find ~ -type d -name "*compiz*" -ls
                find ~ -type d -name "*compiz*" -delete





                share|improve this answer
























                  up vote
                  1
                  down vote



                  accepted







                  up vote
                  1
                  down vote



                  accepted






                  Probably this is due Compiz setting of the current user - for some reason they are mixed. We can experience similar issues when tring to tweak our desktop by using the package compizconfig-settings-manager.



                  An easy way to examine whether this is the issue is to login as another user - probably the icons will look as normal.



                  If you are delete all Compiz settings and logout/login, Ubuntu will create them with their default values. Another way is to copy the configuration files from another user's home directory.



                  You can use the following commands to find all directories related to Compiz and respectively to delete them (where ~ stands for the path to the current user's home):



                  find ~ -type d -name "*compiz*" -ls
                  find ~ -type d -name "*compiz*" -delete





                  share|improve this answer














                  Probably this is due Compiz setting of the current user - for some reason they are mixed. We can experience similar issues when tring to tweak our desktop by using the package compizconfig-settings-manager.



                  An easy way to examine whether this is the issue is to login as another user - probably the icons will look as normal.



                  If you are delete all Compiz settings and logout/login, Ubuntu will create them with their default values. Another way is to copy the configuration files from another user's home directory.



                  You can use the following commands to find all directories related to Compiz and respectively to delete them (where ~ stands for the path to the current user's home):



                  find ~ -type d -name "*compiz*" -ls
                  find ~ -type d -name "*compiz*" -delete






                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Mar 22 at 15:10

























                  answered Mar 18 at 16:03









                  pa4080

                  12.3k52256




                  12.3k52256






















                      up vote
                      0
                      down vote













                      I've tried the list and delete like in the first answer:



                      i.e.



                      find ~ -type d -name "*compiz*" -ls 
                      find ~ -type d -name "*compiz*"-delete


                      but it didn't work. So I remove and then install "compiz"



                      sudo apt-get update
                      sudo apt-get upgrade
                      sudo apt-get remove --auto-remove compiz


                      WARNING DON'T SHUTDOWN BEFORE REINSTALL



                      Then install



                      sudo apt-get install compiz compizconfig-settings-manager compiz-plugins


                      Then install unity



                      sudo apt-get install unity


                      Finally reset it



                      unity --reset


                      Hope it will help.






                      share|improve this answer
























                        up vote
                        0
                        down vote













                        I've tried the list and delete like in the first answer:



                        i.e.



                        find ~ -type d -name "*compiz*" -ls 
                        find ~ -type d -name "*compiz*"-delete


                        but it didn't work. So I remove and then install "compiz"



                        sudo apt-get update
                        sudo apt-get upgrade
                        sudo apt-get remove --auto-remove compiz


                        WARNING DON'T SHUTDOWN BEFORE REINSTALL



                        Then install



                        sudo apt-get install compiz compizconfig-settings-manager compiz-plugins


                        Then install unity



                        sudo apt-get install unity


                        Finally reset it



                        unity --reset


                        Hope it will help.






                        share|improve this answer






















                          up vote
                          0
                          down vote










                          up vote
                          0
                          down vote









                          I've tried the list and delete like in the first answer:



                          i.e.



                          find ~ -type d -name "*compiz*" -ls 
                          find ~ -type d -name "*compiz*"-delete


                          but it didn't work. So I remove and then install "compiz"



                          sudo apt-get update
                          sudo apt-get upgrade
                          sudo apt-get remove --auto-remove compiz


                          WARNING DON'T SHUTDOWN BEFORE REINSTALL



                          Then install



                          sudo apt-get install compiz compizconfig-settings-manager compiz-plugins


                          Then install unity



                          sudo apt-get install unity


                          Finally reset it



                          unity --reset


                          Hope it will help.






                          share|improve this answer












                          I've tried the list and delete like in the first answer:



                          i.e.



                          find ~ -type d -name "*compiz*" -ls 
                          find ~ -type d -name "*compiz*"-delete


                          but it didn't work. So I remove and then install "compiz"



                          sudo apt-get update
                          sudo apt-get upgrade
                          sudo apt-get remove --auto-remove compiz


                          WARNING DON'T SHUTDOWN BEFORE REINSTALL



                          Then install



                          sudo apt-get install compiz compizconfig-settings-manager compiz-plugins


                          Then install unity



                          sudo apt-get install unity


                          Finally reset it



                          unity --reset


                          Hope it will help.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Apr 3 at 0:20









                          tonatiuh gonzalez

                          1




                          1



























                               

                              draft saved


                              draft discarded















































                               


                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1017024%2ficons-in-unity-launcher-look-black%23new-answer', 'question_page');

                              );

                              Post as a guest













































































                              Popular posts from this blog

                              GRUB: Fatal! inconsistent data read from (0x84) 0+xxxxxx

                              What makes Checkinstall packages not suitable for distribution?

                              Running the scala interactive shell from the command line