oomeow
oomeow
应用内只支持系统托盘图标更改,不支持桌面图标更改
已在 [autobuild](https://github.com/clash-verge-rev/clash-verge-rev/releases/tag/autobuild) 版本中修复
删除内核目录下的 `cache.db` 看看呢
> 2025-11-01 17:14:04 INFO - [Service] 获取到服务版本: 1.1.2 > 2025-11-01 17:14:04 INFO - 服务版本检测:当前=1.1.2, 要求=1.1.2 该日志表明你当前运行的是 2.4.2 版本,并非 2.4.3 版本,请确保安装的是 2.4.3 版本
在 ArchLinux 上未能复现该问题 ``` System Name: Arch Linux System Version: Linux (Arch Linux) System kernel Version: 6.17.7-arch1-1 System Arch: x86_64 Verge Version: 2.4.3 Running Mode: Service Is Admin: false ```
查看一下 `/tmp/verge/` 文件夹中是否存在 `clash-verge-service.sock` 文件
经排查发现,在 2.4.3 版本中,由于服务模式重构,__之前版本已安装的服务模式__ 与当前版本的服务模式安装逻辑未做兼容性检查,导致服务模式未按预期成功运行 解决办法是卸载之前已安装的服务模式,再重新安装此版本的服务模式 > [!TIP] > > 可尝试以 __管理员__ 方式运行 2.4.3 版本中的 `clash-verge-service-uninstall` 执行文件进行卸载,以下是各系统的文件路径地址 > - Linux:`/usr/lib/Clash\ Verge/resources/clash-verge-service-uninstall-...(架构版本)` > - macOS:`/Applications/Clash Verge.app/Contents/Resources/resources/clash-verge-service-uninstall` > - Windows:进入 `配置目录`,执行文件在 `resources/clash-verge-service-uninstall.exe`
> 手动卸载和安装服务之后还是没用,问题依然存在。版本是v2.4.3 手动卸载后,请查看系统中是否还存在服务进程,确保服务正确卸载
@amrbashir I reproduced the issue in my repo [tauri-app](https://github.com/oomeow/tauri-app), this is a simple tauri app example. Execution steps: Click the `Greet` button -> Close the window immediately then the problem...