-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
[BUG] Brew uninstall command won't execute after uninstall #165
Comments
Okay, I think I have all of them fixed on my end except for the CLI one. So the full command would be: When you recorded the logs, did you enable, disable or both, the CLI toggle?
|
The above picture is when it's on. |
I don't even have this directory And here is the video 2024-11-27.7.54.08.mov |
That's kind of wild, I haven't seen anyone without that bin folder before. I thought it was default on macOS. I might need to add a catch and check that the folder exists before running the symlink commands. |
Yeah, it worked after |
Awesome, thanks for confirming! |
Tried your test build and the latest release build, if I uninstall an app from Finder extension, the brew uninstall command won't trigger. |
Ughh..hmm..I just tested it now and it came right up with terminal and brew cleaned the app once I clicked uninstall. Maybe record it and show me what you get. |
Ahh, it's the close after uninstall setting preventing it still. |
Actually, can you try this when you have a moment? I was able to work on it a bit. |
Yeah, now it works |
I'll have this out in the next patch release. |
If the
![image](https://private-user-images.githubusercontent.com/33802186/390064250-2dfd202e-cf3e-4ec5-affe-945dcf2b03ac.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4ODYxMDIsIm5iZiI6MTczODg4NTgwMiwicGF0aCI6Ii8zMzgwMjE4Ni8zOTAwNjQyNTAtMmRmZDIwMmUtY2YzZS00ZWM1LWFmZmUtOTQ1ZGNmMmIwM2FjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDIzNTAwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTE3NDVjZDRhYzRlMzk5YTRlMDZkMTlmM2JlMzRiOWI2NTljZTNjODJmNzg0ZmMzOWM3YTVkZmNhNDBlOWIyZGMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ObK3xPbdFRGZXjsW0aGqseSKjOSh-rEQGuOCssDpruU)
close after uninstall
option is on, the auto brew uninstall command won't execute.Also I have found some other bugs:
CLI support
can't be enabled, and here is the error logclose after uninstall
says it will only affect when Pearcleaner is opened via Finder extension, but if I open the app normally , it will also close itself after uninstall.The text was updated successfully, but these errors were encountered: