Package Details: cloudflare-warp-bin 2025.2.600-1

Git Clone URL: https://aur.archlinux.org/cloudflare-warp-bin.git (read-only, click to copy)
Package Base: cloudflare-warp-bin
Description: Cloudflare Warp Client
Upstream URL: https://1.1.1.1
Licenses: unknown
Conflicts: cloudflare-warp
Provides: warp-cli, warp-diag, warp-svc
Submitter: solatis
Maintainer: solatis (mhdi, billyaddlers, vk8a8, Neomax7)
Last Packager: mhdi
Votes: 58
Popularity: 1.69
First Submitted: 2021-05-26 08:59 (UTC)
Last Updated: 2025-03-31 23:04 (UTC)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 19 Next › Last »

solatis commented on 2022-10-10 10:33 (UTC)

That’s great, I’ve added you as a co-maintainer!

nicarim commented on 2022-10-10 07:49 (UTC)

I could take over @solatis :) I'll be using it in the near future pretty often so I could update it whenever I need it.

solatis commented on 2022-10-08 16:27 (UTC)

Hey guys, I just pushed to latest release of cloudflare, and the taskbar is now properly integrated (and mentioned) in the package.

As I'm going to be a bit less available for the next few months, I'm looking for someone to help out as a co-maintainer of the package -- not necessarily because it's a lot of work, but just that changes and updates can be implemented in a timely manner.

Let me know if anyone is interested, it would be appreciated!

nicarim commented on 2022-10-07 15:37 (UTC) (edited on 2022-10-07 15:52 (UTC) by nicarim)

It might be also worth it to add it to the post_install function, because it doesn't mention it explicitly.

It is ran using systemctl --user enable --now warp-taskbar

solatis commented on 2022-10-07 12:57 (UTC)

@nicarim Thanks for the suggestion, updated the package and pushed the change!

nicarim commented on 2022-10-07 12:42 (UTC)

Hey,

Are you able to add to PKGBUILD changes to include warp-taskbar service? It's used for notifications by warp-cli, and it breaks some functionalities if it's not there (can't get re authentication requests for example)

@@ -112,10 +112,14 @@ check() {
 package() {
     mkdir "${pkgdir}/usr/" || true
     cp -R "${srcdir}/build/"{bin,lib} "${pkgdir}/usr/"
+    cp -R "${srcdir}/build/usr/lib" "${pkgdir}/usr/"

     # Fix systemd unit
     sed -i \
         -e "s%ExecStart=/bin/warp-svc%ExecStart=/usr/bin/warp-svc%" \
         "${pkgdir}"/usr/lib/systemd/system/warp-svc.service
-
+    sed -i \
+        -e "s%ExecStart=/bin/warp-taskbar%ExecStart=/usr/bin/warp-taskbar%" \
+        "${pkgdir}"/usr/lib/systemd/user/warp-taskbar.service
+
 }

AchmadFathoni commented on 2022-08-28 07:15 (UTC)

Well, I just need a simple restart.

AchmadFathoni commented on 2022-08-28 06:57 (UTC)

Need help

DEBUG warp::warp: Connect finished Err(Os { code: 19, kind: Uncategorized, message: "No such device" })
 WARN main_loop: warp::warp_service: Tunnel connection experienced error error=Os { code: 19, kind: Uncategorized, message: "No such device" }
DEBUG main_loop: warp::warp_service: Entering main loop arm arm="conn_error"
ERROR main_loop: warp::warp_service: Connection error
DEBUG main_loop: warp::firewall: Firewall reset to defaults
ERROR main_loop: warp::firewall::linux: Failed to start firewall with exit code: exit status: 3
DEBUG main_loop: warp::warp_service: Entering main loop arm arm="status_change"
 INFO main_loop: warp::warp_service: WARP status: Disconnected
DEBUG main_loop: warp::warp_service::ipc_handlers: Sending IPC status update: Disconnected
DEBUG main_loop: warp::warp_service::ipc_handlers: Ipc response: 0; Status: Disconnected


solatis commented on 2022-07-24 10:56 (UTC)

Hi all,

Thank you for the patience, I finally had the time to fix the PGP mess and sync the latest release.

I've removed the PGP checks from the package entirely, it was far more trouble than it was worth. The MD5 and SHA256 checks are still in place.

I've also updated the package to the latest release, 2022.5.346-1.

Let me know if anyone still has any installation trouble.

solatis commented on 2022-07-12 08:55 (UTC)

Sorry for the delay in response everyone, I was on leave for a few weeks.

@glitsj16 I believe you're correct, although pacman really should automatically pull in the PGP key anyway, but Cloudflare is publishing these things in a problematic way. The "regular" GPG import is not working for these users either, so I think we're hitting into some configuration issue.

I'm very much inclined to get rid of the PGP key validation, it seems to be way more trouble than it's worth.