Hi,
Nathan Dehnel writes:
> Right, but it's more inconvenient than just clicking the share in thunar
> and it mounting. Actually, I can't mount it without doing "sudo" first,
> despite having the "user" fstab flag set. This actually might be a separate
> issue, but I'm not sure.
That's a good p
The current Glade packaged for Guix segfaults when dealing with user interface
components like those used in app.ui
(https://luis-felipe.gitlab.io/media/2020/09/app.ui). Apparently, the bug is
related to the Dialog component.
There is more information about this issue in the bug report I sent u
calcium writes:
> It seems that even when disabling dbus for
> wpa-supplicant, the service `dbus-system' is started for
> wpa-supplicant.
> And trying to stop it with 'herd stop dbus-system' also
> stop the wpa-supplicant service (which should not depend on dbus when
> configured with (dbus? #f))
I use luit to convert the encoding of MUD games, but I failed
It uses the wrong path to find the data
dev@tencent ~$ luit -encoding gbk
/gnu/store/a4knixgswikbb4r7cw9srh07w0f9n0jw-luit-1.1.1/share/X11/locale/locale.alias:
No such file or directory
Warning: couldn't find charset data for locale gb
Hi Mathieu,
On Thu, 24 Sep 2020 at 15:08, Mathieu Othacehe wrote:
> The order of what appears in "bin" depends on both the name of the
> binaries provided by both packages and also how the "ls" command decides
> to sort its output. I'm not sure that much can be done here.
I have badly worded.
Hello zimoun,
> $ guix package -i busybox diffutils -p /tmp/foo
> $ ls -l /tmp/foo/bin
> [..]
> df -> /gnu/store/…-busybox-1.31.1/bin/df
> diff -> /gnu/store/…-diffutils-3.7/bin/diff
> diff3 -> /gnu/store/…-diffutils-3.7/bin/diff3
> dirname -> /gnu/store/…-busybox-1.31.1/bin/dirname
> [..]
Hello,
I just added SQL queries logging to Cuirass. I also adapted the Guix
shepherd service accordingly and deployed it on berlin.
The results are already interesting:
--8<---cut here---start->8---
SELECT E.id, E.status, E.timestamp, E.checkouttime, E.evalt
Ludovic Courtès skribis:
> Ludovic Courtès skribis:
>
>> Indeed, we can see ‘stat’ calls passed raw /gnu/store file names from
>> RUNPATH entries (instead of /tmp/fakechroot-test/gnu/store), suggesting
>> that ‘la_objsearch’ didn’t have a chance to rewrite them:
>
> This is probably an ld.so bug