You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 possible lghub_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
N/A
Output of brew doctor and brew config
N/A
Output of brew tap
N/A
The text was updated successfully, but these errors were encountered:
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: