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

Some icon is not shown #97

Open
n1k1c4 opened this issue Feb 15, 2016 · 19 comments
Open

Some icon is not shown #97

n1k1c4 opened this issue Feb 15, 2016 · 19 comments

Comments

@n1k1c4
Copy link

n1k1c4 commented Feb 15, 2016

Some icon is not shown. The PHP icon is not displayed, instead is displayed the gear. Instead of an icon CSS icon LESS. Icons HTML, JS, IMAGE, LESS, FONT displayed normally.

I try reinstall Sublime Text, all settings and all packeges. Nothing helped.

Windows 8.1 x64, Sublime Text 3 Build 3103.

@rizqinizamil
Copy link

It also happen to me.

@dcortes92
Copy link

I think this is solved in #76 but it's not merged yet.

@eswat2
Copy link

eswat2 commented Mar 22, 2016

screen shot 2016-03-22 at 4 08 33 pm

@evertramos
Copy link

I just installed on windows 10 and got the same problem.

@ghost
Copy link

ghost commented May 16, 2016

PHP icon replaced by generic gear icon. Other icons ok. Using ST3 build 3114. Was ok on build 3083.
Tried re-installing ST3 and packages to no avail. Any help would be appreciated.
Build 3114
screen shot 2016-05-16 at 22 13 24
Build 3083
screen shot 2016-05-16 at 22 14 56

@Reedyseth
Copy link

PHP icon replaced by generic gear icon. Other icons ok. Using ST3 build 3114.

The same for me !

@wesbos
Copy link
Owner

wesbos commented Jun 7, 2016

Not sure why this is happening - anyone have some ideas?

@eswat2
Copy link

eswat2 commented Jun 7, 2016

i uninstalled Cobalt 2 and then reinstalled it, but i'm still seeing the missing icon issue;

screen shot 2016-06-07 at 10 41 51 am

if i select another theme, for example Seti_UI, they all display;

screen shot 2016-06-07 at 10 44 26 am

i realize this is comparing Apples and Oranges, but i wanted to verify that it wasn't something in the repo causing the issue.

@Reedyseth
Copy link

Not sure why this is happening - anyone have some ideas?

I also tried on icon_php.tmPreferences to use the name of the icon string for a working one like JS and the JS icon did not show.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>scope</key>
    <string>source.php</string>
    <key>settings</key>
    <dict>
        <key>icon</key>
        <string>file_type_js</string>
    </dict>
</dict>
</plist>

@wesbos how is the default gear icon setup? I did not find a default.tmPreferences file Just wondering 😄

@ghost
Copy link

ghost commented Jun 8, 2016

Updated ST3 to 3114 again - incorrect PHP icon
Installed Seti_UI (didn't activate it) - correct PHP icon
Still using Cobalt theme ("color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme")
Confusing, but so far it's working

@wesbos
Copy link
Owner

wesbos commented Jun 8, 2016

Hrmm - I think the gear icon is set as a fallback. I'd have to investigate.

I'm wondering if we can make a shared repo between all the themes that use icons - seems like Seti has it figured out. @ctf0 any thoughts?

@Reedyseth
Copy link

Reedyseth commented Jun 8, 2016

Installed Seti_UI (didn't activate it) - correct PHP icon
Still using Cobalt theme ("color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme")

Yeap, that also made it work for me. What I see different is that the Prefs folder in the Seti_U theme is inside the icons folder, I will play around and if I find something I let you guys know.

@eswat2
Copy link

eswat2 commented Jun 8, 2016

ok, so i uninstalled Seti_UI and now i see this after i reapply Cobalt 2 using Themr

screen shot 2016-06-08 at 9 47 35 am

Just for grins, i reinstalled Seti_UI but did not apply it and i see this;

screen shot 2016-06-08 at 9 49 17 am

Guess you can't have both installed. Does that even make sense?

@ctf0
Copy link

ctf0 commented Jun 8, 2016

@wesbos +1 for the shared repo for icons idea, the php icon not displaying because u need to change the scope which not source.php but embedding.php
and because the gear icon is the default thats why its showing up,
however in Seti i kept them both as a fallback for older versions source.php, embedding.php.

so basicly all u need is to correct the scope names inside the icon config files.

here are some files types i use to test with
https://github.com/ctf0/Seti_ST3/tree/Mods/file-types

@redeemefy
Copy link

redeemefy commented Jul 12, 2016

I have no icons what so ever.

screen shot 2016-07-11 at 11 25 51 pm

I have the "color_scheme" and the "theme" right.

screen shot 2016-07-11 at 11 27 01 pm

I have restart sublime couple of times. I have uninstalled and installed several times as well.
Do I'm missing something?

@levani
Copy link

levani commented Sep 4, 2016

What's the state of this issue? PHP icon is still missing for me, other icons are ok.

@redeemefy
Copy link

I have no idea.

@madtimber
Copy link

Hey folks, possibly some interesting info to add into this discussion. I just switched to this theme as well and have a large number of icons not showing up as well. I checked this thread out the other day and saw no one had solved it so I carried on with my icon-less day.

Well, just a minute ago I opened up a stylus file (.styl files had a gear icon) and realized I didn't have stylus formatting, so I installed the Stylus package into ST3, and the Stylus icons magically started appearing.

I'm stilling missing icons for dot files, some fonts, and .json files tho.

Hope that helps someone out!

@thehasu
Copy link

thehasu commented Feb 24, 2018

Why don't you replace those sidebar folder arrows with some generic folder icons? By the way I love this theme a lot!!!
sidebar

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