Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The icons don't show up #873

Open
mikwee opened this issue Aug 8, 2022 · 5 comments
Open

The icons don't show up #873

mikwee opened this issue Aug 8, 2022 · 5 comments

Comments

@mikwee
Copy link

mikwee commented Aug 8, 2022

I installed the package, and for some reason many icons don't show up.
Only the .rb icon shows
Why is that? Thank you.

@Alhadis
Copy link
Member

Alhadis commented Aug 8, 2022

Seems to be a conflict with another package. What other packages have you installed? You can find out by running the following command in your terminal:

apm list -i

@mikwee
Copy link
Author

mikwee commented Aug 8, 2022

I think it didn't put apm in my PATH, but here's the active packages:
Pulsar_Edit_rds3UyXMPX

@Alhadis
Copy link
Member

Alhadis commented Aug 12, 2022

I think it didn't put apm in my PATH

You can install apm by running Install Shell Commands from the application menu.

but here's the active packages:

Disable each of the other packages one-by-one, restarting the editor every time you do. That should help you locate the offending package.

@mikwee
Copy link
Author

mikwee commented Aug 14, 2022

I disabled each of them and both, and got the same result. Disabling file-icons removes the icons, predictably.

@Alhadis
Copy link
Member

Alhadis commented Aug 14, 2022

Alright, so the only possibility left is that the package wasn't installed correctly. This sometimes happens when a connection is interrupted during an installation (the bundled icon-fonts do contribute to an above-average tarball size…)

Run the steps documented here, and try reinstalling file-icons again. I recommend using NPM instead of APM, since APM (Atom's package manager) seems to lack error-handling whatsoever (therefore resulting in corrupted downloads being "installed"…)

rm -rf ~/.atom/.apm ~/.atom/packages/file-icons
cd ~/.atom/packages
git clone https://github.com/file-icons/atom.git file-icons && cd file-icons
npm install --production # Installs runtime dependencies needed by the package
# Then restart Atom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants