-
-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nyxt installed with guix fails to fetch buffer names and urls #1103
Comments
The
lines signal something is wrong with your install. You should not install both glibc-locales and glibc-utf8-locales, only one of them. From the manual:
If this does not help, try installing Nyxt with
Please let us know if this works for you! :) |
Thanks, I was not aware that only one package should be installed. I have uninstalled |
No worries, take your time.
About disk usage, something that I found works really well to save space
is enable compression.
Btrfs supports Zstd which performs extremely well: in many cases, it
gives you a performance boost while saving 30-60% of disk usage.
This works extremely well for Guix, but it's also true to all
distributions of course.
About uninstallation: If I'm not mistaken, Guix installs files to only 2
locations on the system, which should make it really easy to uninstall:
- /var/guix
- /gnu/store
You may want to clean up some cached files or symlinks in your home
directory too
- ~/.cache/guix
- ~/.guix-profile
Hope that helps!
|
I might be forgetting some already, but in fact there were files in:
Most are small files but I wanted to get back to a clean state without guix since I was planning on using it on another test machine instead. |
Hmmm, sorry I cannot be of much help because I use Guix System. The
behaviour on a foreign distribution is obviously a bit different.
I suggest you report your experience upstream, it would be helpful to
have a clean uninstaller.
I found this on the mailing list:
https://notabug.org/ZelphirKaltstahl/guix-package-manager-tutorials/raw/master/uninstall.org:
|
FWIW, I'm seeing the same problem on my Guix System, along with a host of others:
All of these issues appeared for me once updating from
|
xelxebar <notifications@github.com> writes:
- Crash when right clicking (anywhere):
I had this on a recent `guix pull'. I think the issue is with grafting
(to be confirmed).
Can you try
guix install --no-grafts nyxt
?
- URL history not getting updated since I updated from `2-pre-release-4`
- `history-backwards` not doing anything (probably related to above?)
Well, #1110 has a huge rework of the history, so this is for sure fixed
once this is merged!
|
Installing without grafts fixes all these issues! Thank you. You have significantly improved my quality of life. Is there a Guix issue attached to this grafting problem? |
You're welcome :)
Here is the Guix issue: http://issues.guix.gnu.org/33848
It's rather tough since it involves adding UTF-16 support to the
reference scanner. I think this is part of the daemon, so it's C++ (as
of Jan 2021).
|
@Kabouik Do you still have issues installing Nyxt? |
I am not using Guix anymore, I compile Nyxt from master instead now. It's probably better to close this since I won't be in position to comment on whether the issue still exists with Guix, Guix users will surely open a new issue if they find something relevant! |
Thanks for your feedback!
|
Describe the bug
With Nyxt version 2 pre-release 5 installed from
guix
, I am having issues with buffer names and URLs being empty in the minibuffer but also in other views, despite actual pages successfully loaded in those buffers:The issue doesn't seem to occur with Nyxt nyxt-linux-2-pre-release-5-1-gf1637b47.tar.xz downloaded from the website's Downloads tab. To be honest, I never used
guix
before, so maybe I missed something, but I did what was advised:As well as the commands to update my
$PATH
.Below are the logs I am getting when running Nyxt installed with
guix
:Click to expand logs.
Information
The text was updated successfully, but these errors were encountered: