bug#76998: Guix Home leaves user shepherd on logout, starts new instance on login

2025-07-12 Thread Jake
This seems fixed for me in 1.0.6. Thanks all! On Mon, Jun 30, 2025 at 6:16 PM Tomas Volf <~@wolfsden.cz> wrote: > > Hello :) > > Thanks a lot for putting this together! > > Ludovic Courtès writes: > > > Hi Tomas, > > > > Tomas Volf <~@wolfsden.cz> writes: > > > >> So my suggestion is that when t

bug#70687: python-matplotlib not respecting env var MPLBACKEND=TkAgg

2025-07-04 Thread Jake
/1000 with the fix and change of backend. Cheers Jake On Thu, 3 Jul 2025 at 11:18 pm, Jake wrote: > Continuing: > In `lib/matplotlib/cbook.py`, the function > `_get_running_interactive_framework` has: > > ```text > if not _c_internal_utils.display_is_valid(): >

bug#70687: python-matplotlib not respecting env var MPLBACKEND=TkAgg

2025-07-03 Thread Jake
ms, always returns True."}, ``` $DISPLAY is set, so it must be XOpenDisplay(NULL) failing... I found a post [1] from a Nix user: > For anyone else facing similar issues - I resolved this by adding the X11 > library to the LD_LIBRARY_PATH of my development shell. But I haven't m

bug#70687: python-matplotlib not respecting env var MPLBACKEND=TkAgg

2025-07-03 Thread Jake
interactive framework is: headless agg ``` So I guess the next question is: why does it think I'm headless? To be continued... Thanks Jake On Sat, Apr 5, 2025 at 11:00 PM Liliana Marie Prikler wrote: > > Hi Jake, > > Am Donnerstag, dem 03.04.2025 um 11:36 +

bug#74912: bug#76998: Guix Home leaves user shepherd on logout, starts new instance on login

2025-05-15 Thread Jake
> is /run/user/$UID deleted when logging out? I think so, since the timestamps in /run/uswr/$UID are updated to the new login time. Jake On Thu, 15 May 2025 at 6:03 pm, Ludovic Courtès wrote: > Hi Jake, > > Jake writes: > > > That commit made a difference but didn

bug#74912: bug#76998: Guix Home leaves user shepherd on logout, starts new instance on login

2025-05-14 Thread Jake
m before is that now that home dicod service fails to start on relog. Thanks Jake

bug#70687: python-matplotlib not respecting env var MPLBACKEND=TkAgg

2025-04-03 Thread Jake
TkAgg agg On Wed, May 1, 2024 at 1:25 AM Jake wrote: > Hello > > We are supposed to be able to control the backend used by Python's > Matplotlib via the MPLBACKEND environment variable [1]. This doesn't appear > to work for the TkAgg backend: > > #+begin_src s

bug#76998: user shepherd stays around with some zombies

2025-03-13 Thread Jake
Is this the same as https://issues.guix.gnu.org/74912 ? Jake On Fri, 14 Mar 2025 at 5:41 am, wrote: > Steps to reproduce: > > 1. Log into the console using your regular user > 2. Log into GUI using your regular user > 3. Log out of GUI > 4. Switch to logged-in console &

bug#76090: Regression in gcc-toolchain version 14: C++ header cfenv

2025-02-06 Thread Jake
rce file has .c extension). Other macros from are also affected with g++, including FE_OVERFLOW, FE_UNDERFLOW, FE_INEXACT, and FE_INVALID. This bug is probably the same as 43579 (feclearexcept with g++) https://issues.guix.gnu.org/43579 I've copied in the members of core-packages team. guix a53bd6f Thanks! Jake

bug#74912: Shepherd: Growing number of user shepherds when relogging

2024-12-16 Thread Jake
guile-3.0.9/bin/guile --no-auto-compile /gnu/store/nl0w5c7pxxdczqiv4r9iq44al7nd5y5g-shepherd-1.0.0/bin/shepherd --config /gnu/store/p7al8wd1inwk8f5di2q4llcpd64mjn5q-shepherd.conf jake 9891 0.0 0.2 75816 23624 ?Ss Dec15 0:04 /gnu/store/mfkz7fvlfpv3ppwbkv0imb19nrf95akf-guile-3.0.

bug#70687: python-matplotlib not respecting env var MPLBACKEND=TkAgg

2024-04-30 Thread Jake
ded in the Python script using `matplotlib.use()`: #+begin_src sh guix shell python python-matplotlib -- python3 -c "import matplotlib; matplotlib.use('TkAgg'); print(matplotlib.get_backend()); import matplotlib.pyplot as plt; plt.plot([1],[2]); plt.show()" #+end_src #+RESULTS:

bug#66510: Unexpected `this-package(-native)-input`

2024-04-09 Thread Jake
ative inputs (or inputs) via replace if substitute-keyword-arguments is used anywhere in the inheritance chain. Thanks Jake

bug#70121: Magit autoloads missing in Emacs 29.3

2024-03-31 Thread Jake
Hello Since upgrading from Emacs 29.1 to 29.3, it seems like magit's autoload definitions are not loaded. To reproduce: guix shell --pure emacs emacs-magit -- emacs -q --eval "(call-interactively 'magit)" In Emacs 29.3 this gives me: Wrong type argument: commandp, magit Thanks Jake

bug#66746: LUKS password prompt invisible, prompts twice

2023-11-01 Thread Jake
A guix pull and reconfigure just now fixed it for me. I didn’t need to add simplefb to os declaration. Thanks Jake On Wed, 1 Nov 2023 at 1:06 am, X wrote: > Also affected, stock thinkpad. Can confirm that > > (initrd-modules (cons "simplefb" %base-initrd-modules)) >

bug#66746: LUKS password prompt invisible, prompts twice

2023-10-30 Thread Jake
Hi Tobias The initrd-modules snippet did not fix it. Below is the diff of the .configs for 6.5.9 (not 6.5.8 sorry) and 6.5.7. Thanks Jake 3c3 < # Linux/x86_64 6.5.9-gnu Kernel Configuration --- > # Linux/x86_64 6.5.7-gnu Kernel Configuration 2354c2354 < CONFIG_SYSFB_S

bug#66746: LUKS password prompt invisible, prompts twice

2023-10-30 Thread Jake
Hi Tobias The initrd-modules snippet did not fix it. Below is the diff of the .configs for 6.5.9 (not 6.5.8 sorry) and 6.5.7. Thanks Jake 3c3 < # Linux/x86_64 6.5.9-gnu Kernel Configuration --- > # Linux/x86_64 6.5.7-gnu Kernel Configuration 2354c2354 < CONFIG_SYSFB_S

bug#66746: LUKS password prompt invisible, prompts twice

2023-10-29 Thread Jake
-libre kernels of the same version. Thanks Jake