Package Details: clash-for-windows-bin 0.20.39-3

Git Clone URL: https://aur.archlinux.org/clash-for-windows-bin.git (read-only, click to copy)
Package Base: clash-for-windows-bin
Description: A Windows/macOS/Linux GUI based on Clash and Electron.
Upstream URL: https://web.archive.org/web/20231030023332/https://github.com/Fndroid/clash_for_windows_pkg
Keywords: clash clash-for-windows
Submitter: Shiroko
Maintainer: Jat
Last Packager: Jat
Votes: 27
Popularity: 0.049516
First Submitted: 2021-09-05 17:21 (UTC)
Last Updated: 2024-03-26 09:03 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

xusheng0711 commented on 2022-09-26 05:17 (UTC)

v0.20.0之后,多了一个clash-linux.sign文件,clash-core-service启动clash-linux的时候会去校验签名,默认打包的时候做了strip,PKGBUILD里面禁用strip就好了,没有源码查起来真是隐晦。

PKGBUILD加一行

options=(!strip)

DannyLiu commented on 2022-09-18 01:01 (UTC)

same problem with arc9un's. service mode current status:inactive fail to install service user did not grant permission

arc9un commented on 2022-09-16 03:36 (UTC) (edited on 2022-09-16 03:39 (UTC) by arc9un)

cfw v0.20.3

service mode current status:inactive

Clicking on install or uninstall will display the following:

fail to install service

user did not grant permission

Is there any solution?

Alicespace commented on 2022-09-15 16:29 (UTC) (edited on 2022-09-15 16:56 (UTC) by Alicespace)

Fix build error on aarch64 system

issue

cd: Clash for Windows-0.20.2-x64-linux: 没有那个文件或目录

patch

diff --git a/PKGBUILD b/PKGBUILD
index 1a48620..af57d65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -47,7 +47,7 @@ build() {
 }

 package() {
+    local parch=$(echo ${CARCH} | sed "s/x86_64/x64/;s/aarch64/arm64/")
-    local parch=$(echo ${arch} | sed "s/x86_64/x64/;s/aarch64/arm64/")
     cd "Clash for Windows-${pkgver}-${parch}-linux"
     echo "packaging resource files as 644"
     find . -type f -not \( -name "cfw" -or -name "clash-linux" -or -name "clash-core-service" -or -name "chrome-sandbox" -or -name "*.sh" \) \

zeemanz commented on 2022-08-30 11:15 (UTC)

Need to be updated!

chenx_dust commented on 2022-08-27 02:36 (UTC)

需要维护!!

fenglingdingdang commented on 2022-06-12 07:15 (UTC)

在manjaro gnome上安装之后不显示“System Proxy”项,有没有大手知道怎么解决

Shiroko commented on 2022-05-20 11:00 (UTC)

Clash For Windows introduced aarch64 architecture in the version v0.19.19. Release note: "add ARM64 Linux support(armv8 core)"

I have no aarch64 machine to test it. Use it at your own risk. Issues are always welcomed.