-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
logitech-g-hub uninstaller does not remove system extensions #194572
Comments
Just a hint, I found this post to be helpful when trying to fix G Hub: https://old.reddit.com/r/LogitechG/comments/bluth5/uninstaller_for_g_hub_for_mac/ - the entire uninstall did not work for me at all via homebrew. Did that work for you? I had to run the uninstall via the file manually downloaded again. |
I think we are discovering there are issues specifically on ARM with this uninstaller (it is an Intel only binary) as I cannot get it to run correctly by calling the uninstaller directly, completely outside of Homebrew. We're working on seeing what can be done but right now looking like two options -
|
We think this is currently resolved via #195559 as far as removal is concerned. We've removed the uninstall script and are using Homebrew native DSL to do the uninstall. Please update and if there are problems please let us know! Thanks! |
Verification
--force
.brew update-reset && brew update
and retried my command.brew doctor
, fixed as many issues as possible and retried my command.Description of issue
In the
logitech-g-hub
cask, the zap stanza does not remove system extensions added during install. For me, these are located at/Library/SystemExtensions/59AEB536-F83A-4F22-8045-C690E43D3352/com.logi.ghub.audiooverride.dext
and/Library/SystemExtensions/74D1458E-1796-412A-A73C-4F52F916B31F/com.logi.ghub.hidfilter.dext
. It's possiblelghub_updater --uninstall
was supposed to remove these, but I think they should be dealt with when running--zap
anyway.The user can also manually remove them in System Settings > General > Login Items & Extensions, so could also just add a caveat to the formula?
Command that failed
brew uninstall -f --zap logitech-g-hub
Output of command with
--verbose --debug
Output of
brew doctor
andbrew config
Output of
brew tap
The text was updated successfully, but these errors were encountered: