bug#52266: (no subject)

2021-12-09 Thread opalvaults (ry)
Probably best to close this as I won't be able to get back around to testing. I'm running into sof-firmware issues so I gotta tackle that. Thank you for your time!

bug#51787: GC takes more than 9 hours on berlin

2021-12-09 Thread Mathieu Othacehe
Hey, New GC recap. The process that has been started yesterday at 04:00 is still running. I killed the GC that was started today at 04:00 to keep things clear. >From yesterday 11:00 when I started monitoring it to today when I'm writing this email, 20 hours have elapsed and the GC is still in t

bug#52375: webkitgtk page crashes on core-updates-frozen

2021-12-09 Thread Jack Hill
On Wed, 8 Dec 2021, Maxim Cournoyer wrote: Hello! Would you be able to run it in GDB to gather a backtrace? That may provide clues. Thanks! Yes! I was albe to get the following backtrace. Thanks to hikiko [0] for tips on using GDB with WebKit browsers [0] https://eleni.mutantstargoat.com

bug#52051: [core-updates-frozen] cannot login ('org.freedesktop.login1' service times out)

2021-12-09 Thread Ludovic Courtès
Hello! Maxim Cournoyer skribis: > 374 connect(11, {sa_family=AF_UNIX, > sun_path="/var/run/dbus/system_bus_socket"}, 34) = 0 [...] > 374 epoll_wait(5, [{events=EPOLLIN|EPOLLOUT|EPOLLHUP, data={u32=24802800, > u64=24802800}}], 20, -1) = 1 > 374 sendmsg(11, {msg_name=NULL, msg_namelen=0,

bug#52393: pdf links not clickable when zathura is launched via xdg-open

2021-12-09 Thread bdju
Okay, disregard. It seems a double-click is required rather than a single click, and it takes about 5 seconds for anything to happen. I was possibly clicking a different number of times between tests. Maybe I was more desperate when I launched with zathura explicitly. It seems to work the same both

bug#43166: The issues.guix.gnu.org is hard to read in emacs-w3m.

2021-12-09 Thread Ricardo Wurmus
This is now fixed in mumi. I tested the change in eww and in icecat. This was easier to implement than when the bug was first reported. Due to later developments I could limit the use of “pre” to lines in the “diff” context, so that message text can still be reflown. Sorry for the delay, but th

bug#52393: pdf links not clickable when zathura is launched via xdg-open

2021-12-09 Thread bdju
in my mimeapps.list file I have zathura set like this: application/pdf=org.pwmt.zathura.desktop application/octet-stream=org.pwmt.zathura.desktop; application/pdf=org.pwmt.zathura-pdf-mupdf.desktop; I noticed there are two other zathura.desktop files on my system. ~/.guix-profile/share/application

bug#52393: pdf links not clickable when zathura is launched via xdg-open

2021-12-09 Thread bdju
guix (GNU Guix) f199427c1b6dd8e3428e25d4e15f604b3c90a3b7 Guix System works: zathura file.pdf doesn't work: xdg-open file.pdf Both launch zathura since it's my default reader. In the xdg-open case, clicking a link in a pdf seems to not do anything. If I launched with zathura explicitly, it opens t

bug#52338: Crawler bots are downloading substitutes

2021-12-09 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Mathieu Othacehe 写道: Hello Leo, + (nginx-location-configuration + (uri "/robots.txt") It's a micro-optimisation, but it can't hurt to generate ‘location = /robots.txt’ instead of ‘location /robots.txt’ here. + (body + (list +

bug#52338: Crawler bots are downloading substitutes

2021-12-09 Thread Mathieu Othacehe
Hello Leo, > + (nginx-location-configuration > + (uri "/robots.txt") > + (body > + (list > + "add_header Content-Type text/plain;" > + "return 200 \"User-agent: *\nDisallow: /nar/\n\";")) Nice, the bots are al