bug#54786: Installation tests are failing

2022-05-28 Thread Ludovic Courtès
Hi Maxim, Maxim Cournoyer skribis: > Ludovic Courtès writes: > >> Hi, >> >> Mathieu Othacehe skribis: >> >>> Thanks for the fix! The jami and jami-provisioning tests are also broken >>> because of what looks like to be the same issue: >>> >>> One does not simply initialize the client: Another

bug#55444: elogind startup race between shepherd and dbus-daemon

2022-05-28 Thread Ludovic Courtès
Hello, Josselin Poiret skribis: > Great idea! The patch LGTM, although I'd argue that most of the wrapper > code could belong in (gnu services herd), in something like > (wait-for-services #:select? select? #:retries (n 20)) so that someone > else doesn't end up recoding this for another

bug#55625: GNOME: totem controls not accessible

2022-05-28 Thread Maxime Devos
Roman Riabenko schreef op za 28-05-2022 om 22:15 [+0300]: > (totem:4116): libpeas-WARNING **: 22:05:01.766: Type not found in > introspection: 'PeasActivatable' > > (totem:4116): libpeas-WARNING **: 22:05:01.766: Method > 'PeasActivatable.deactivate' was not found ‘Activatable’ might mean

bug#55625: GNOME: totem controls not accessible

2022-05-28 Thread Maxime Devos
Roman Riabenko schreef op za 28-05-2022 om 22:15 [+0300]: > > (totem:147294): Totem-WARNING **: 16:32:42.898: Failed to acquire > > screensaver proxy: Failed to execute child process ?dbus-launch? > (No > > such file or directory) > > > > ^^^ file names needing a substitute* > > I do not see

bug#55625: GNOME: totem controls not accessible

2022-05-28 Thread Roman Riabenko
Thank you for looking into this and sorry for confusion! I just noticed that my issue happens only under Wayland. I configured my system with Wayland and completely forgot about it. Now, I relogined into Xorg session from GDM greeter and there was no such problem with totem. Still, Wayland should

bug#55587: bug#55596: Guix/Guile segfaults on `guix import texlive`

2022-05-28 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Hi, I thought I'd replied to this. I think you might be barking up the wrong tree (or, likely, that there are multiple trees here). I could reproduce the segfault on Guix System and encouraged Jack to file this bug. It's not foreign-distro-related. The process actually segfaulting is

bug#55596: Guix/Guile segfaults on `guix import texlive`

2022-05-28 Thread Ludovic Courtès
Hi, Jack Hill skribis: > On Wed, 25 May 2022, Hugo wrote: > >> Ludovic Courtès writes: >> >>> Jack, Hugo: What does “type -P svn” say? >>> >>> Does the bug occur within ‘guix shell subversion’ as shown above? >> >> Well, I feel kind of silly now, after actually installing subversion the >>

bug#55441: [PATCH] guix: inferior: Make open-bidirectional-pipe use piped-process.

2022-05-28 Thread Ludovic Courtès
Hi, Josselin Poiret skribis: > * guix/inferior.scm: Load up scm_init_popen extension to be able to > use piped-process. > (open-bidirectional-pipe): Remove custom fork+exec code and use > piped-process instead. [...] > +(eval-when (expand load eval) > + (load-extension (string-append

bug#55638: time-machine: backtrace about maybe-remove-expired-cache-entries

2022-05-28 Thread Ludovic Courtès
Hi, Maxime Devos skribis: > It's a work-around, but there's still an underlying problem: > guix/cache.scm doesn't do 'fsync+rename', so the file is not created > atomically, so in case of an abrupt shutdown or C-c at the wrong time, > the file becomes corrupted without fault of the file

bug#55625: GNOME: totem controls not accessible

2022-05-28 Thread Maxime Devos
also, some other potential problems: (totem:147294): Gtk-WARNING **: 16:32:42.791: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/bullet-symbolic.svg. This may indicate that pixbuf loaders or the mime database could not be found. ** (totem:147294): WARNING **: 16:32:42.897:

bug#55625: GNOME: totem controls not accessible

2022-05-28 Thread Maxime Devos
Tobias Geerinckx-Rice schreef op za 28-05-2022 om 15:35 [+]: > 'Accessible' just means 'available' (toeganklijk, same problem though). > > It does not generally imply 'accesibility' as used in various fields of > engineering, although of course we're biased to read it so. > > Anyway,

bug#54297: Qutebrowser failed to render local fonts.

2022-05-28 Thread bdju
On Fri May 27, 2022 at 10:18 PM CDT, Edison Ibáñez wrote: > Hello, any update? Still broken, AFAIK. I have been launching qutebrowser from a terminal with the sandbox disabled for what feels like months now... Also, unrelated, but my keystrokes get duplicated in the address bar as I type at

bug#55625: GNOME: totem controls not accessible

2022-05-28 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
'Accessible' just means 'available' (toeganklijk, same problem though). It does not generally imply 'accesibility' as used in various fields of engineering, although of course we're biased to read it so. Anyway, Maxime: do the buttons work for you once the codec's fixed? My computer

bug#55625: GNOME: totem controls not accessible

2022-05-28 Thread Maxime Devos
Roman Riabenko schreef op wo 25-05-2022 om 09:03 [+0300]: > Hello > > When viewing a video in totem, totem controls in the botton are not > accessible with the mouse. It is possible to control the playback with > keyboard. > > totem version 3.38.1 > clutter version 1.26.2 in totem's dependencies

bug#55625: GNOME: totem controls not accessible

2022-05-28 Thread Maxime Devos
Roman Riabenko schreef op wo 25-05-2022 om 09:03 [+0300]: > When viewing a video in totem, totem controls in the botton are not > accessible with the mouse. It is possible to control the playback with > keyboard. What kind of accessibility are you looking for? Supporting only the mouse is

bug#55523: Apostrophe does not run

2022-05-28 Thread MohammadSaleh Kamayb via Bug reports for GNU Guix
Yes it works well and can be merged! Thanks!

bug#54297: Qutebrowser failed to render local fonts.

2022-05-28 Thread Edison Ibáñez
Hello, any update?

bug#55441: [cuirass] hang in "In progress..."; runs out of pgsql connections

2022-05-28 Thread Josselin Poiret via Bug reports for GNU Guix
Hello Maxime, Thanks for your review. I took your comments into account and actually wrote some more patches to clean up start_child of potential thread unsafe practices. Since these are not guix-specific, I sent the whole patchset to guile-devel instead [1]. Maxime Devos writes: > The

bug#54262: missing dependencies for geoclue-service

2022-05-28 Thread Roman Riabenko
Hello У сб, 2022-03-05 у 17:45 +0200, Roman Riabenko пише: > I am trying to let GNOME be "location-aware" with GeoClue. According > to > documentation, it should be enough to add (geoclue-service), but when > I > reconfigure system, it fails with the attached output and log. I was getting this

bug#55444: elogind startup race between shepherd and dbus-daemon

2022-05-28 Thread Josselin Poiret via Bug reports for GNU Guix
Hello Ludo, Ludovic Courtès writes: > The patch below address that: it changes the “Exec=” line of > ‘org.freedesktop.login1’ to refer to a wrapper. That wrapper connects > to shepherd and waits until ‘elogind’ is started. > > That way, if dbus-daemon comes first, it won’t actually launch