<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix.git/gnu/system/examples/desktop.tmpl, branch master</title>
<subtitle>Personal branch of https://git.savannah.gnu.org/cgit/guix.git/ for implementing 'guix deploy'.
</subtitle>
<id>https://www.git.jakob.space/guix.git/atom?h=master</id>
<link rel='self' href='https://www.git.jakob.space/guix.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/'/>
<updated>2019-04-10T10:40:58Z</updated>
<entry>
<title>doc: Adjust desktop instructions for GDM.</title>
<updated>2019-04-10T10:40:58Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-04-09T07:31:14Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=5c32857f91b26846d202f07226f201fd49852619'/>
<id>urn:sha1:5c32857f91b26846d202f07226f201fd49852619</id>
<content type='text'>
* gnu/system/examples/desktop.tmpl: Adjust comment that referred to SLiM.
</content>
</entry>
<entry>
<title>services: xorg: Add 'set-xorg-configuration'.</title>
<updated>2019-04-05T13:39:35Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-04-03T11:55:06Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=305a732a0a19c5810aab401aa7d70eba02ac386b'/>
<id>urn:sha1:305a732a0a19c5810aab401aa7d70eba02ac386b</id>
<content type='text'>
* gnu/services/xorg.scm (gdm-service-type)[compose, extend]: New fields.
(set-xorg-configuration): New procedure.
* doc/guix.texi (Keyboard Layout): Use it.
(X Window): Document it.
* gnu/system/examples/desktop.tmpl: Add 'keyboard-layout' fields.
</content>
</entry>
<entry>
<title>system: Fix typo in desktop example.</title>
<updated>2019-03-28T22:06:59Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-03-28T21:46:58Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=971e6560eb7b852ccc30d0891c2b7d26e5d0971a'/>
<id>urn:sha1:971e6560eb7b852ccc30d0891c2b7d26e5d0971a</id>
<content type='text'>
The typo was introduced in 391e0d65d7129d53c025963d2758724e75626eb4.

