V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
ggp1ot2
V2EX  ›  程序员

急, mac 状态栏(程序坞)图标都不显示了咋办

  •  
  •   ggp1ot2 · 308 天前 · 934 次点击
    这是一个创建于 308 天前的主题,其中的信息可能已经有所发展或是发生改变。

    就像下图这样,图标都不显示了,重启也没用

    5 条回复    2023-06-27 19:46:06 +08:00
    chundi
        1
    chundi  
       308 天前
    清理一下 Dock 图标缓存试试看
    ggp1ot2
        2
    ggp1ot2  
    OP
       308 天前
    @chundi 感谢指引,主要是搜索关键词

    下面代码可解,完
    ```
    sudo find /private/var/folders/ \( -name com.apple.dock.iconcache -or -name com.apple.iconservices \) -exec rm -rfv {} \;

    sudo rm -rf /Library/Caches/com.apple.iconservices.store;

    killall Dock
    ```
    alteremliu
        3
    alteremliu  
       308 天前
    killall Dock
    rocmax
        4
    rocmax  
       308 天前 via Android
    清理图标缓存,最近 chrome 死了几次,每次都丢图标
    xscit
        5
    xscit  
       308 天前 via iPhone
    看着像是害羞了👀
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2553 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 13:02 · PVG 21:02 · LAX 06:02 · JFK 09:02
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.