After upgrading to macos15.4. 1, many application icons in menubar are not displayed
by Poster
Apr 23, 2025
6
At present, WeChat, Enterprise WeChat, and fantastical2 application icons cannot be displayed in the menu bar
Replies
-
Anonymous1658 Apr 23, 2025Mine will do
-
Anonymous2605 Apr 23, 2025https://i.imgur.com/agAJ0Rd. png is probably covered, right? You can try it by searching for Barbee in the App Store
-
Anonymous9541 Apr 23, 2025Turn off qq music
-
Anonymous9542 Apr 23, 2025If you don't want to use third-party software, you can try the following method (that's how I adjusted it) In macOS Big Sur and later, the spacing of menu bar applications is modified, and the command is run in the terminal ` ` ` shell Defaults-currentHost write-globalDomain NSStatusItemSpacing-int x Defaults-currentHost write-globalDomain NSStatusItemSelectionPadding-int y ``` A line spacing of 6 (x) and a padding value of 12 (y) seems ideal to me, it varies from person to person. It works best when the padding value is twice the line spacing value. Return to default settings (terminal run) ` ` ` shell Defaults-currentHost delete-globalDomain NSStatusItemSelectionPadding Defaults-currentHost delete-globalDomain NSStatusItemSpacing ``` After the terminal executes the command, the computer logs out or restarts
-
Poster Apr 23, 2025@ Anonymous2605 have tried bartender but it still doesn't work; There are very few icons displayed that day, so it should not be covered
-
Poster Apr 23, 2025@ Anonymous9541 doesn't install qq music