bug#43420: icecat causes pulseaudio to crash

2024-01-19 Thread Nathan Dehnel
Yeah probably, I just switched to pipewire On Fri, Jan 19, 2024, 21:10 Maxim Cournoyer wrote: > Hi Nathan, > > Mark H Weaver writes: > > > Hi Nathan, > > > > Nathan Dehnel writes: > >> Removing ~/.config/pulse fixed it, > > > > That's good! > > > >> I think because it removed a config file tha

bug#57292: bug#59489: gdm: Accessibility icon missing in log in screen

2024-01-19 Thread Maxim Cournoyer
Hi Dariqq, Thanks for working toward a fix for this. Dariqq writes: > gdm needs the "/share" subdirectory of these packages present in XDG_DATA_DIRS > such that the accessibility settings work: > - gnome-control-center: For the icon. > - dconf: To be able to change settings. > - at-spi2-core: c

bug#43420: icecat causes pulseaudio to crash

2024-01-19 Thread Maxim Cournoyer
Hi Nathan, Mark H Weaver writes: > Hi Nathan, > > Nathan Dehnel writes: >> Removing ~/.config/pulse fixed it, > > That's good! > >> I think because it removed a config file that was loading a couple of >> modules. > > Can you verify that hypothesis by adding back the config file(s), > without a

bug#68595: VLANs in static-networking-service-type hangs shepherd

2024-01-19 Thread Lars Rustand
For fun I tried to use the exact configuration that is mentioned in the manual and was amazed that it worked, and the networking service is able to start successfully. Here is the working configuration: --8<---cut here---start->8--- (static-networking (links

bug#68595: VLANs in static-networking-service-type hangs shepherd

2024-01-19 Thread Lars Rustand
Like the title says, if you add any VLAN in a static-networking-service-type it seems like the whole shepherd daemon freezes up and anything that depends on it stops responding. Additionally the networking does not get fully configured either. After configuring a VLAN `herd status`, `herd restar

bug#68591: Error when using shepherd on foreign distro

2024-01-19 Thread Einar Largenius
Hi, I am setting up shepherd for use by my user account on a foreign distro. I setup as described in the manual in the section "(shepherd) Managing User Services". When I try to run it using shepherd, it crashes on the line: ;; Send shepherd into the background (perform-service-action

bug#68231: Frei?

2024-01-19 Thread Liliana Marie Prikler
close 68231 thanks Hallo, Enzo Am Dienstag, dem 02.01.2024 um 23:11 +0100 schrieb Enzo Brandsch: > ich bin leider aus Gründen „gezwungen“ unfreie Software auf meinem > Laptop zu nutzen. Würde aber sehr sehr gerne Guix als daily-driver > nutzen. [...] > PS: Mein Problem ist ein Intel Wifi Treiber.

bug#67157: gcc-toolchain@4.8.5 not available on the official substitute servers

2024-01-19 Thread Thomas Schwinge
I ran into the same issue. On 2023-11-16T11:25:18+0100, Simon Tournier wrote: > On Mon, 13 Nov 2023 at 20:19, Frédéric Mahé wrote: >> Is the absence of a x86-64 GNU Linux GCC 4.8.5 build deliberate? > No, it is not deliberate, sadly. Well, I have tried to find a past > revision when gcc-toolch

bug#68565: home-pipewire-service-type doesn't provide any pw- and wpctl command.

2024-01-19 Thread Apoorv via Bug reports for GNU Guix
home-pipewire-service-type doesn't provide any pw- and wpctl command. I especially rely on wpctl command as I have keybind to change volume using wpctl. -- Sent with Tuta; enjoy secure & ad-free emails: https://tuta.com

bug#67157: gcc-toolchain@4.8.5 not available on the official substitute servers

2024-01-19 Thread Thomas Schwinge
On 2024-01-18T20:39:16+0100, I wrote: > In file included from ../../gcc-4.8.5/gcc/cp/except.c:1008: > cfns.gperf: At global scope: > cfns.gperf:101:1: error: ‘const char* libc_name_p(const char*, unsigned > int)’ redeclared inline with ‘gnu_inline’ attribute > cfns.gperf:26:14: not

bug#65381: leptonica 1.83.1 installation failed

2024-01-19 Thread Herman Rimm via Bug reports for GNU Guix
Hello, #68560 disables this failing test. You can apply that patch series or just add this build-phase to the leptonica package definition: (add-after 'unpack 'disable-failing-tests (lambda _ (substitute* "prog/Makefile.am" (("ioformats_reg") ""); Fails for unclear reason.

bug#68566: No jack emulation for pipewire?

2024-01-19 Thread Apoorv via Bug reports for GNU Guix
The home-pipewire-service-type provides emulation for pulseaudio but not for jack and for people like me who work with realtime audio, needs jack support. How do I enable jack support? Right now I have to manually from terminal launch any app with pw-jack APP that I want to use with jack supp

bug#49935: gcc-4.8 fails to build with recent GCC versions

2024-01-19 Thread Thomas Schwinge
On 2021-08-07T20:07:32-0300, Thiago Jung Bauermann via Bug reports for GNU Guix wrote: > In file included from > /tmp/guix-build-gcc-4.8.5.drv-0/build/powerpc64le-unknown-linux-gnu/libstdc++-v3/include/cstdlib:72:0, > from > ../../../../gcc-4.8.5/libstdc++-v3/libsupc++/del_op.c

bug#39885: Bioconductor tarballs are not archived

2024-01-19 Thread Timothy Sample
Hello, Ludovic Courtès writes: > As for past tarballs, #swh-devel comrades say we could send them a list > of URLs and they’d create “Save Code Now” requests on our behalf (we > cannot do it ourselves since the site doesn’t accept plain tarballs.) > > Any volunteer to write a script that’d gener

bug#68561: Guix wrongfully claims there is no space left

2024-01-19 Thread Lars Rustand
Christopher Baines writes: > Check df -i, it could be that some filesystem has run out of inodes. Thanks, this was the case. To recover a useful amount of inodes I had to delete almost all previous generations. I first tried to delete generations older than one month with `guix gc -d 1m`, but t