bug#32026: [PATCH 03/10] gnu: Define UPSTREAM-FIREFOX-SOURCE at the top level.

2023-02-13 Thread Maxim Cournoyer
* gnu/packages/gnuzilla.scm (%icecat-base-version): New variable. (%upstream-firefox-version): Likewise. (%icecat-version): Define in terms of %icecat-base-version. (upstream-firefox-source): New variable. (icecat-source): Adjust to use the above newly introduced variables. ---

bug#32026: [PATCH 04/10] gnu: icecat: Update the "ach" locale.

2023-02-13 Thread Maxim Cournoyer
The currently captured changeset didn't match what the manifest in the source specifies. This was discovered by running 'update-mozilla-locales'. * gnu/packages/gnuzilla.scm (all-mozilla-locales) [ach]: Update revision and hash. --- gnu/packages/gnuzilla.scm | 2 +- 1 file changed, 1

bug#32026: [PATCH 09/10] gnu: icedove: Use the locale of the system.

2023-02-13 Thread Maxim Cournoyer
* gnu/packages/gnuzilla.scm (icedove-source): Set the intl.locale.requested option to the empty string. --- gnu/packages/gnuzilla.scm | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 05f96c9622..f2ae8f72a9

bug#39117: GNOME Files: No file thumbnails

2023-02-13 Thread Alexandre Hannud Abdo
Ni! Same thing at 42.4. (Just adding my e-mail address in case any news get posted.) .~´

bug#59368: icecat does not honor /etc/timezone starting with 102.3.0.

2023-02-13 Thread Maxim Cournoyer
Hi, Maxim Cournoyer writes: > Hi, > > I've recently found out that icecat wouldn't display time correctly for > my local time zone anymore (even when the 'resistFingerprinting' in > about:config is disabled, which would have usually resolved the > problem). > > To test, I simply visit the

bug#46782: [PATCH] scripts: environment: Mount cwd before user specified --expose.

2023-02-13 Thread Josselin Poiret via Bug reports for GNU Guix
* guix/scripts/environment.scm (launch-environment/container): Put cwd mapping at front of the file system mappings. Fixes: #46782 --- guix/scripts/environment.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guix/scripts/environment.scm

bug#46782: guix environment --expose options cannot be layered onto $PWD

2023-02-13 Thread Josselin Poiret via Bug reports for GNU Guix
Hello everyone, A quick strace shows that it's actually an ordering issue: /home/user is mounted in the container after /home/user/tmp. The fix is pretty simple, moving the cwd first, before the explicit --expose arguments. I'm noticing that the --expose option creates an empty tmp folder in

bug#61309: [PATCH] import: egg: Ignore extra keys for #:repo->guix-package

2023-02-13 Thread jgart
> + #:allow-other-keys) Ah, nice, thanks, allow-other-keys all the way down!

bug#61309: [PATCH] import: egg: Ignore extra keys for #:repo->guix-package

2023-02-13 Thread Josselin Poiret via Bug reports for GNU Guix
* guix/import/egg.scm (egg-recursive-import): Do it. Fixes: #61309 --- guix/import/egg.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guix/import/egg.scm b/guix/import/egg.scm index 90d97909b5..0555f24703 100644 --- a/guix/import/egg.scm +++ b/guix/import/egg.scm @@

bug#55683: Support binaries that need "setcap" similar to "setuid-programs"

2023-02-13 Thread Vagrant Cascadian
On 2022-05-27, Vagrant Cascadian wrote: > On 2022-05-27, Vagrant Cascadian wrote: >> I've been working on a package called lcsync: >> >> https://issues.guix.gnu.org/55682 >> >> But lcsync needs CAP_NET_RAW... Normally, this is accomplished by >> running: >> >> setcap cap_net_raw=eip

bug#45613: U2F does not work in IceCat

2023-02-13 Thread Maxim Cournoyer
Hi, Raphaël Mélotte writes: > To me it looks like this bug is now solved. > > I remember having the same problem months ago, but today it seems to > work fine (on a foreign distro). > > Guix: > --- > guix 6eded1a > repository URL: https://git.savannah.gnu.org/git/guix.git > branch:

bug#55089: [IceCat and IceDove]: Doesn't use system's locale/timezone.

2023-02-13 Thread Maxim Cournoyer
Hi, Jonathan Brielmaier writes: > Hello Raghav, > > Hm, I can't reproduce it in Icedove. I have CEST as timezone (UTC-2) and > all timestamps I can found are in CEST. > > Where does this problem occur in Icedove for you? I reproduce it on my side, see #59368. -- Thanks, Maxim

bug#61475: Staging branch (was: Moving forward with teams and feature branches)

2023-02-13 Thread Andreas Enge
Am Sun, Feb 12, 2023 at 10:13:35PM +0100 schrieb Josselin Poiret: > 4. staging merge happens, and the branch gets deleted. I tried to build staging for my profile on x86_64, but it failed with a dependency of ffmpeg, rust-rav1e-0.5.1. There is a newer version 0.6.3, but I did not simply update

bug#61261: obs-wlrobs build failure

2023-02-13 Thread Bruno Victal
On 2023-02-04 04:15, bdju via Bug reports for GNU Guix wrote: > guix (GNU Guix) c3e50c731d8c175133cae1869e445cbb7a3b4d6f > log attached This has been fixed with obs-wlrobs 1.1 update. (guix c3e50c731d8c175133cae1869e445cbb7a3b4d6f) Cheers Bruno

bug#41264: bug#49985: Bootstrap packages fail to build due to mes-libc lacking 'stat64' etc. syscalls

2023-02-13 Thread Jan Nieuwenhuizen
Jan Nieuwenhuizen writes: Hello! > Mathieu Othacehe writes: [..] >> lib/linux/stat.c should be modified this way: >> >> #if __i386__ >> #define STAT_SYSCALL SYS_stat64 >> #else >> #define STAT_SYSCALL SYS_stat >> #endif > > Ah...the stat64 syscall is meant for i386; now it at starts making at >

bug#51505: Request for official docker image on dockerhub

2023-02-13 Thread zimoun
Hi, On Thu, 09 Feb 2023 at 18:20, Eugen Stan wrote: > I also think it would be a great idea to have guix running inside docker. > > I tried to adopt guix as a package maanger in our CI/CD pipeline and I > could not run it inside a debian Docker image. Yeah, it could be helpful. In addition

bug#61469: tip

2023-02-13 Thread Feng Shu
关闭:窗口管理器/高级/光标碰到屏幕边缘时回绕工作区 这个选项试试。 --