After each update of microsoft-edge, the application's Dock icon disappears. This issue results in me having to manually re-add the Edge icon to my Dock after every update, disrupting workflow and user experience.
I have one startup command for my machine that will make sure everything is up to date.
$ brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: Some installed formulae are deprecated or disabled.
You should find replacements for the following formulae:
openssl@1.1
$ brew config
HOMEBREW_VERSION: 4.2.11-103-gcd1f040
ORIGIN: https://github.com/Homebrew/brew
HEAD: cd1f0409493c77e7964cf03a0fb1e93d03a83772
Last commit: 16 hours ago
Core tap JSON: 09 Mar 11:49 UTC
Core cask tap JSON: 09 Mar 11:49 UTC
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 12
HOMEBREW_NO_ENV_HINTS: set
Homebrew Ruby: 3.1.4 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/bin/ruby
CPU: dodeca-core 64-bit kabylake
Clang: 15.0.0 build 1500
Git: 2.44.0 => /usr/local/bin/git
Curl: 8.4.0 => /usr/bin/curl
macOS: 14.3.1-x86_64
CLT: 15.3.0.0.1.1708646388
Xcode: 15.1 => /Applications/Xcode-15.1.0.app/Contents/Developer
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
After each update of
microsoft-edge
, the application's Dock icon disappears. This issue results in me having to manually re-add the Edge icon to my Dock after every update, disrupting workflow and user experience.I have one startup command for my machine that will make sure everything is up to date.
brew update && brew update --casks && brew upgrade --greedy && brew upgrade --casks --greedy && brew cleanup && brew cleanup -s && brew doctor && brew autoremove
Command that failed
brew upgrade --casks --greedy
Output of command with
--verbose --debug
Output of
brew doctor
andbrew config
Output of
brew tap