bug#74991: qutebrowser 3.3.1 - Fatal error: PyQt6.QtCore could not be imported

2024-12-22 Thread Rodion Goritskov
Hi! I tried running qutebrowser on the following Guix > guix da94cd1 > repository URL: https://git.savannah.gnu.org/git/guix.git > branch: master > commit: da94cd1ea69559a80d291c6a574b0f23e30c64f2 Running with the following command in pure container: > guix shell --pure -CN -E "^DISPL

bug#74548: gnupg cannot use pinentry

2024-11-28 Thread Rodion Goritskov
Hi! How do you configure gpg agent? I use home-gpg-agent-service-type (from the module (gnu home services gnupg)) [1], where I use a configuration like this (I use pinentry-qt): (service home-gpg-agent-service-type (home-gpg-agent-configuration (pinentry-program

bug#72859: Segmentation fault on guix pull / guix system reconfigure

2024-08-29 Thread Rodion Goritskov
Hello! Today, after successfully doing the "guix pull" command, subsequent runs of "guix pull" or "sudo guix system reconfigure" leads to the following uninformative error: rodion@bumblebee-mighty ~$ guix pull Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/gui

bug#71218: OpenMW Crashes on Open (Segfault)

2024-06-02 Thread Rodion Goritskov
Hi! I faced the similar problem, managed to workaround it starting the launcher like this: MESA_EXTENSION_OVERRIDE=-GL_ARB_clip_control openmw-launcher Haven't reported it upstream yet.