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: 22
Popularity: 0.20
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 .. 3 4 5 6 7 8 9 10 11 12 Next › Last »

haawda commented on 2019-10-04 17:18 (UTC)

Yes, it is fixed.

Ambrevar commented on 2019-10-04 10:15 (UTC)

I think I've fixed it out for real.

Ambrevar commented on 2019-10-04 09:35 (UTC)

This is odd, can you report the error output you get?

I've pushed a potential fix on master, let me know if that works for you.

haawda commented on 2019-10-03 21:33 (UTC)

I again had to put

(in-package :next)
(setf (get-default 'port 'path)
      "/usr/bin/next-gtk-webkit")

into my ~/.config/next/init.lisp file, otherwise next will not find it's binaries. This has been fixed on 15th July by Ambrevar in the upstream sources, but the behaviour is back again.

nowayman commented on 2019-09-23 02:35 (UTC) (edited on 2019-09-23 02:37 (UTC) by nowayman)

Unable to build this on my machine. I get the following error despite all dependencies being installed:

Compilation failed.
Make sure the 'xclip' binary and the 'sqlite' and 'libfixposix' development files are available on your system.
mkdir -p "/home/n/.cache/yay/next-browser-git/pkg/next-browser-git/usr/bin"
cp -f next "/home/n/.cache/yay/next-browser-git/pkg/next-browser-git/usr/bin/"
cp: cannot stat 'next': No such file or directory
make: *** [Makefile:95: install-next] Error 1
==> ERROR: A failure occurred in package().
    Aborting...
Error making: next-browser-git

Any pointers would be appreciated.

Ambrevar commented on 2019-09-10 10:42 (UTC)

Is anyone experience extreme RAM consumption with Next? See this issue upstream: https://github.com/atlas-engineer/next/issues/347

haawda commented on 2019-08-17 16:15 (UTC) (edited on 2019-08-17 16:15 (UTC) by haawda)

BSD is not a common license, so you have to provide the license file in package function.

install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE

Ambrevar commented on 2019-08-05 14:56 (UTC)

Next 1.3 is out! Lots of goodies in there: https://github.com/atlas-engineer/next/blob/master/documents/CHANGELOG.org

haawda commented on 2019-07-15 19:16 (UTC)

Thanks, works fine.

Ambrevar commented on 2019-07-15 06:52 (UTC)

@haawda: I've fixed the issue upstream, so if you update you won't need this line of config anymore. Cheers!