unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Special setup for Guix atop another distro
@ 2015-05-18 20:17 Ludovic Courtès
  0 siblings, 0 replies; only message in thread
From: Ludovic Courtès @ 2015-05-18 20:17 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 330 bytes --]

Hello!

Our manual lacks info on things that need to be tweaked when using Guix
on top of another distro.

To get the discussion started, here’s a preliminary patch for you people
to complete.  :-)

Please report all the things that you’ve had to tweak, or annoyances
that you don’t know how to fix.

Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 2040 bytes --]

diff --git a/doc/guix.texi b/doc/guix.texi
index 6964a4e..056518f 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -87,6 +87,7 @@ Installation
 * Running the Test Suite::      Testing Guix.
 * Setting Up the Daemon::       Preparing the build daemon's environment.
 * Invoking guix-daemon::        Running the build daemon.
+* Application Setup::           Application-specific setup.
 
 Setting Up the Daemon
 
@@ -246,6 +247,7 @@ instead, you want to install the complete GNU operating system,
 * Running the Test Suite::      Testing Guix.
 * Setting Up the Daemon::       Preparing the build daemon's environment.
 * Invoking guix-daemon::        Running the build daemon.
+* Application Setup::           Application-specific setup.
 @end menu
 
 @node Binary Installation
@@ -830,6 +832,39 @@ daemons on the same machine.
 @end table
 
 
+@node Application Setup
+@section Application Setup
+
+When using Guix on top of another GNU/Linux distribution, you may find
+that a few additional steps are needed to get everything in place.  Here
+are some of them.
+
+@subsection Locales
+
+Packages installed @i{via} Guix will not use the host system's locale
+data.  Instead, you must first install one of the locale packages
+available with Guix and the define the @code{LOCPATH} environment
+variable (@pxref{Locale Names, @code{LOCPATH},, libc, The GNU C Library
+Reference Manual}):
+
+@example
+$ guix package -i glibc-locales
+$ export LOCPATH=$HOME/.guix-profile/lib/locale
+@end example
+
+FIXME: Anything else?
+
+@subsection X11 Fonts
+
+The majority of graphical applications uses Fontconfig to locate and
+load font and perform X11-client-side rendering.  Guix's
+@code{fontconfig} package looks for fonts in the user's profile by
+default, so you have to install them there.
+
+FIXME: but actually Fontconfig's cache will have the host distro's fonts
+listed, so maybe this is not a problem?
+
+
 @c *********************************************************************
 @node Package Management
 @chapter Package Management

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-18 20:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-18 20:17 Special setup for Guix atop another distro Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).