guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guix video repository: First video script commited


From: Björn Höfling
Subject: Re: Guix video repository: First video script commited
Date: Fri, 1 Mar 2019 00:19:16 +0100

On Thu, 28 Feb 2019 14:36:41 -0500
sirgazil <address@hidden> wrote:

> Hi, Laura, everyone,
> 
> 
> El 28/02/19 a las 1:45 p. m., Laura Lazzati escribió:
> > On Thu, Feb 28, 2019 at 2:54 PM Laura Lazzati
> > <address@hidden> wrote:  
> >>  
> >>> I “installed” the fonts by placing them in ~/.fonts, running
> >>> “fc-cache -f” as needed.  As long as fc-cache knows about the
> >>> directory it will be fine.  
> > When Ricardo knows, he knows :P.
> > My missing step was putting it under ~/.fonts. Will add mabe a fonts
> > folder under root dir and then a script to move it to ~/.fonts and
> > run fc-cache, WDYT?

It would be nice to have the fonts from a Guix package and just add
that to the environment. Where are the fonts from? Do we already have
a Guix package for them or can we pack it?

If there is no Guix-package, I think it is OK to put the font for the
video project just into the repository, at least we know it is a free
font.

> These are the steps I followed to build the videos:
> 
> 1. $ git clone https://git.savannah.gnu.org/git/guix/videos.git (I
> got commit 03930dc)
> 2. Add missing fonts to $HOME/.fonts
> 3. $ fc-cache -f
> 4. $ fc-list ($HOME/.fonts is listed)
> 5. $ cd path/to/videos
> 6. $ ./environment.sh
> 7. [env]# cd 01-installation-from-script
> 8. [env]# ./buildall.sh

I'm still running it with the fonts now, so I can't say it for sure,
but you should try to execute steps 2+3+4 AFTER step 6:

You enter a CONTAINER, and inside the container, only the current
working directory is visible, everything below is just empty. So your
added files and fc-cache changes aren't visible inside the container.

Conversely, everything you mess up inside the container with your
~/.fonts directory should not affect your real users directory (as long
as you don't enter the container from ~ as working directory).

> As for the corrupted videos, in the Totem video player, the video
> plays but black colors are displayed green instead (maybe result of
> the corruption?). In VLC the video plays OK, and the colors are fine.

We used VLC to play back the videos. You are right, with totem the
background is green for the slides and light-purple for the CLI
sessions. Maybe there is a problem with the alpha channel?

Björn

Attachment: pgpgXIlTGWKOG.pgp
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]