 | Nov 19 2009 |
GAGARIN101 I installed 0.9.7 and the installer said it was successful. But there is no SIMBL folder in Library/Application Support. I am running OSX 10.6.2 I have tried uninstalling and reinstalling, restarting the macbook with no help. (Version 0.9.7a) | |
| [ Reply ] | |
 | Oct 15 2009 |
JC Hi, I have launching upper right menubar in OS 10.6.1 w/ SIMBL 0.9.7a. 1.) Booting in 64-bit Kernel mode. Open fast user switching menu. 2.) Do not logout current account but switching to another account immediately via fast use switching menu. While OS X loading the upper right menubar at the beginning, it takes serious delay and results in a blank upper right menubar. Only spotlight icon shows up w/o response. Any idea? Thanks. (Version 0.9.7a) | |
| [ Reply ] | |
 | Oct 7 2009 |
BORLOX Afraid not. Changing the owner of the link has no effect. For your approach to work, you'd have to change the permissions of the user Library folder so that it couldn't be written by the user. That would of course create a lot of problems. There's no easy workaround for the security hole created by this software. The developer could fix it, but he seems not to want to. (Version 0.9.7a) | |
| [ Reply ] | |
 | Oct 6 2009 |
Seems to be usefull ... but impossible to download ... always same roor message (The server at culater.net is taking too long to respond). Is there any other download links ? (Version 0.9.7a) | |
| [ 2 Replies - Reply ] | |
Replies:
 | Oct 6 2009 |
MACUPDATE ADMIN Try downloading again now, the file is now being hosted on our servers. (Version 0.9.7a) | |
 | Oct 6 2009 |
MOOCAN Many thanks (5 days that I try to reach culater.net) Could you host too lastest version for Leopard 10.5 ? (Version 0.9.7a) | |
 | Oct 6 2009 |
WEASELBOY 9.7a fixed the installer issue for me on 10.6.1. (Version 0.9.7a) | |
| [ Reply ] | |
 | Oct 5 2009 |
F451 When I installed it was fail too, but when I restarted my Mac the new version was indeed installed and working quite well. A lot kinks were resolved with this versionÑKudos to Mike! (Version 0.9.7) | |
| [ Reply ] | |
 | Oct 5 2009 |
KHANNIBAL Install failed. Don't know why. I am on 10.6.1. 0.9.6c worked well until now, but 0.9.7 install fails at the end of the process. (Version 0.9.7) | |
| [ 10 Replies - Reply ] | |
Replies:
 | Oct 5 2009 |
DROOPYSIGNAL Same here. Installation fails as well! (Version 0.9.7) | |
 | Oct 5 2009 |
ADRIANSPIEGEL Installation fails here too (10.6.1) (Version 0.9.7) | |
 | Oct 5 2009 |
WEASELBOY Same here on 10.6.1. (Version 0.9.7) | |
 | Oct 5 2009 |
SPECTRAL7 Install failed with installer. installed with Pacifist works ok (Version 0.9.7) | |
 | Oct 5 2009 |
VELGOR242 Installation error appears to be erroneous. Installed fine on my system. (Version 0.9.7) | |
 | Oct 5 2009 |
BOLLYWOOD I get the same thing, Install failed...... OS X 10.6.1 (Version 0.9.7) | |
 | Oct 5 2009 |
BOLLYWOOD theres an update 0.9.7a posted on the devs website. http://culater.net/software/SIMBL/SIMBL.php (Version 0.9.7) | |
 | Oct 5 2009 |
STEVEN GOODHEART Thanks, Bollywood! The .9.7a did a successful install, and SIMBL is working great. (Version 0.9.7) | |
 | Oct 6 2009 |
DEVILSTHING After problems with the installer in 0.9.7 again problems with 0.9.7.a but a little bit different: After entering password the installer cannot go further and showing always "Preparing installation" It's not a freeze but the installation process does not continue. Any idea? (Version 0.9.7a) | |
 | Sep 27 2009 |
BORLOX There's a serious security issue with this software that users should be aware of before they decide whether to install it. From the developer's site: Once you've installed SIMBL, you need to drop some bundles into the Plugins folder. (/Library/Application Support/SIMBL/Plugins) SIMBL scans this folder for bundles each time an application launches. It will check both the Local and User domain for this special folder. This means that it will check ~/Library/Application Support/SIMBL/Plugins before looking in /Library/Application Support/SIMBL/Plugins. One of the few trojans to successfully exploit Mac OS X in the wild was called "Oompa-Loompa." It worked by installing an input manager in the home directory of any user who ran it. As a result, user-domain input managers were disabled in Leopard, and the permissions of the local Input Managers folder were changed so that root privileges were required to install anything into it. SIMBL appears to re-open the security hole that was closed in Leopard. A trojan, only slightly different from the one described above, can install a SIMBL plugin in the user's home directory. Any application can then effectively be replaced by the trojan, even if the user is not a member of the admin group and doesn't have permission to modify the applications directly. You might think that because you're not running as an admin, applications such as Safari or Keychain Access are safe from unintended modification, but with SIMBL installed, you'd be wrong. If you're going to use SIMBL, you should take steps to ensure that plugins can't be installed without your knowledge. How you do that is up to you, but if you don't have a strategy, you shouldn't be using it. The developer should, in my opinion, change the way SIMBL works so that it doesn't load plugins from the user domain. That would mitigate the danger. (Version 0.9.6c) | |
| [ 3 Replies - Reply ] | |
Replies:
 | Oct 5 2009 |
MIKELAMBRELLIS Good point about the security issue. I resolved it by moving my user plugins to the system domain folder (and setting their ownership appropriately), then removing my local domain and creating a soft link to the system domain. That way, if any user-privileged script/app tries to write to the local domain it will fail as it really points to the system domain, requiring system install privs. I've tried it and Safari seems to work fine (using Safari Block, and SafariStand). I haven't tried running a plugin installer yet. Here are the commands I used. USE AT YOUR OWN RISK! If you aren't comfortable with unix commands and using Terminal then DO NOT DO THIS! sudo mkdir -p /Library/Application\ Support/SIMBL/Plugins sudo mv ~/Library/Application\ Support/SIMBL/Plugins/* \ /Library/Application\ Support/SIMBL/Plugins/ sudo chown -R root:admin /Library/Application\ Support/SIMBL/Plugins/* rm -rf ~/Library/Application\ Support/SIMBL/Plugins ln -s /Library/Application\ Support/SIMBL/Plugins \ ~/Library/Application\ Support/SIMBL/Plugins (Version 0.9.7) | |
 | Oct 6 2009 |
BORLOX "That way, if any user-privileged script/app tries to write to the local domain it will fail as it really points to the system domain, requiring system install privs." Unless the script simply deletes your link and replaces it with a folder. (Version 0.9.7a) | |
 | Oct 7 2009 |
MIKELAMBRELLIS Another good pickup. Yes, I forgot the "sudo " at the front of the "ln -s" command. That will make the link owned by root and unremovable by the user. If you've already created the link, then: sudo chown -h root:admin Plugins ought to do the trick. (Version 0.9.7a) | |
 | Sep 21 2009 |
DOKTER_MAC Version 0.9.6c seems to work just fine under Leopard (10.5.8) & my G5 PM. Everything is Universal & the installer works perfect. I don't understand why they say this version is only for Snow Leopard & Intel? Anyone who knows more about this? | |
| [ 1 Reply - Reply ] | |
Replies:
 | Sep 21 2009 |
KRIS JONES @DOKTER MAC. This is a beta version intended to work in both 32 and 64-bit mode. If you are using Leopard or earlier there is a stable release available that works just in 32-bit (64-bit being unnecessary unless one has Snow Leopard). (Version 0.9.6c) | |
 | Sep 20 2009 |
PIRX "The download could not start because you do not have sufficient access privileges..." Please make the download folder accessible, thank you. (Version 0.9.6b) | |
| [ Reply ] | |
 | Sep 19 2009 |
PROGRAMHAPPY To get it to work, I have to reinstall from SIMBL-0.9.6b.pkg every time my computer restarts. Why is SIMBL not starting-up with my machine? Leopard 10.6.1 on a 2.66 GHz Quad-Core Intel Xeon (6 GB memory) (Version 0.9.6b) | |
| [ 1 Reply - Reply ] | |
Replies:
 | Sep 19 2009 |
PROGRAMHAPPY Problem solved; it was a permissions issue. Run "Disk Utility" to automatically repair the permissions of /library/LaunchAgents. The permissions will be changed to 755. (Version 0.9.6b) | |
 | Sep 18 2009 |
ZX How come SIMBL Agent is called up on any application lunch? (Version 0.9.6b) | |
| [ Reply ] | |
 | Sep 11 2009 |
HAL0THANE I was one of the users who reported the bug listed as fixed in version 0.95b. I reported it on 0.93b, and within hours it was fixed. I've found, in general, independent Mac developers to be much more responsive and engaged in the care of their products than any other type of developer I've interacted with (and I used to be a full-time programmer), few have been as quick to provide new builds to tackle major problems as Mike Solomon. Who would have even _considered_ changing SIMBL from an Input Manager to a Scripting Addition in order to keep it working under 10.6? Yet that's what he did, and within no more than a handful of days. And he has added 64-bit support just as quickly. I've been using SIMBL for almost as long as I've been using Mac. I imagine a silent majority (or sizable minority) of SIMBL users do not even know they are: I've installed apps more than once without realizing they depended on SIMBL. Like the apps and add-ons that get all the glory -- Quicksilver, Growl, MacFUSE, and the others -- SIMBL is completely indispensable. (Version 0.9.5b) | |
| [ Reply ] | |
 | Sep 10 2009 |
