bug#60205: [PATCH] gnu: dino: Fix icons when used in pure shells.

2022-12-20 Thread Liliana Marie Prikler
* gnu/packages/messaging.scm (dino)[#:phases]: Add ‘generate-gdk-pixbuf-loaders-cache-file’. : Also wrap “GDK_PIXBUF_MODULE_FILE”. [inputs]: Add adwaita-icon-theme. --- gnu/packages/messaging.scm | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git

bug#60207: Bug report

2022-12-20 Thread Julius Schwartzenberg
Hi Florian, Op 20-12-2022 om 10:34 schreef pelzflorian (Florian Pelz): does it work if you do this before pull? sudo guix archive --authorize < $(dirname $(which guix))/../share/guix/bordeaux.guix.gnu.org.pub When I do this, I get: julius@tinkerboard:~$ sudo guix archive --authorize <

bug#60226: [mumi] fibers-related crash (accept: Too many open files)

2022-12-20 Thread Maxim Cournoyer
Hello, MUMI is currently stopped, and the tail of its /var/log/mumi.log says: --8<---cut here---start->8--- [...] 2022-12-20 19:29:47 GET /apple-touch-icon.png 2022-12-20 19:29:47 GET /favicon.ico 2022-12-20 19:29:47 GET /apple-touch-icon-precomposed.png

bug#60202: tests/cpio failure

2022-12-20 Thread Ludovic Courtès
Ludovic Courtès skribis: > At least we can skip this test when that is the case (patch below). > WDYT? I went ahead with this in 2880dc3046170e9129437caca586f13956d0d811. Ludo’.

bug#59907: Replace $ record matching with match-record

2022-12-20 Thread Ludovic Courtès
Hi, MANCINI Raffael skribis: > https://guix.gnu.org/manual/devel/en/html_node/Service-Types-and-Services.html > still references the $ construct which apparently should be replaced by > match-record which is not sensitive to record slot order. Good idea. Done in

bug#48636: Gajim does not load the "close" icon on the chat window

2022-12-20 Thread Joshua Branson via Bug reports for GNU Guix
"bdju" writes: > On Mon May 24, 2021 at 6:48 PM CDT, Joshua Branson via Bug reports for GNU > Guix wrote: >> >> Other clues that the chat on irc disclosed: >> (org.gajim.Gajim:6250): Gtk-WARNING **: 14:31:46.574: Could not find the >> icon 'org.gajim.Gajim'. The 'hicolor' theme >> was not found

bug#60205: Dino lacks some icons

2022-12-20 Thread Joshua Branson via Bug reports for GNU Guix
Liliana Marie Prikler writes: > Am Montag, dem 19.12.2022 um 16:14 + schrieb Tirifto: >>   ** (dino:17647): CRITICAL **: 17:06:11.642: file /tmp/guix-build- >> dino-0.3.1.drv-0/dino-0.3.1/main/src/ui/main_window.vala: line 68: >> uncaught >> error: Unrecognized image file format

bug#60164: bug#60165: [1.4.0rc2] Installer doesn't properly render some non-Latin glyphs

2022-12-20 Thread pelzflorian (Florian Pelz)
Ludovic Courtès writes: > "pelzflorian (Florian Pelz)" skribis: >> is it too late to replace by font-gnu-unifont to fix CJK fonts? > Oh sure. Could you send a patch? Pushed as bbd11199e6856ded8d75468a16789715b6817b45. > That’ll be in the next release… It is good that way. Thank you!

bug#60207: Bug report

2022-12-20 Thread pelzflorian (Florian Pelz)
Hello Julius, does it work if you do this before pull? sudo guix archive --authorize < $(dirname $(which guix))/../share/guix/bordeaux.guix.gnu.org.pub Then it would compile fine on the bordeaux build farm and you could download the substitute from there. Regards, Florian