bug#36402: installation error

2019-09-02 Thread Mathieu Othacehe
Hey, I pushed the missing file :). > It might be useful to add calls to ‘gc’ here and there in the tests to > stress-test memory management. Inserting gc calls here: --8<---cut here---start->8--- (test-assert "partition-remove extended" (with-tmp-device

bug#36069: Menu-based installer unusable through noVNC

2019-09-02 Thread Björn Höfling
On Mon, 22 Jul 2019 12:25:12 +0200 Ludovic Courtès wrote: > Hello! > > Björn Höfling skribis: > > What I haven't done yet: > > > > 1. Use only "cirrus" > > 2. Use only "cirrusfb" > > 3. Try it out on my VPS. > > Please let us know when you have feedback on these so we can add just > the mod

bug#37248: GNOME and Icecat problems

2019-09-02 Thread Jack Hill
On Sat, 31 Aug 2019, j...@dorsal.tk wrote: There are several problems with using GNOME 3.28 and Icecat 60 on Guix, many of which impact each other. 1. The gnome-tweaks package can't find gnome-shell extensions from the gnome-shell-extensions package, and so claims none are installed. This is

bug#37286: Make a faster method to list supported boards.

2019-09-02 Thread Jesse Gibbons
There should be a faster way to list the supported boards with custom versions of U-Boot. >From manual: Many ARM boards require a specific variant of the U-Boot (https://www.denx.de/wiki/U-Boot/) bootloader. If you build a disk image and the bootloader is not available otherwise (on another bo

bug#36051: "guix import gnu" says public key is not in keyring

2019-09-02 Thread Ludovic Courtès
Hi Jesse, Jesse Gibbons (by way of Jesse Gibbons ) skribis: > On Sun, 02 Jun 2019 18:13:16 +0200 > Ludovic Courtès wrote: > >> Hi, >> >> Jesse Gibbons skribis: >> >> > Starting download of /tmp/guix-file.cZoC7H >> > From ftp://ftp.gnu.org/gnu/gnurobots/gnurobots-1.2.0.tar.gz.sig... >> > ….0

bug#37286: Make a faster method to list supported boards.

2019-09-02 Thread Danny Milosavljevic
Hi, On Mon, 02 Sep 2019 12:52:49 -0600 Jesse Gibbons wrote: > guix tries to build an entire system. It doesn't look like it checks if > "dne-board" is a valid board until it is building the image. It takes > hours to cross-compile the kernel, and even longer if the kernel needs > to be deblobbed

bug#37289: XDG Portals missing

2019-09-02 Thread Jonathan Lane
Hi, The Flatpak binary is available in Guix, but without XDG Portal support you can't actually -do- much with Flatpak'd applications. This includes things like opening files, saving files, etc. The Gtk portal is the only one that needs to be packaged at this time, as Guix doesn't have KDE right

bug#37290: Guix System: Hibernation

2019-09-02 Thread Nolan Wright
Hello, I have a desktop computer that sits in the same room where I sleep. The fans produce a noise that I would prefer not to hear when going to bed. For that reason, I wish to make use of the hibernation feature, in which the system state is suspended to disk as described here: https://wiki.arc

bug#37286: Make a faster method to list supported boards.

2019-09-02 Thread Jesse Gibbons
On Mon, 2019-09-02 at 22:49 +0200, Danny Milosavljevic wrote: > Hi, > > On Mon, 02 Sep 2019 12:52:49 -0600 > Jesse Gibbons wrote: > > > guix tries to build an entire system. It doesn't look like it > > checks if > > "dne-board" is a valid board until it is building the image. It > > takes > > ho

bug#37293: image-size is meaningless when generating ext4 images

2019-09-02 Thread Jesse Gibbons
The manual says in multiple places the --image-size option should set the size of a generated ext4 disk image. I start with a minimalist configuration (attached: minimal.scm) and run build-minimal-os.sh (attached). I start virt-manager and make a new virtual machine with the generated img as the d

bug#37293: image-size is meaningless when generating ext4 images

2019-09-02 Thread Jesse Gibbons
On Mon, 2019-09-02 at 20:48 -0600, Jesse Gibbons wrote: > The manual says in multiple places the --image-size option should set > the size of a generated ext4 disk image. > > I start with a minimalist configuration (attached: minimal.scm) and > run > build-minimal-os.sh (attached). I start virt-ma

bug#37290: Guix System: Hibernation

2019-09-02 Thread Mark H Weaver
Hi Nolan, Nolan Wright writes: > I have a desktop computer that sits in the same room where I > sleep. The fans produce a noise that I would prefer not to hear when > going to bed. For that reason, I wish to make use of the hibernation > feature, in which the system state is suspended to disk as

bug#37286: Make a faster method to list supported boards.

2019-09-02 Thread Caleb Ristvedt
> Where does guix get this list? Is it configured or automatically > generated? It's all the filenames suffixed with "_defconfig" in the "configs" subdirectory of the u-boot source, minus the suffix. - reepca