bug#62513: network-manager updated to unstable version?

2023-03-28 Thread John Kehayias via Bug reports for GNU Guix
Hi Guix, (cc'ing Maxim as author of last few network-manager version updates.) I noticed a recent up date to network-manager to 1.43.4 (previously 1.41.2 and 1.40.0) but can't find a record of that release. In their docs there is no mention of anything newer than the 1.42 release [0, 1] and

bug#51826: qt packages (e.g. pcmanfm-qt) missing wayland qt module

2023-03-28 Thread Maxim Cournoyer
Hello, "bdju" writes: > I am running Guix System with Sway > guix (GNU Guix) 33a80e111096b05af3d60576dfcb2d67099dc60e > > Running `QT_QPA_PLATFORM=wayland pcmanfm-qt` results in failure to > launch and the following errors: > > ``` > 21:50:38.413|qt.qpa.plugin|W|Could not find the Qt platform

bug#53011: Possible to Update qtbase-5 to v5.15.8?

2023-03-28 Thread Maxim Cournoyer
Hi, Jaft writes: > Partially because it's the latest version but primarily because there's a bug > in the current version for QTwebengine. > As detailed at r/qutebrowser - Comment by u/The-Compiler on ”WebGL > blacklisted on Guix”, most text gets broken >

bug#28644: Pulseview with modular qt

2023-03-28 Thread Maxim Cournoyer
Hi, phodina writes: > Hi, > > recently I used Pulseview to debug eMMC issues. > > I was also surprised why they are some icons and others are missing. > > Based on the code some are implemented as png and some as svg. > > I tried to add the qtsvg-5 but it did not work and made the resulting >

bug#57742: QT plugins from profile not found (QT_PLUGIN_PATH)

2023-03-28 Thread Maxim Cournoyer
Hi, Antero Mejr writes: > This allows extension of QT_PLUGIN_PATH. > QT programs will now work under Wayland when qt-wayland is installed. > > * guix/build/qt-utils.scm (variables-for-wrapping)[QT_PLUGIN_PATH]: Add prefix > value to 'wrap-program' procedure call for QT_PLUGIN_PATH variable. >

bug#57742: QT plugins from profile not found (QT_PLUGIN_PATH)

2023-03-28 Thread Maxim Cournoyer
Hello, Maxim Cournoyer writes: > Hello, > > Marek Paśnikowski writes: > >> Hello. >> >> I found a piece of QT documentation on handling of plugins [1]. >> >> Is it helpful to achieving working Plasma Desktop on Guix? >> >> Maxim - I was able to only find your email address; I don't think the

bug#56678: certbot mcron job fails

2023-03-28 Thread Maxim Cournoyer
Hi Ludo, Ludovic Courtès writes: > Hello, > > ‘certbot-service-type’ defines an mcron job that invokes ‘certbot’ with > a fairly long list of arguments. However, that command line appears > to be incorrect, or at least it is on bayfront.guix where I tested it: > > ludo@bayfront

bug#56556: TeXlive packaging issues

2023-03-28 Thread Emmanuel Beffara
Hello Guix, I would like to share a few thoughts on how TeXlive is currently handled in Guix. The package `texlive` contains all of TeXlive, it works fine but it is arguably too big to be practical. The documentation rightfully says > We recommend using the modular package set because it is much

bug#62163: Suppress logging shepherd evaluation in mcron.log

2023-03-28 Thread Bruno Victal
Hi Ludo’, On 2023-03-28 17:25, Ludovic Courtès wrote: > > Nope. :-) What is ‘my-heartbeat-job’ doing? It queries shepherd to see if a service is running and sends a restart if required. It looks like this: (#$task is what will perform the actual checks) --8<---cut

bug#62163: Suppress logging shepherd evaluation in mcron.log

2023-03-28 Thread Ludovic Courtès
Hi, Maxim Cournoyer skribis: > Bruno Victal writes: > >> Upon mcron job completion, /var/log/mcron.log is spammed with: >> “shepherd: Evaluating user expression (and (defined? (quote transient?)) >> (map (# ?) ?))” >> >> These shepherd lines should be suppressible. >> >> >> /var/log/mcron.log

bug#62406: “! failing-command” pattern in shell tests is wrong

2023-03-28 Thread Ludovic Courtès
Hi Eric, Eric Bavier skribis: > The purpose of d89343 was to ease visual parsing of the tests. I mentioned > having used the '!' syntax in my own shell tests, but I realize now that I > was not relying on `set -e` like guix is. > > I'll consider a few options. Neat. I guess we could have a

bug#62476: ‘guix substitute’ poorly handles premature TLS termination

2023-03-28 Thread Ludovic Courtès
Ludovic Courtès skribis: > I got a report showing this: > >> $ guix shell … >> […] >> substitute: mise à jour des substituts depuis « https://ci.guix.gnu.org »... >> 0.0 %guix substitute: erreur : Erreur TLS dans la procédure « handshake » >> : La connexion TLS n’a pas été terminée

bug#62140: enable LVM in Grub

2023-03-28 Thread Maxim Cournoyer
Hi, Emmanuel Beffara writes: > Hi, > > De Maxim Cournoyer le 24/03/2023 à 13:24: >> OK, thanks for explaining. Could you please try >> https://issues.guix.gnu.org/60442 (by applying the patch to a local guix >> checkout, building it, then 'sudo -E ./pre-inst-env sudo guix system >> reconfigure

bug#44877: bug#62140: enable LVM in Grub

2023-03-28 Thread Emmanuel Beffara
Hi, De Maxim Cournoyer le 24/03/2023 à 13:24: > OK, thanks for explaining. Could you please try > https://issues.guix.gnu.org/60442 (by applying the patch to a local guix > checkout, building it, then 'sudo -E ./pre-inst-env sudo guix system > reconfigure /path/to/your/config.scm)? The test

bug#62493: xelatex won't render fonts correctly without full texlive

2023-03-28 Thread Ricardo Wurmus
We seem to be missing the xetex package that provides files for font mapping: --8<---cut here---start->8--- $ info tex-text.tec tlmgr.pl: cannot find package tex-text.tec, searching for other matches: Packages containing `tex-text.tec' in their

bug#62493: xelatex won't render fonts correctly without full texlive

2023-03-28 Thread Ricardo Wurmus
FWIW, it does work with lualatex: guix shell --container texlive-base texlive-fontspec -- lualatex test.tex -- Ricardo