* gnu/system/examples/desktop.tmpl: Use XFCE-DESKTOP-SERVICE-TYPE, not
XFCE-DESKTOP-SERVICE.
</content>
</entry>
<entry>
<title>services: Deprecate 'xfce-desktop-service'.</title>
<updated>2019-03-27T10:54:06Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-03-27T09:41:14Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=391e0d65d7129d53c025963d2758724e75626eb4'/>
<id>urn:sha1:391e0d65d7129d53c025963d2758724e75626eb4</id>
<content type='text'>
* gnu/services/desktop.scm (xfce-desktop-service-type)[default-value]
[description]: New fields.
(xfce-desktop-service): Deprecate.
* gnu/system/examples/desktop.tmpl: Use the (service …) form.
* gnu/installer/services.scm (%desktop-environments): Add TODO comment.
* doc/guix.texi (Desktop Services): Adjust accordingly, and fix spelling
of "Xfce" throughout.
</content>
</entry>
<entry>
<title>services: Deprecate 'gnome-desktop-service'.</title>
<updated>2019-03-27T10:54:06Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-03-27T09:14:11Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=ee05cc7fe353c1c9b45062343746ac215a29fed5'/>
<id>urn:sha1:ee05cc7fe353c1c9b45062343746ac215a29fed5</id>
<content type='text'>
* gnu/services/desktop.scm (gnome-desktop-service-type)[default-value]:
New field.
(gnome-desktop-service): Deprecate.
* gnu/installer/services.scm (%desktop-environments): Use the (service …)
form for GNOME.
* gnu/system/examples/desktop.tmpl: Likewise.
* doc/guix.texi (Desktop Services): Adjust accordingly.
</content>
</entry>
<entry>
<title>accounts: Add default value for the 'home-directory' field of &lt;user-account&gt;.</title>
<updated>2019-03-25T22:37:06Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-03-22T13:06:54Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=cf848cc0a17a3a58d600116896f6e7abfb0440d4'/>
<id>urn:sha1:cf848cc0a17a3a58d600116896f6e7abfb0440d4</id>
<content type='text'>
* gnu/system/accounts.scm (&lt;user-account&gt;)[home-directory]: Mark as
thunked and add a default value.
(default-home-directory): New procedure.
* doc/guix.texi (User Accounts): Remove 'home-directory' from example.
* gnu/system/examples/bare-bones.tmpl: Likewise.
* gnu/system/examples/beaglebone-black.tmpl: Likewise.
* gnu/system/examples/desktop.tmpl: Likewise.
* gnu/system/examples/docker-image.tmpl: Likewise.
* gnu/system/examples/lightweight-desktop.tmpl: Likewise.
* gnu/system/install.scm (installation-os): Likewise.
* gnu/tests.scm (%simple-os): Likewise.
* gnu/tests/install.scm (%minimal-os, %minimal-os-on-vda):
(%separate-home-os, %encrypted-root-os, %btrfs-root-os): Likewise.
* tests/accounts.scm ("allocate-passwd")
("allocate-passwd with previous state"): Likewise.
</content>
</entry>
<entry>
<title>gnu: Replace all cons* with beginner-friendly (append (list ...)).</title>
<updated>2019-01-23T17:01:16Z</updated>
<author>
<name>Pierre Neidhardt</name>
<email>mail@ambrevar.xyz</email>
</author>
<published>2019-01-21T18:37:59Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=907dd32720cf7ae94876c1da2df775f524f5f795'/>
<id>urn:sha1:907dd32720cf7ae94876c1da2df775f524f5f795</id>
<content type='text'>
* gnu/system/examples/bare-bones.tmpl (services): Do it.
* gnu/system/examples/beaglebone.tmpl (packages): Do it.
(services): Do it.
* gnu/system/examples/desktop.tmpl (packages): Do it.
(services): Do it.
* gnu/system/examples/lightweight-desktop.tmpl (file-systems): Do it.
(packages): Do it.
* gnu/system/examples/vm-image.tmpl (packages): Do it.
</content>
</entry>
<entry>
<title>gnu: Fix missing EFI entry in "desktop" example.</title>
<updated>2019-01-23T17:01:16Z</updated>
<author>
<name>Pierre Neidhardt</name>
<email>mail@ambrevar.xyz</email>
</author>
<published>2019-01-21T18:35:47Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=ece2fd121866e4f46c5a4be92c6f09b6c1042ea1'/>
<id>urn:sha1:ece2fd121866e4f46c5a4be92c6f09b6c1042ea1</id>
<content type='text'>
* gnu/system/examples/desktop.tmpl (file-systems): Add
EFI file-system.
</content>
</entry>
<entry>
<title>doc: Fix "desktop" OS config example.</title>
<updated>2018-12-03T13:27:24Z</updated>
<author>
<name>Laura Lazzati</name>
<email>laura.lazzati.15@gmail.com</email>
</author>
<published>2018-12-03T00:48:19Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=b9914c479445a85b2caf284c50f8a242f0f8f0bd'/>
<id>urn:sha1:b9914c479445a85b2caf284c50f8a242f0f8f0bd</id>
<content type='text'>
* gnu/system/examples/desktop.tmpl (file-systems): Add
'file-system-label' call in 'device' field.

Signed-off-by: Danny Milosavljevic &lt;dannym@scratchpost.org&gt;
</content>
</entry>
<entry>
<title>doc: Improve UEFI/BIOS bootloader documentation.</title>
<updated>2018-07-05T09:44:46Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2018-07-05T09:44:46Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=fc0e663f782896f542d008c871d21b9cf636a75c'/>
<id>urn:sha1:fc0e663f782896f542d008c871d21b9cf636a75c</id>
<content type='text'>
Partly fixes &lt;https://bugs.gnu.org/30312&gt;.

* doc/guix.texi (Preparing for Installation): Add note on how to choose
between UEFI and BIOS.
(Using the Configuration System)[Bootloader]: New subsubsection.
(Bootloader Configuration): Expound on the bootloader type and target.
* gnu/system/examples/desktop.tmpl: Switch to UEFI.
* gnu/system/examples/bare-bones.tmpl: Explicitly mention "legacy" and
"BIOS" in the comments.
</content>
</entry>
</feed>
