atom-community/tool-bar

Icons missin (again?)

Opened this issue · 5 comments

Nuube commented
Icons missin (again?)
Nuube commented

I am on tool-bar version 1.2.0 and some (most important) icons are missing:

grafik

@Nuube did you start using v1.2.0 just recently? In that case, have a look at the release notes for v1.2.0. In short, you may need to update the icon names for ionicons icons.

If you can't figure it out on your own, could you provide some more information, like:

  • Which icons are you expecting in the places where there are no icons?
  • What tool-bar plugin are you using, if any?

Hi @ericcornelissen

I'm experiencing a similar issue, but with the Material Design set.

Here is a snippet

  {
    type:     "button"
    iconset:  "mdi"
    icon:     "file-swap"
    callback: "ruby-test:test-single"
    tooltip:  "Ruby Test: Test Single"
    style:
      color: "#FF6D67"
  }

And that's for using this icon:
Material Design Icons 2020-03-02 20-39-29

Some of the icons work for example file-compare, but there is quite a few that don't work

I'm not exactly sure what is happening, but when I manually download the font files from the repo and copy them into iconsets/mdi and restart atom it appears to be working

@franks921 that is curious, when I add that snippet to my flex-tool-bar config it adds the icon without a problem. Do you have the latest version of this package installed (v1.2.0)? And are you using any plugins to make the toolbar work?