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

Mac 开机,向日葵在没有启动的情况下,一直在尝试连接服务

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

    Mac 开机,向日葵在没有启动的情况下,一直在尝试连接服务,这是什么情况 [3855] 2024-07-14 10:34:02.628 - Info - applicationWillFinishLaunching [3855] 2024-07-14 10:34:02.638 +Warning+ [agent] try connection service. [3855] 2024-07-14 10:34:05.692 +Warning+ [agent] try connection service. [3855] 2024-07-14 10:34:08.733 +Warning+ [agent] try connection service. [3855] 2024-07-14 10:34:11.805 +Warning+ [agent] try connection service. [3855] 2024-07-14 10:34:14.879 +Warning+ [agent] try connection service.

    5 条回复    2024-07-15 13:47:58 +08:00
    sendi
        1
    sendi  
       67 天前
    mac 下的远程软件 不管是 todesk 和向日葵 都是不尽人意,经常会有闪退打不开
    可以 pd 开台虚拟机,用来远程,还安全
    wclebb
        2
    wclebb  
       67 天前 via iPhone
    因为向日葵广告原因,我把多数远程软件扔进虚拟机里了。
    yuanxiaosong
        3
    yuanxiaosong  
       67 天前
    #!/bin/bash


    # 检测是否以 sudo 运行
    if [ "$(id -u)" != "0" ]; then
    echo "请以 sudo 执行当前脚本" 1>&2
    exit 1
    fi

    echo 正在清理向日葵开机启动项
    rm -rf /Library/LaunchAgents/com.oray.sunlogin.agent.plist
    rm -rf /Library/LaunchAgents/com.oray.sunlogin.startup.plist
    rm -rf /Library/LaunchDaemons/com.oray.sunlogin.helper.plist
    rm -rf /Library/LaunchDaemons/com.oray.sunlogin.plist
    yuanxiaosong
        4
    yuanxiaosong  
       67 天前
    你以为它没启动,其实它是通过 service 的方式注册了,不过清理了过后向日葵就打不开了,可以尝试备份到其他文件夹,要使用向日葵的时候再还原回去。
    v2hh
        5
    v2hh  
       66 天前
    欢迎使用连连控远程控制,刚更新了 macOS 的版本,https://www.asklink.com/download/
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1552 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 16:59 · PVG 00:59 · LAX 09:59 · JFK 12:59
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.