unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Björn Höfling" <bjoern.hoefling@bjoernhoefling.de>
To: sirgazil <sirgazil@zoho.com>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: Guix video repository: First video script commited
Date: Fri, 1 Mar 2019 00:19:16 +0100	[thread overview]
Message-ID: <20190301001916.1ba4ca88@alma-ubu> (raw)
In-Reply-To: <96c1d004-df3b-0114-483e-e35ce24c32b7@zoho.com>

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

On Thu, 28 Feb 2019 14:36:41 -0500
sirgazil <sirgazil@zoho.com> 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
> > <laura.lazzati.15@gmail.com> 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 #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

  parent reply	other threads:[~2019-02-28 23:19 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-26 23:10 Guix video repository: First video script commited Björn Höfling
2019-02-26 23:20 ` Gábor Boskovits
2019-02-27  8:31   ` Gábor Boskovits
2019-02-27  8:47     ` Gábor Boskovits
2019-02-27 16:04       ` Björn Höfling
2019-02-27 16:41         ` Laura Lazzati
2019-02-27 17:44           ` Laura Lazzati
2019-02-27 17:49             ` Laura Lazzati
2019-02-27 18:18               ` Gábor Boskovits
2019-02-27 18:29                 ` Laura Lazzati
2019-02-27 18:37                   ` Gábor Boskovits
2019-02-27 17:59             ` Gábor Boskovits
2019-02-27 18:16               ` Laura Lazzati
2019-02-27 15:08     ` Laura Lazzati
2019-02-27 15:04 ` Laura Lazzati
2019-02-27 16:10   ` Björn Höfling
2019-02-27 19:37     ` Laura Lazzati
2019-02-28  2:31       ` Laura Lazzati
2019-02-28  2:40         ` Laura Lazzati
2019-02-28 17:49           ` Ricardo Wurmus
2019-02-28 17:54             ` Laura Lazzati
2019-02-28 18:45               ` Laura Lazzati
2019-02-28 19:14                 ` Gábor Boskovits
2019-02-28 21:17                   ` Laura Lazzati
2019-02-28 22:13                     ` Gábor Boskovits
2019-02-28 23:15                       ` Laura Lazzati
2019-02-28 19:36                 ` sirgazil
2019-02-28 21:52                   ` Laura Lazzati
2019-03-01 12:20                     ` sirgazil
2019-02-28 23:19                   ` Björn Höfling [this message]
2019-03-01 14:53                   ` Giovanni Biscuolo
2019-03-02  3:57                     ` Laura Lazzati
2019-03-02 13:36                       ` Laura Lazzati
2019-02-28 10:47         ` Giovanni Biscuolo
2019-02-28 17:46           ` Ricardo Wurmus
2019-03-01 11:12             ` Giovanni Biscuolo
2019-02-28 23:03           ` Björn Höfling
2019-03-01 11:01             ` Giovanni Biscuolo
2019-03-01 13:48               ` Björn Höfling

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190301001916.1ba4ca88@alma-ubu \
    --to=bjoern.hoefling@bjoernhoefling.de \
    --cc=guix-devel@gnu.org \
    --cc=sirgazil@zoho.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).