You are not logged in.

#1 2015-09-05 17:22:44

filipbekic01
Member
Registered: 2015-08-10
Posts: 41

[SOLVED] Missing Icons?

Hello guys,

Somehow, i did "sudo rm -r /usr/share/icons" and i lost my "default" folder. I downloaded fresh icons for my system and it works well but... a lot of icons are missing in my system, here is image

http://i.imgur.com/EuT0HdR.png

Any ideas how to... force programs to retrieve its' icons?

Thanks

Last edited by filipbekic01 (2015-09-05 18:27:40)

Offline

#2 2015-09-05 17:27:39

mauritiusdadd
Member
From: Benevento, Italy
Registered: 2013-10-27
Posts: 776

Re: [SOLVED] Missing Icons?

Just run

$ pacman -Qkk

and see what packages own the missing icons and reinstall them.


About me - github

-- When you have eliminated the impossible, whatever remains, however improbable, must be the truth -- Spock | Sherlock Holmes

Offline

#3 2015-09-05 17:32:14

filipbekic01
Member
Registered: 2015-08-10
Posts: 41

Re: [SOLVED] Missing Icons?

Well, that was HELL long list of items.

Offline

#4 2015-09-05 17:41:51

filipbekic01
Member
Registered: 2015-08-10
Posts: 41

Re: [SOLVED] Missing Icons?

Even if i reinstall some of programms, i don't get my icon back, hm.

Offline

#5 2015-09-05 17:59:59

mauritiusdadd
Member
From: Benevento, Italy
Registered: 2013-10-27
Posts: 776

Re: [SOLVED] Missing Icons?

filipbekic01 wrote:

Even if i reinstall some of programms, i don't get my icon back, hm.

Have you actually looked at the output? You don't have to reinstall some random package from that output: you have to reinstall all the packages that have missing files... since your damage is limited to /usr/share/icons, you can restrict your search using the command

$ pacman -Qk | grep "/usr/share/icons"

Note that if you installed some icon themes manually (eg. putting them directly in  /usr/share/icons), then there's nothing you can do except to reinstall them manually.


About me - github

-- When you have eliminated the impossible, whatever remains, however improbable, must be the truth -- Spock | Sherlock Holmes

Offline

#6 2015-09-05 18:13:18

filipbekic01
Member
Registered: 2015-08-10
Posts: 41

Re: [SOLVED] Missing Icons?

Woah, that grep command is so powerful. I'm noob, heh. But yea, for example my Chromium is missing icon. I did:

sudo pacman -S chromium

and it reinstalled whole program, however, main icon in menu is still missing :S

Last edited by filipbekic01 (2015-09-05 18:13:32)

Offline

#7 2015-09-05 18:27:26

filipbekic01
Member
Registered: 2015-08-10
Posts: 41

Re: [SOLVED] Missing Icons?

Thanks mauritiusdadd, i found a way out with

pacman -Q

Problem solved!

Offline

Board footer

Powered by FluxBB