Package Details: nyxt-git latest-6

Git Clone URL: https://aur.archlinux.org/nyxt-git.git (read-only, click to copy)
Package Base: nyxt-git
Description: A keyboard-driven web browser designed for power users
Upstream URL: https://nyxt.atlas.engineer
Licenses: BSD
Conflicts: nyxt, nyxt-browser, nyxt-browser-git
Provides: nyxt, nyxt-browser, nyxt-browser-git
Submitter: MithicSpirit
Maintainer: MithicSpirit
Last Packager: MithicSpirit
Votes: 23
Popularity: 0.000366
First Submitted: 2023-01-08 23:28 (UTC)
Last Updated: 2024-04-25 17:43 (UTC)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 12 Next › Last »

MithicSpirit commented on 2022-04-09 17:46 (UTC)

@Anomalocaris can you check whether you have the environment variable $BINDIR set (just run echo "$BINDIR" in the terminal and see if it outputs anything)? The upstream makefile and nyxt.asd seem fine, but I suspect the issue has to do with this.

MithicSpirit commented on 2022-04-09 17:35 (UTC)

huh it must be placing the nyxt binary in /bin/nyxt instead of /usr/bin/nyxt. This shouldn't be happening since it's installing with PREFIX=/usr but maybe something changed upstream which broke it.

Anomalocaris commented on 2022-04-09 16:06 (UTC)

When I try to update nyxt-browser-git, I get the following error:

error: failed to commit transaction (conflicting files)
nyxt-browser-git: /bin exists in filesystem (owned by filesystem)
nyxt-browser-git: /bin/nyxt exists in filesystem
Errors occurred, no packages were upgraded.

I also tried uninstalling it and re-installing it, but I still got an error saying nyxt-browser-git: /bin exists in filesystem (owned by filesystem).

MithicSpirit commented on 2022-03-31 03:01 (UTC)

Thanks, I'll look into it.

e-v commented on 2022-03-30 09:25 (UTC)

Hello,

It seems that, in order to prevent https://github.com/atlas-engineer/nyxt/issues/2147, this package should depend on webkit2gtk-4.1. See my modified PKGBUILD, which contains this change as well as other minor changes: https://git.sr.ht/~e-v/aur-nyxt-browser-git

Thanks!

ev

fictitiousx commented on 2022-03-13 20:23 (UTC) (edited on 2022-03-14 00:27 (UTC) by fictitiousx)

When installing this package should I still be getting version 2.1.1? I' not familar with git but from what I read I thought installing this package would pull from the git master or whatever. And there is a release thats newer 2.2.4 but I still get 2.1.1 installed. Thanks!

https://github.com/atlas-engineer/nyxt/issues/2144

P.S. thanks for validating. Thought I was loosing my mind. :)

e-v commented on 2022-01-02 10:54 (UTC)

Is anyone getting the following error when running Nyxt?

(sbcl:66572): libsoup-ERROR **: 11:52:38.333: libsoup2 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported.

webkit2gtk does seem to pull both libsoup2 and libsoup3.

MithicSpirit commented on 2021-12-29 21:09 (UTC)

The LDFLAGS build issue has been fixed now.

MithicSpirit commented on 2021-12-29 15:49 (UTC)

Yup. They're misusing the LDFLAGS variable. I've reported the issue here: https://github.com/atlas-engineer/nyxt/issues/1967

lyhokia commented on 2021-12-29 10:12 (UTC) (edited on 2021-12-29 10:28 (UTC) by lyhokia)

Building is failing again, here's the error messages:

ld: unrecognized option '-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now'
ld: use the --help option for usage information
make[1]: *** [Makefile:10: libnyxt.so] Error 1
make[1]: Leaving directory '/home/lyh/.cache/paru/clone/nyxt-browser-git/src/nyxt-browser/libraries/web-extensions'
make: *** [makefile:41: web-extensions] Error 2

This also happens when I try to compile it from source, so I submit an issue in their repo.