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.166308
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 .. 4 5 6 7 8 9 10 11 12 Next › Last »

haawda commented on 2019-07-13 08:10 (UTC)

Thanks for the hint; putting

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

makes it work again.

haawda commented on 2019-07-13 08:01 (UTC)

I was using this PKGBUILD and actually it used to work before. next-gtk-webkit is there.

[haawda@frege ~]$ pacman -Ql next-browser-git
next-browser-git /usr/
next-browser-git /usr/bin/
next-browser-git /usr/bin/next
next-browser-git /usr/bin/next-gtk-webkit
next-browser-git /usr/share/
next-browser-git /usr/share/applications/
next-browser-git /usr/share/applications/next.desktop
next-browser-git /usr/share/icons/
next-browser-git /usr/share/icons/hicolor/
next-browser-git /usr/share/icons/hicolor/128x128/
next-browser-git /usr/share/icons/hicolor/128x128/apps/
next-browser-git /usr/share/icons/hicolor/128x128/apps/next.png
next-browser-git /usr/share/icons/hicolor/16x16/
next-browser-git /usr/share/icons/hicolor/16x16/apps/
next-browser-git /usr/share/icons/hicolor/16x16/apps/next.png
next-browser-git /usr/share/icons/hicolor/256x256/
next-browser-git /usr/share/icons/hicolor/256x256/apps/
next-browser-git /usr/share/icons/hicolor/256x256/apps/next.png
next-browser-git /usr/share/icons/hicolor/32x32/
next-browser-git /usr/share/icons/hicolor/32x32/apps/
next-browser-git /usr/share/icons/hicolor/32x32/apps/next.png
next-browser-git /usr/share/icons/hicolor/512x512/
next-browser-git /usr/share/icons/hicolor/512x512/apps/
next-browser-git /usr/share/icons/hicolor/512x512/apps/next.png

Ambrevar commented on 2019-07-13 05:04 (UTC)

@haawda: The error is telling you that the next-gtk-webkit executable is mising. How did you install the package? Via this PKGBUILD? If so, can you report what pacman -Ql next-browser-git returns? As a workaround, you could also try the suggestion from the error message.

haawda commented on 2019-07-11 18:20 (UTC) (edited on 2019-07-12 06:48 (UTC) by haawda)

Cannot start next.

[haawda@frege ~]$ LANG=C next
 <INFO> [20:23:00] next base.lisp (start) - NEXT::+VERSION+: "1.2.2-e13f5b9"
 <INFO> [20:23:00] next base.lisp (load-lisp-file form-fun-4) -
  Loading configuration from /home/haawda/.config/next/init.lisp...
 <WARN> [20:23:00] next base.lisp (start) -
  swank:*communication-style* is set to :SPAWN, recommended value is :fd-handler
 <WARN> [20:23:00] next minibuffer.lisp (echo) -
  Can't echo (~a enabled. MINIBUFFER-MODE) without minibuffer or interface
 <INFO> [20:23:00] next remote.lisp (initialize-instance :after remote-interface) -
  Bus connection name: :1.9366
<ERROR> [20:23:00] next base.lisp (initialize-port remote-interface fun19) -
  Failed to find the TRUENAME of /home/haawda/next-gtk-webkit:
    No such file or directory
Make sure the platform port executable is either in the
PATH or set in you ~/.config/next/init.lisp, for instance:

(setf (get-default 'port 'path)
      "~/common-lisp/next/ports/gtk-webkit/next-gtk-webkit")

Ambrevar commented on 2019-06-25 18:28 (UTC)

@cjber: Thanks for fixing the package!

Ambrevar commented on 2019-06-22 15:31 (UTC)

Sorry, forgot to disown the package. Now done, it should work for you.

cjber commented on 2019-06-22 10:46 (UTC)

@Ambrevar apologies for the delay. I am a little new to this. I believe I have everything ready to push but am getting an error

git-receive-pack: permission denied: cjber

Is there some additional step to adopting a package? I believe my ssh key etc is set up correctly. Thanks.

Ambrevar commented on 2019-06-22 06:31 (UTC)

Thanks @cjber, feel free to go ahead then ;) All this PKGBUILD needs is to add libfixposix to the depends.

cjber commented on 2019-06-18 19:54 (UTC)

@Ambrevar Ok, sure.

Ambrevar commented on 2019-06-15 19:03 (UTC)

@cjber: Would you like to adopt this package?