-
Notifications
You must be signed in to change notification settings - Fork 76
NoFavicon bundle for Google Chrome #12
Comments
Google Chrome has a "Bundle Blocker" mechanism which prevent loading unknown bundles. But, EasySIMBL is not in the white list, so Google Chrome does not load it. |
Ah... I see. This makes perfect sense, unfortunately... Thank you for clarifying though! Are there any plans on getting onto their whitelist? Or would you reckon that is beyond your reach at this stage? |
I confirmed that Google Chrome v31.0.1650.63 load modified
But, I can't decide to apply this patch and release it. |
Any news on this? I'd like to recommend EasySIMBL to my users because of the support for sandboxed applications. Since my plugin MenuBarHider injects itself into any Cocoa application, my users are affected by this as well. I'm currently linking to this thread to direct my users to this workaround. |
#12 Google Chrome has a "Bundle Blocker" mechanism which prevent loading unknown bundles. The Bundle Blocker also have white list to allowing loading bundles. Because the original SIMBL is in the white list, Google Chrome loads it. http://src.chromium.org/viewvc/chrome/branches/874/src/chrome/common/mac/cfbundle_blocker.mm?r1=101122&r2=105568 But, EasySIMBL is not in the white list, so Google Chrome does not load it.
Based on http://stackoverflow.com/a/7269797, I think it is OK to release the patch since EasySIMBL should play nicely with Chrome. If you're not sure you want to release it, could you at least create a download link for a compiled version of e0a89a3? (I tried to compile myself but don't have a developer ID, and no matter what I tried Xcode gives an error about signing identities.) |
I just released EasySIMBL-1.7 which contains e0a89a3. |
Hi Norio with the CFBundleIdentifier trick the 64 bit Chrome loads EasySIMBL right, but i get dload complaining about not finding symbols: Symbol not found: OBJC_CLASS$_BookmarkBarFolderController Referenced from: /Users/lpalpac/Library/Application Support/SIMBL/Plugins/NoFavicons.bundle/Contents/MacOS/NoFavicons i think its a problem similar to the one described here http://stackoverflow.com/questions/3212901/symbol-not-found-objc-class-article i tried changing some linking related compiling flags on Noavicons but with no luck. i am not so deep in to objective c and xcode the NofavIcons is a very small project i wonder if you cold get an eye on it tried contacting NoFavicons developer but with noluck Hope to hear from you Thanks a lot Luigi Il giorno 25/nov/2014, alle ore 06:48, Norio Nomura notifications@github.com ha scritto:
|
I too have been using (and love) NoFavicons for a couple of years now and would love a fix for Chrome 39 (64bit). Please help all the haters of Favicons in the bookmark bar. :) Let me know if I can be of any help. |
Hi @brentwcampbell, |
NoFavicons 1.3 has been released. |
Is there any possibility of adding support for the NoFavicon bundle developed by Michael Phines for the original SIMBL project?
The bundle removes the favicons in the bookmarks bar of Google Chrome. May not be a necessity for most, but god... I hate those favicons. The bundle works flawlessly through the original SIBML project, but for whatever reason, it doesn't do anything through EasySIMBL.
You may find the source code for the NoFavicon bundle over at Michael's github, https://github.com/michaelphines/NoFavicons
Appreciate your hard work & grateful for your response!
Cheers.
The text was updated successfully, but these errors were encountered: