w0lfschild / mySIMBL

:package: Plugin manager for macOS
https://www.macenhance.com/macforge
MIT License
980 stars 61 forks source link

Uninstall SIMBL #35

Closed shcaerp closed 7 years ago

shcaerp commented 7 years ago

I cannot uninstall SIMBL on Sierra 12.4. I have clicked the uninstall - logged out and back in - and the agent is still installed and running as well as the osax. Is there another way?

w0lfschild commented 7 years ago

You can always manually delete the files. Check out this file for a full idea of what's removed.

./mySIMBL.app/Contents/Frameworks/SIMBLManager.framework/Versions/A/Resources/removeSIMBL

PhilipTrauner commented 7 years ago

Issue still seems to persist. I was unable to uninstall by clicking the uninstall button in mySIMBL, executing the uninstall binary worked fine, though.

nickatsegment commented 6 years ago

The uninstall script has a bug in it:

+ echo 'Removing files'
Removing files
+ for i in '"${cleanupFiles[@]}"'
+ echo Removing: '/Library/Application Support/SIMBL'
Removing: /Library/Application Support/SIMBL
+ nukeFiles '/Library/Application Support/SIMBL'
+ [[ -e /Library/Application Support/SIMBL ]]
+ [[ -f /Library/Application Support/SIMBL ]]
+ rm -vr '/Library/Application Support/SIMBL'
override rw-r--r--  root/admin for /Library/Application Support/SIMBL/SIMBLAgent.app/Contents/_CodeSignature/CodeResources?

Should be rm -rvf probably

truncj commented 5 years ago

Open up: /Applications/mySIMBL.app/Contents/Frameworks/SIMBLManager.framework/Versions/A/Resources/removeSIMBL

Remove/Comment out this line: exec &>"$log_dir"/removeSIMBL.log

Run: sudo ./removeSIMBL Then run: rm -rf /Applications/mySIMBL.app/

olets commented 4 years ago

Didn't think to notice where these lived, but I trashed /Applications/mySIMBL.app rather than rming it and AppTrap found these additional deletable things:

Dragvice commented 3 years ago

Is there a fail safe way to uninstall mysimbl because i was getting mysimbl asking for permission ever since i upgraded to macOS Mojave and i had moved mysimbl to trash before upgrading to mojave and in mojave i installed mysimbl again

Plus: sorry for being late to the conversation

olets commented 3 years ago

Don't know but (per the README) mySIMBL is deprecated and replaced by https://github.com/MacEnhance/MacForge. Probably best to use that instead

Dragvice commented 3 years ago

thx ill give it a try

albertputinjobs commented 3 years ago

try these commands to completely remove it launchctl list | egrep {SIMBLAgent} and launchctl remove {SIMBLAgent}