Package Details: nekoray 4.0.1-2

Git Clone URL: https://aur.archlinux.org/nekoray.git (read-only, click to copy)
Package Base: nekoray
Description: Qt based cross-platform GUI proxy configuration manager (backend: sing-box)
Upstream URL: https://matsuridayo.github.io
Keywords: nekoray qv2ray v2ray
Licenses: GPL-3.0-or-later
Submitter: zhullyb
Maintainer: zhullyb (zhaose, lilac, Integral)
Last Packager: lilac
Votes: 15
Popularity: 1.34
First Submitted: 2023-02-28 00:41 (UTC)
Last Updated: 2024-12-13 05:39 (UTC)

Latest Comments

1 2 3 Next › Last »

Sovenok-Hacker commented on 2024-12-24 16:39 (UTC)

If someone have any problems with protobuf, just clear your AUR helper cache (eg. yay -Sc for yay) and reinstall nekoray package. It should rebuild the package for new protobuf version. It helped for me.

dreieck commented on 2024-11-25 22:50 (UTC)

Please follow the Arch Linux guide on Git submodules and download them via source and reference them in prepare(), instead of downloading stuff in build() (!):

==> Starting build()...
Submodule '3rdparty/QHotkey' (https://github.com/Skycoder42/QHotkey.git) registered for path '3rdparty/QHotkey'
Cloning into '/var/cache/makepkg/build/nekoray/src/nekoray/3rdparty/QHotkey'...
Submodule path '3rdparty/QHotkey': checked out '52e25acf221e5ac86ce648f6922620fb2d6a7121'
/var/cache/makepkg/build/nekoray/src /var/cache/makepkg/build/nekoray/src/nekoray
Cloning into 'sing-box'...
remote: Enumerating objects: 16237, done.
remote: Total 16237 (delta 0), reused 0 (delta 0), pack-reused 16237 (from 1)
Receiving objects: 100% (16237/16237), 4.45 MiB | 1.93 MiB/s, done.
Resolving deltas: 100% (11628/11628), done.
/var/cache/makepkg/build/nekoray/src/sing-box /var/cache/makepkg/build/nekoray/src /var/cache/makepkg/build/nekoray/src/nekoray
Note: switching to '06557f6cef23160668122a17a818b378b5a216b5'.
[...]
Cloning into 'libneko'...
remote: Enumerating objects: 87, done.
remote: Counting objects: 100% (87/87), done.
remote: Compressing objects: 100% (51/51), done.
remote: Total 87 (delta 32), reused 73 (delta 18), pack-reused 0 (from 0)
Receiving objects: 100% (87/87), 12.55 KiB | 12.55 MiB/s, done.
Resolving deltas: 100% (32/32), done.
/var/cache/makepkg/build/nekoray/src/libneko /var/cache/makepkg/build/nekoray/src /var/cache/makepkg/build/nekoray/src/nekoray
Note: switching to '1c47a3af71990a7b2192e03292b4d246c308ef0b'.
[...]

Also, please download go specific stuff in prepare(), not in build(), so that build() can run offline:

go: downloading github.com/codeclysm/extract v2.2.0+incompatible
go: downloading github.com/juju/errors v0.0.0-20220331221717-b38fca44723b
go: downloading github.com/h2non/filetype v1.1.3

/var/cache/makepkg/build/nekoray/src/nekoray
/var/cache/makepkg/build/nekoray/src/nekoray/go/cmd/nekobox_core /var/cache/makepkg/build/nekoray/src/nekoray
go: downloading github.com/go-chi/chi/v5 v5.0.12
go: downloading github.com/sagernet/sing v0.4.3
go: downloading google.golang.org/grpc v1.63.2
go: downloading google.golang.org/protobuf v1.33.0
[ ... lots more ... ]

Regards!

dominus commented on 2024-09-28 17:46 (UTC)

After VLESS proxy connecting throw error: "geosite.db not found" I fixed install this yay -S nekoray sing-geoip-common sing-geoip-db sing-geoip-rule-set sing-geosite-common sing-geosite-db sing-geosite-rule-set

m0nclous commented on 2024-09-25 12:28 (UTC) (edited on 2024-09-25 12:33 (UTC) by m0nclous)

After VLESS proxy connecting throw error: "geosite.db not found"


Upd: fixed after install sing-geoip and sing-geosite packages

InattentiveNerd commented on 2024-09-15 18:40 (UTC)

@Aftermath Nekoray has dropped support for Xray in the newer versions.

petrikoz commented on 2024-09-11 12:55 (UTC)

Hi @a404m!

During system upgrade my protobuf updated to version 28.0-1. And I got the same error as you. Reinstalling NekoRay solved the problem.

I think you can just reinstall NekoRay. And it will link your current version of protobuf.

But I still have a problem with sha512sum of 1350.patch. But maybe it's my local problem....

Aftermath commented on 2024-08-24 13:52 (UTC)

Hi @a404m !

is it me or you also have this problem?

No, I do not have this problem. I also have protobuf 27.3.0 installed.

I suggest clean rebuilding once again.

a404m commented on 2024-08-24 08:34 (UTC)

Hey I have this problem when I try to start nekoray

/usr/lib/nekobox/nekobox: error while loading shared libraries: libprotobuf.so.27: cannot open shared object file: No such file or directory

is it me or you also have this problem? I have this since I have updated nekoray, and yes I have libprotobuf installed

$ ls /usr/lib/libprotobuf*
/usr/lib/libprotobuf-c.so        /usr/lib/libprotobuf-lite.so.27.3.0
/usr/lib/libprotobuf-c.so.1      /usr/lib/libprotobuf.so
/usr/lib/libprotobuf-c.so.1.0.0  /usr/lib/libprotobuf.so.27.3.0
/usr/lib/libprotobuf-lite.so

Aftermath commented on 2024-08-06 14:32 (UTC)

Hey guys, I didn't update nekoray package on my system for more than a month. I use Xray and afraid if it works in newer versions of Nekoray or not.

Can someone guide me in that?