bug#50433: shotcut 21.06.29 missing bin files

2021-11-16 Thread Vinicius Monego
Em seg, 2021-09-06 às 18:39 +0200, Fulbert escreveu: > Hello, > > shotcut 21.06.29 (guix ce65f2b) appears to have missing bin files. > When > trying to export a video, the status of the task is "failed" inside > the > GUI, and below is the debug message on the terminal. > > [Debug  ] >

bug#51900: [core-updates-frozen] xorg-server-xwayland broken

2021-11-16 Thread Guillaume Le Vaillant
The xorg-server-xwayland-21.1.0 package is broken on the core-updates-frozen branch. The build succeeds, but the file "bin/Xwayland" is missing in the result. Then the mutter package depending on xorg-server-xwayland fails to build because it can't find the Xwayland program. According to the

bug#51869: [PATCH] Add emacs-vala-mode

2021-11-16 Thread Vivien Kraus via Bug reports for GNU Guix
Liliana Marie Prikler writes: > Please avoid pulling home-page up, it's not meant to be used as > git-reference url. OK. >> + (emacs-substitute-sexps "vala-mode.el" >> + (";; Support multiline strings" 'disabled.) >> + ("(defcustom

bug#51869: [PATCH] Add emacs-vala-mode

2021-11-16 Thread Liliana Marie Prikler
Hi, Am Dienstag, den 16.11.2021, 18:12 + schrieb Vivien Kraus: > + (home-page "https://github.com/rrthomas/vala-mode;) > + (source > + (origin > + (method git-fetch) > + (uri (git-reference > + (url home-page) > + (commit commit)))

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

2021-11-16 Thread Efraim Flashner
On Sun, Nov 14, 2021 at 06:13:41PM -0600, bdju via Bug reports for GNU Guix wrote: > On Sun Nov 14, 2021 at 7:44 AM CST, Josselin Poiret wrote: > > Hello, > > > > This plugin is packaged as a part of qtwayland, and `guix shell --pure > > --preserve="^(XDG_|WAYLAND_DISPLAY)" bash pcmanfm-qt

bug#51869: [PATCH] Add emacs-vala-mode

2021-11-16 Thread Vivien Kraus via Bug reports for GNU Guix
Liliana Marie Prikler writes: > I'd use our emacs sexp substitution tools to erase these defconsts and > defcustoms rather than a patch. Other than that LGTM. I didn’t know about this great macro! Here is an updated version. Vivien From 759b0437e5016e7c558a5a99e2831f419a3b0802 Mon Sep 17

bug#51869: [PATCH] Add emacs-vala-mode

2021-11-16 Thread Liliana Marie Prikler
Hi, Am Montag, den 15.11.2021, 20:48 + schrieb Vivien Kraus: > Liliana Marie Prikler writes: > > > Since I don’t have a solution to fix this issue, I went away and > > > reverted the multiline support. It builds and is useful enough > > > for LSP to kick in, so I consider it fixed. > > > >

bug#24937: "deleting unused links" GC phase is too slow

2021-11-16 Thread Ludovic Courtès
Hi, Ludovic Courtès skribis: > Files smaller than 4 KiB typically represent ~60% of the entries in > /gnu/store/.links but only contribute to ~2.5% of the space savings > afforded by deduplication. > > Not considering these files for deduplication speeds up file insertion > in the store and,

bug#51879: [PATCH] On core-updates-frozen, deja-dup does not build

2021-11-16 Thread Guillaume Le Vaillant
Patch pushed as d05781c4bb6a1f058e7dbaaa40ebe327886bad2c. Thanks. signature.asc Description: PGP signature

bug#51889: changing focus to Chromium can crash Sway entirely

2021-11-16 Thread bdju
guix (GNU Guix) 33a80e111096b05af3d60576dfcb2d67099dc60e Guix System For the second time now, when focusing the chromium window, Sway has entirely crashed. I'm using ungoogled-chromium-wayland. I have the following lines in my Sway config: ``` # focus browser (chromium) bindsym

bug#51487: The openssh service does not allow multiple authorized key files per user

2021-11-16 Thread Ludovic Courtès
Hi, Vivien Kraus skribis: > (just fixing the final map function not to forget the user name in the > alist, and removing "spec") Oops, indeed. > From 7bc8abcfd5024f5269c36dc8cb44803eb0ab29ba Mon Sep 17 00:00:00 2001 > From: Vivien Kraus > Date: Fri, 29 Oct 2021 18:25:24 +0200 > Subject: