Icons in Unity launcher look black

Clash 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.

16.04 unity launcher icons desktop-environments
add a comment |Â
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.

16.04 unity launcher icons desktop-environments
add a comment |Â
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.

16.04 unity launcher icons desktop-environments
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.

16.04 unity launcher icons desktop-environments
16.04 unity launcher icons desktop-environments
edited Mar 22 at 14:53
pomsky
23.1k77299
23.1k77299
asked Mar 18 at 15:50
FDarfe
132
132
add a comment |Â
add a comment |Â
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
add a comment |Â
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.
add a comment |Â
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
add a comment |Â
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
add a comment |Â
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
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
edited Mar 22 at 15:10
answered Mar 18 at 16:03
pa4080
12.3k52256
12.3k52256
add a comment |Â
add a comment |Â
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.
add a comment |Â
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.
add a comment |Â
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.
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.
answered Apr 3 at 0:20
tonatiuh gonzalez
1
1
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password