file-icons / atom

Atom file-specific icons for improved visual grepping.
MIT License
1.32k stars 250 forks source link

Missing almost all icons #808

Closed AlexWayfer closed 4 years ago

AlexWayfer commented 4 years ago

image

Alhadis commented 4 years ago

Okay, it looks like your package didn't finish downloading before Atom "installed" it. Could you Quit Atom and then run the following commands, please?

rm -rf ~/.atom/.apm ~/.atom/packages/file-icons
apm install --production file-icons

Provided apm doesn't shit the bed, you should see file-icons behave normally the next time you boot Atom.

AlexWayfer commented 4 years ago

Of course.

I've ran only apm install file-icons and it resolves all issues. Thank you, and sorry for bothering.