THMGHTD I've been actively using SIMBL for years and consider it completely indispensable. After reading SHK747's one-star drive-by, though, I realize I've been taking it for granted. Big time. So here's my stupid opinion. I love it so much I probably love the developer, Mike Solomon, too, in some kind of cool, appreciative way. Honestly. As you wade through the catalog of system hacks out there, each trying to improve your computer life one way or another, it's not long before you realize: The difference between a hack and a solution is staggering. Some hacks out there are worth considering, for sure, even when their side effects create a whole new monster (I'm looking at you, APE -- don't act shocked). But over the years, as the OS overhauls have come and gone and we've seen even minor updates give developers major problems, SIMBL has become more useful. Not less. That's not some small thing. What SIMBL does for developers and end-users alike is simply awesome. So maybe now's a good time for a little rallying behind the (depressingly few) developers like Mike who make our stupid worlds go 'round. Or at the very least, how about a little perspective. To SHK747: You're frustrated or hitting a wall somewhere or something. I get it, guy. But with a whopping 11 posts/reviews/comments prior to yours -- that's 11, total, over 4 years -- and with only 2 of those having ratings (really. two.), it seems like maybe there's a large enough appreciation/acknowledgment deficit without casually driving the stats down. Don't get me wrong: I love the democratic process. And the loyal opposition will always be instrumental in figuring out the kinks. But being a curmudgeon just doesn't seem quite so... productive. I don't know. Maybe you really hate SIMBL now. I'm just thinking... maybe it's Big Picture time. Maybe yours will be the star heard 'round the world, and everyone who makes use of software like SIMBL -- all the people getting by with the help of other people -- will band together and represent, truly, the opinions of the majority. The grateful, satisfied majority. Anyway. I love SIMBL. Thanks Mike. A lot. Note: Even though I mention SHK747's comment, I feel like it's largely a review of SIMBL (and maybe an allegory for freedom, I'm not sure), so I'm posting it as its own thing. (Version 0.9.4b) | |
| [ 2 Replies - Reply ] | |
Replies:
 | Sep 11 2009 |
please look at my pithhelmet review, it was 5 stars. simbl had driving me nuts as always a window "choose application" opened and it took me several hours to get the reason. so if something is beta and works i love to use it, but not everyday another problem .. (beside this i payed for pithhelmet and it's not the first time that we (i) have to wait for a version that works; beside my own changes in the .plist) (Version 0.9.5b) | |
 | Sep 11 2009 |
STEVEN GOODHEART Right on! SIMBL is a labor of love and over the years I've felt grateful for it every time I have an add-on or plug-in that works -- because SIMBL works. Many thanks to the developer, Mike -- I hope you feel the love, man! (Version 0.9.5b) | |
 | Sep 8 2009 |
GRDLOIZAGA Many users have reported that installing this in Snow Leopard causes a buggy window to appear every time you open an application. http://discussions.apple.com/thread.jspa?threadID=2148682&tstart=0 (Version 0.9.3b) | |
| [ Reply ] | |
 | Sep 8 2009 |
every time safari 4.0.3 dissables simbl/pithhelmet ! (Version 0.9.3b) | |
| [ 1 Reply - Reply ] | |
Replies:
 | Sep 9 2009 |
F451 What is there one star for what is clearly stated as a beta? If you have followed the history of SIMBL you would know whom you are dealing with, and how Mike has been very generous to the Mac community albeit SIMBL and PithHelmet are not his source of income (I dare you to find out what he does). Please follow Mike's web site to learn where the betas are heading. (Version 0.9.4b) | |
 | Sep 6 2009 |
But what happened to /Library/Application Support/SIMBL? It looks like this version installed in /Library/ScriptingAdditions/SIMBL.osax | |
| [ 2 Replies - Reply ] | |
Replies:
 | Sep 7 2009 |
SJK That's because SIMBL now uses an OSAX scripting extension, described here: http://code.google.com/p/simbl/wiki/NewDevelopments Presumably its plugins will still be installed in /Library/Application Support/SIMBL/Plugins but I'm not running SL yet to confirm it. (Version 0.9.2b) | |
 | Sep 8 2009 |
DROOPYSIGNAL SHK747 you are supposed to rate the developer's product and not how Apple is handling third-party extensions/plugins. Thanks! (Version 0.9.3b) | |
 | Aug 9 2009 |
ROGER KATZ Whether I try to download it here, or via Version Tracker, or from the developers' website, all I get is: "Warning: Unknown(/home/phpweb/system/suspended/pastdue/index.php): failed to open stream: Permission denied in Unknown on line 0 Warning: (null)() [function.include]: Failed opening '/home/phpweb/system/suspended/pastdue/index.php' for inclusion (include_path='.:/usr/local/share/pear:/usr/local/lib/php') in Unknown on line 0" (Version 0.8.2) | |
| [ 3 Replies - Reply ] | |
Replies:
 | Aug 9 2009 |
| |
 | Sep 5 2009 |
EASER Maybe it's just me, but if I'm reading that correctly, they should contact the FBI. (Version 0.9.1) | |
 | Sep 6 2009 |
DOOBIEXX That can't be serious? Also what does that have to do with simbl... sorry if I am shortsighted here. I agree, ridiculous conversation so much so that if it wasn't fake I would be quite concerend but from what I said it was one idiot, spewing non-sense on Mr. Solomon. Damn, weird, would like to know why that is there. Back on with this plugin but I install like the user above and nothing of simbl is uploaded expected it's scriptingadditions in the main library... Can someone fill me in a bit please? On of these topics lol. Thank you. (Version 0.9.1) | |
 | Jul 14 2009 |
TH3 J0K3R Still the best for Safari plugins. I tried PlugSuit which was impressive but couldn't reliably load and use my favorite plugin PithHelmet. I use some Safari plugins with this and they always load immediately. I never have had a crash because of SIMBL either, only some buggy plugins. (Version 0.8.2) | |
| [ Reply ] | |
 | Oct 26 2007 |
PSEUDO TASUKI Wait, I thought there was no way SIMBL would be compatible with Leopard. My understanding was that SIMBL uses input managers, a feature which was removed in 10.5. Can anyone clear this up for me? (Version 0.8.2) | |
| [ 4 Replies - Reply ] | |
Replies:
 | Oct 26 2007 |
DARUKARU Input Managers still work, with some restrictions: "The requirements (from the AppKit release notes, which aren't yet posted on developer.apple.com): * /Library/InputManagers only * Must be owned by root user and admin group, with no write permissions for group or other (755/644). * Processes running as root user or with wheel group won't load them. * Processes can't change user/group id * No 64-bit processes" (Version 0.8.2) | |
 | Oct 26 2007 |
PSEUDO TASUKI Oh wow, that's great! Those changes are really reasonable and shouldn't interfere with reasonable uses of Input Managers (at least, reasonable in regards to how they're generally used), but at the same time fixes most of the security issues. Well done, Apple. (Version 0.8.2) | |
 | Oct 28 2007 |
NICOO http://macromates.com/blog/2007/inputmanagers-on-leopard/ (Version 0.8.2) | |
 | Nov 27 2007 |
SMACTRON So plugins MUST apply to ALL users on the computer? What's the security risk of allowing users to install plugins in their home directory? (Version 0.8.2) | |
 | Jul 9 2007 |
EVERYDAY SOFTWARE I've seen countless crash reports with people running this with 'less than high quality' plugins. Most of the time users don't even know what it is or how it was installed. This leads to a support nightmare for developers who get blamed for unstable applications when it's actually Input Managers or Haxies causing problems. If you like a stable system; I'd suggest staying clear of this. (Version 0.8.1) | |
| [ Reply ] | |
 | Jun 12 2007 |
SCHMELDING Does not work with Safari 3 beta. (Version 0.8.1) | |
| [ Reply ] | |
 | Mar 24 2006 |
HEAVY_SHOWER so there's no need to upgrade unless an intel.mac is involved? (Version 0.8.1) | |
| [ Reply ] | |
 | Nov 6 2005 |
ANONYMOUS Current version does not work with the latest version of Safari (2.0.2 (416.12)). It says the plugin hasn't been tested & therefore wont be loaded. Nothing crashes, you just get an annoying alert when launching Safari. (Version 0.8) | |
| [ 5 Replies - Reply ] | |
Replies:
 | Nov 14 2005 |
STERNHAMMER I'm mortally sick of that alert. I hope it gets fixed soon. (Version 0.8) | |
 | Nov 15 2005 |
ANONYMOUS Part of me is just irritated with Apple. Who cares if it hasn't been tested, at least let me disable the stinkin alert every time I launch Safari. (Version 0.8) | |
 | Nov 17 2005 |
STERNHAMMER As someone reported in the PithHelmet entry http://macupdate.com/info.php/id/10752 removing all of PithHelmet and reinstalling seems to make the problem go away. I suspect it's something in the PithHelmet.plist file, located in Application Support/PithHelmet. If you try this first make a copy of the file "PHRuleSet.ka" (in Application Support/PithHelmet/com.apple.Safari). After the reinstall replace the new "PHRuleSet.ka" with the original and you should have all your rules back. What a relief. (Version 0.8) | |
 | Dec 27 2005 |
CPRUITT Cant be a problem with Pith Helmet's Plist files cause I dont use Pith Helmet. SIMBL is used with other things as well, in my case its Safari Source that requires it. (Version 0.8) | |
 | Dec 27 2005 |
CPRUITT OK on my case it turns out there was a second Safari Add-On that I completely forgot was ever installed. it was in my ~/Library/ rather than in my /Library/. Removing that fixed the issue in my case. (Version 0.8) | |
 | Aug 19 2005 |
D-LAT. I updated to OS 10.3.9 and had to update all input manager plugins inlcuding SIMBL. Now Safari crashes every time. Please look into this. Never had a problem with previous versions. (Version 0.8) | |
| [ Reply ] | |
 | Jun 4 2005 |
A+ As usual everything Mr. Solomon does is done well. Now Pith Helmet with Safari is snappier. (Version 0.8) | |
| [ Reply ] | |
|