You are not logged in.

#1 2010-04-20 13:04:32

dickoverfrick
Member
Registered: 2008-11-11
Posts: 11

deleted /usr/share/icons :)

Is there anything I could do to get back application icons? I installed new theme and i solved system icons but my app icons are gone smile
Best wishes big_smile

Offline

#2 2010-04-20 13:11:36

Xabre
Member
From: Serbia
Registered: 2009-03-19
Posts: 750

Re: deleted /usr/share/icons :)

Well, most of icon packages have "icon" in their name, so "pacman -Qq |grep icon" should give you names of those you need to reinstall ( it will also give you some like "fusion-icon", but you'll figure it out wink ).

Offline

#3 2010-04-20 13:24:22

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: deleted /usr/share/icons :)

read pacman(8), see what -Qk does.


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#4 2010-04-20 13:32:35

dickoverfrick
Member
Registered: 2008-11-11
Posts: 11

Re: deleted /usr/share/icons :)

ok! i ran pacman -Qk and it shows errors like these:
warning: xfwm4: /usr/share/icons/hicolor/48x48/apps/wmtweaks.png (No such file or directory)
warning: xfwm4: /usr/share/icons/hicolor/48x48/apps/xfce4-workspaces.png (No such file or directory)
warning: xfwm4: /usr/share/icons/hicolor/48x48/apps/xfwm4.png (No such file or directory)
warning: xfwm4: /usr/share/icons/hicolor/scalable/apps/wmtweaks.svg (No such file or directory)
warning: xfwm4: /usr/share/icons/hicolor/scalable/apps/xfce4-workspaces.svg (No such file or directory)
warning: xfwm4: /usr/share/icons/hicolor/scalable/apps/xfwm4.svg (No such file or directory)


but i need a way to get back those files smile

Offline

#5 2010-04-20 13:36:35

Xabre
Member
From: Serbia
Registered: 2009-03-19
Posts: 750

Re: deleted /usr/share/icons :)

Well, reinstall? wink

Offline

#6 2010-04-20 13:37:12

dickoverfrick
Member
Registered: 2008-11-11
Posts: 11

Re: deleted /usr/share/icons :)

Xabre wrote:

Well, reinstall? wink

i don't have one error. it's a long list man smile

Offline

#7 2010-04-20 13:47:56

Xabre
Member
From: Serbia
Registered: 2009-03-19
Posts: 750

Re: deleted /usr/share/icons :)

Hm, well, it's not that long since you have repeated warning for same package (6 warnings for xfwm4).
"pacman -Qk |grep warning > missing.txt" should give you missing.txt file with only those packages that have missing files.

Maybe some pacman guru can give you single line command that will find those packages and reinstall them at the same time (too much for me wink).

Offline

#8 2010-04-20 14:06:00

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: deleted /usr/share/icons :)

pacman -S $(pacman -Qkq | cut -d " " -f 1 | uniq)

Tho that will also reinstall a couple of false positives, not that that really hurts anything, just takes a bit longer.'

Edit: forgot that -Qkq isn't really that quiet.

Last edited by Mr.Elendig (2010-04-20 14:18:31)


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#9 2010-04-20 14:53:55

dickoverfrick
Member
Registered: 2008-11-11
Posts: 11

Re: deleted /usr/share/icons :)

reinstalled packages but i did't get my icons back :S

Offline

#10 2010-04-20 16:36:43

cesura
Package Maintainer (PM)
From: Tallinn, Estonia
Registered: 2010-01-23
Posts: 1,867

Re: deleted /usr/share/icons :)

dickoverfrick wrote:

reinstalled packages but i did't get my icons back :S

Are there any errors in the (re)installation of the packages?

Offline

#11 2010-04-20 18:04:37

dickoverfrick
Member
Registered: 2008-11-11
Posts: 11

Re: deleted /usr/share/icons :)

no. reinstall runs ok... damn!

Offline

#12 2010-04-20 19:09:02

cesura
Package Maintainer (PM)
From: Tallinn, Estonia
Registered: 2010-01-23
Posts: 1,867

Re: deleted /usr/share/icons :)

dickoverfrick wrote:

no. reinstall runs ok... damn!

What is a package you have installed that you know for sure has icons stored in there? Try messing around with that. For example, uninstall it then reinstall it, removing it from /var/cache/pacman/pkg and re-downloading it, etc.

Offline

#13 2010-04-20 19:37:18

dickoverfrick
Member
Registered: 2008-11-11
Posts: 11

Re: deleted /usr/share/icons :)

tried removing, tried installing but everything is same...
for example vlc player, or gimp, or any other app...

Offline

#14 2010-04-20 20:33:36

cesura
Package Maintainer (PM)
From: Tallinn, Estonia
Registered: 2010-01-23
Posts: 1,867

Re: deleted /usr/share/icons :)

ls -l /usr/share | grep icons

Post that

Offline

#15 2010-04-20 20:41:45

dickoverfrick
Member
Registered: 2008-11-11
Posts: 11

Re: deleted /usr/share/icons :)

drwxr-xr-x  16 root root  4096 Apr 20 15:51 icons

Offline

#16 2010-04-20 23:28:54

cesura
Package Maintainer (PM)
From: Tallinn, Estonia
Registered: 2010-01-23
Posts: 1,867

Re: deleted /usr/share/icons :)

I'm at a loss. Maybe try an older package version and then upgrade it with pacman. (I.E. install, for say, 1.0.4, then use pacman to update to 1.0.5)

I'm not recommending anyone force installing anything, but I would have tried that by now, me being the idiot I am cool

Offline

#17 2010-04-20 23:57:03

dickoverfrick
Member
Registered: 2008-11-11
Posts: 11

Re: deleted /usr/share/icons :)

itsbrad212 wrote:

I'm at a loss. Maybe try an older package version and then upgrade it with pacman. (I.E. install, for say, 1.0.4, then use pacman to update to 1.0.5)

I'm not recommending anyone force installing anything, but I would have tried that by now, me being the idiot I am cool

smile that's not an option...
there are a lot of packages smile

Offline

#18 2010-04-21 00:00:25

cesura
Package Maintainer (PM)
From: Tallinn, Estonia
Registered: 2010-01-23
Posts: 1,867

Re: deleted /usr/share/icons :)

dickoverfrick wrote:
itsbrad212 wrote:

I'm at a loss. Maybe try an older package version and then upgrade it with pacman. (I.E. install, for say, 1.0.4, then use pacman to update to 1.0.5)

I'm not recommending anyone force installing anything, but I would have tried that by now, me being the idiot I am cool

smile that's not an option...
there are a lot of packages smile

I mean just to test it out. We'll figure out what to do about all of them later

Offline

#19 2010-04-25 14:14:23

Profjim
Member
From: NYC
Registered: 2008-03-24
Posts: 658

Re: deleted /usr/share/icons :)

dickoverfrick wrote:

drwxr-xr-x  16 root root  4096 Apr 20 15:51 icons

Umm, what are your grounds for thinking that no icons are being installed? We should look at them too. Because the above line says that /usr/share/icons has 16 links, which means it probably has 14 subdirectories, which means at least some subdirectories are getting reinstalled. Perhaps icons aren't, perhaps they are. But you should say what evidence you're basing your belief that they aren't getting installed on.

Offline

Board footer

Powered by FluxBB