[ Vaibhav Tripathi]Vaibhav TripathiAnonymous 17 Jul 2012 06:27
This application is not working for the safari plugin in Mac OS 10.8. We should mark it as unsupported for mountain lion.
Doesn't work in 10.8
Some problems in 10.7
I'm putting the finishing touches on the all-new RoaringApps, with support for Mavericks & iOS 7.
Try it out now and help me squash some bugs.
Created by Rolandius on 11 Mar 2011 07:02.
Last updated by bcammo on 16 Jul 2013 03:15.
This is the developer's only listed app.
Supports iCloud
Secured by Gatekeeper
Supports retina graphics
SIMBL is a plugin enabler used by many popular modules (most notably PithHelmet) to modify and extend various applications. The source and basic tutorials are available for developers.
0.9.9 | |
Mike Solomon | |
http://culater.net/software/SIMBL/SIMBL.php | |
Doesn't work |
0 rating
[ Vaibhav Tripathi]Vaibhav TripathiAnonymous 17 Jul 2012 06:27
This application is not working for the safari plugin in Mac OS 10.8. We should mark it as unsupported for mountain lion.
[ Asterion Maze]Asterion MazeAnonymous 26 Jul 2012 21:11
This application conflicts with several aspects of Mountain Lion, and should therefore be marked as NOT supporting Mac OS 10.8
[ supayne]supayneAnonymous 24 Jul 2011 18:59
This app crashes when I try to use Speed Download. Speed Download opens, but does not download apps from CNet yet. Even after doing remedies from website!! All happening after downloading Lion!!
[ Nicooprat]NicoopratAnonymous 28 Jul 2011 09:02
Works fine for me (tested with Reeder).
[ Bill]BillAnonymous 12 Aug 2011 15:57
Does not work in any app that auto-resumes on Login. You have to close the app and reopen it to get the SIMBL bundles to work.
[ acey]aceyAnonymous 29 Aug 2011 01:20
Bill is correct. The colorful icon package is now useless on Lion as well
anasanasAnonymous 29 Aug 2011 22:00
colorful icon package and afloat are working just fine for me.
[ slferris]slferrisAnonymous 12 Dec 2011 21:48
ColorfulSidebar.bundle doesn't activate in Lion on reboot unless you quit and restart Finder. Afloat.bundle works OK.
[ roksob]roksobAnonymous 24 Dec 2011 19:32
Found this somewhere on the web. It works. Don't know who wrote it. Not me.
If you reboot, or logout, then you have to restart Finder once logged in to get the colored icons back. To avoid this, you can add a .plist to /Library/LaunchAgents.
Here's the plist:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-AppleDTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.example.color.sidebar</string>
<key>KeepAlive</key>
<false/>
<key>RunAtLoad</key>
<true/>
<key>ProgramArguments</key>
<array>
<string>/bin/bash</string>
<string>-c</string>
<string>killall Finder; open /System/Library/CoreServices/Finder.app</string>
</array>
</dict>
</plist>
Just paste the above into a plain text document and save as com.Finder.color.sidebar.plist. Put it in the /Library/LaunchAgents folder.
[ ]Anonymous 15 Jan 2012 20:31
the advise about the plist to keep color sidebar icons in finder works i just did it thanks !!
[[/module]]