Package Details: clash-verge 1.7.7-1

Git Clone URL: https://aur.archlinux.org/clash-verge.git (read-only, click to copy)
Package Base: clash-verge
Description: A Clash Meta GUI based on Tauri, Continuation of Clash Verge
Upstream URL: https://github.com/clash-verge-rev/clash-verge-rev
Licenses: GPL-3.0-or-later
Submitter: sukanka
Maintainer: Kiri0 (lilac)
Last Packager: lilac
Votes: 8
Popularity: 0.42
First Submitted: 2022-09-24 13:11 (UTC)
Last Updated: 2024-08-21 21:47 (UTC)

Pinned Comments

Kiri0 commented on 2024-01-18 02:47 (UTC) (edited on 2024-01-18 02:51 (UTC) by Kiri0)

安装后,需选择内核,否则一片空白。 Settings -> Clash Core (GRANT 是给权限,不选中。 要选中内核,必须在内核名字处点一下!!!坑!)

本包对应的二进制包是clash-verge-rev-bin。不想编译的直接装-bin,香。

Latest Comments

1 2 3 4 5 Next › Last »

FlyInWind commented on 2025-01-16 03:31 (UTC)

v2.0.3 发布了,麻烦更新一下。

zzq commented on 2024-10-14 01:45 (UTC)

@Crocodile-Shoes 如果软件窗口过小,可能需要下拉左侧选项才能看到设置(Settings)

Crocodile-Shoes commented on 2024-10-13 14:14 (UTC)

非常不好意思,我是一个archlinux新手,不是很能理解置顶评论中说的“安装后,需选择内核,否则一片空白。 Settings -> Clash Core”,因为我在电脑setting中没有找到这个选项,另外也没有直接在这个软件上找到setting,请问是我中间缺少了什么操作吗?我直接使用yay -S clash-verge进行安装,有谁能解答吗?非常感谢

fleey commented on 2024-08-24 05:28 (UTC)

Thanks to the author for developing and maintaining the package, but when I use the v.1.7.7-1 on a manjaro gnome 24 I encounter a problem: the hotkey settings don't take effect, and I've troubleshot the hotkey conflicts. Looking forward to help and appreciate it!

detian commented on 2024-08-19 12:34 (UTC)

@Kiri0 第42行是不是应该改成 touch src-tauri/sidecar/verge-mihomo{,-alpha}-${CARCH}-unknown-linux-gnu

Moiovo commented on 2024-08-16 02:23 (UTC) (edited on 2024-08-16 02:24 (UTC) by Moiovo)

clash-verge-1.7.5.tar.gz ... 失败\n 包好像过期了

homer commented on 2024-08-03 06:16 (UTC)

installation error Validating source files with sha512sums... clash-verge-1.7.5.tar.gz ... FAILED

Kiri0 commented on 2024-07-06 10:29 (UTC)

@Minami926494 已通过软链接修复该问题

PKGBUILD 增加:

ln -sf /usr/bin/clash-meta  ${pkgdir}/usr/bin/verge-mihomo

Minami926494 commented on 2024-07-03 06:02 (UTC)

由1.6.x或更低版本升至1.7.1-1后,需更改内核为mihomo,并在usr/bin目录内将mihomo二进制文件命名为"verge-mihomo"才可被应用读取

Kiri0 commented on 2024-06-07 08:00 (UTC) (edited on 2024-06-07 08:02 (UTC) by Kiri0)

最新版1.6.5从源码编译出错:

       Error `tauri.conf.json` error on `tauri > bundle > deb`: Additional properties are not allowed ('conflicts', 'provides', 'replaces' were unexpected)
       Error `tauri.conf.json` error on `tauri > bundle > targets`: ["deb","rpm","appimage","updater"] is not valid under any of the schemas listed in the 'anyOf' keyword
       Error `tauri.conf.json` error on `tauri > bundle`: Additional properties are not allowed ('rpm' was unexpected)

@Zylsjsp:

"尝试编译安装1.6.5时无法通过编译 查找相关依赖问题 发现针对rpm和deb包的新增功能使用了@tauri-apps/>cli的beta api (于tauri-apps/tauri@36b4c12 中引入 至少需要版本为 tauri-v2.0)

该问题预期会影响所有从源码编译安装的linux用户"

详见issue