Re: Guix video repository: First video script commited

2019-03-02 Thread Laura Lazzati
Hi Guix! Have just pulled the second part of daily use video. Feel free to test it :) As regards the first part, please, try it too. I guess I made a mistake, but maybe it is just in the commit message. All feedback is welcome :) Regards :) Laura.

Re: Guix video repository: First video script commited

2019-03-01 Thread Laura Lazzati
Hi! Thank you very much for your feedback. I have just pushed the first part of the second video. May someone test it and give feedback too? Regards :) Laura

Re: Guix video repository: First video script commited

2019-03-01 Thread Giovanni Biscuolo
Hi Laura and sirgazil, I was able to build videos in 01-installation-from-script following the updated informations in the README, that is: 1. environment.sh 2. install-fonts.sh 3. cd 01-installation-from-script/ && buildall.sh the only "strange" message I see during the build is --8<--

Re: Guix video repository: First video script commited

2019-03-01 Thread Björn Höfling
On Fri, 01 Mar 2019 12:01:45 +0100 Giovanni Biscuolo wrote: > my personal workflow in this case is to use the [env] to build and > "outside env" for editing and analisys (e.g. with rmlint), BTW I agree > with you ls and less are *very* useful inside the container Gábor presented today another so

Re: Guix video repository: First video script commited

2019-03-01 Thread sirgazil
El 28/02/19 a las 4:52 p. m., Laura Lazzati escribió: Hi! Thanks for the steps! + Text is not rendered with the appropriate font (known issue). + Firefox 65.0.1 says "Video can't be played because the file is corrupt." We are currently testing everything with vlc and mpv, but thanks for this t

Re: Guix video repository: First video script commited

2019-03-01 Thread Giovanni Biscuolo
Ricardo Wurmus writes: [...] > There will be lots of files. That’s expected. They are frames for the > command line videos. Eventually all of them would be converted from txt > to png. OK I got it I've updated my repo with current master and restarted building, I'll report back ASAP Thanks

Re: Guix video repository: First video script commited

2019-03-01 Thread Giovanni Biscuolo
Hi Björn, Björn Höfling writes: [...] > since the environment is a CONTAINER, it contains really nothing > besides what you explicitly add to it. I was aware of this :-) > I added those variables. It is > really helpful to have at least "ls" and "less", and during development > some more tool

Re: Guix video repository: First video script commited

2019-02-28 Thread Björn Höfling
On Thu, 28 Feb 2019 14:36:41 -0500 sirgazil 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 > > wrote: > >> > >>> I “installed” the fonts by placing them in ~/.fonts, running > >>> “fc-cache -f” as

Re: Guix video repository: First video script commited

2019-02-28 Thread Laura Lazzati
Hi! > No you are right, my bad. It seems it really won't mix. That's great. Yeah :) One thing less that we have to solve ;) I updated the README, just to let people know how to run it for now. It quite awful, but I hope it helps the community understand how to run the scipts. Regards :) Laura

Re: Guix video repository: First video script commited

2019-02-28 Thread Björn Höfling
On Thu, 28 Feb 2019 11:47:26 +0100 Giovanni Biscuolo wrote: > also: could you please remove "USEFUL" and "NICE_TO_HAVE" from the > build environment since we do not strictly need them at build time? > > ...nevertheless, I agree they are useful and nice to have in our user > (or project) environm

Re: Guix video repository: First video script commited

2019-02-28 Thread Gábor Boskovits
Hello Laura, > I don't like mixing with my home dir either, but this way works :/ > I created a script that needs to be run every time you get into the > environment to update the fonts in ~/.fonts. I didn't have .fonts > before in my home dir, and after creating it inside the environment I > can'

Re: Guix video repository: First video script commited

2019-02-28 Thread Laura Lazzati
Hi! Thanks for the steps! > + Text is not rendered with the appropriate font (known issue). > + Firefox 65.0.1 says "Video can't be played because the file is corrupt." We are currently testing everything with vlc and mpv, but thanks for this too. > > These are the steps I followed to build the vi

Re: Guix video repository: First video script commited

2019-02-28 Thread Laura Lazzati
On Thu, Feb 28, 2019 at 4:14 PM Gábor Boskovits wrote: > > Hello Laura, > > Laura Lazzati ezt írta (időpont: 2019. > febr. 28., Cs, 19:45): > > > > On Thu, Feb 28, 2019 at 2:54 PM Laura Lazzati > > wrote: > > > > > > > I “installed” the fonts by placing them in ~/.fonts, running “fc-cache > > >

Re: Guix video repository: First video script commited

2019-02-28 Thread sirgazil
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 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

Re: Guix video repository: First video script commited

2019-02-28 Thread Gábor Boskovits
Hello Laura, Laura Lazzati ezt írta (időpont: 2019. febr. 28., Cs, 19:45): > > On Thu, Feb 28, 2019 at 2:54 PM Laura Lazzati > 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 >

Re: Guix video repository: First video script commited

2019-02-28 Thread Laura Lazzati
On Thu, Feb 28, 2019 at 2:54 PM Laura Lazzati 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. W

Re: Guix video repository: First video script commited

2019-02-28 Thread Laura Lazzati
> 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. I tried the command with the -f but naming the subdirectory fonts, under the root (videos) directory. Ended up successfully but with fc-list

Re: Guix video repository: First video script commited

2019-02-28 Thread Ricardo Wurmus
Giovanni Biscuolo writes: > 4. in guix-videos/01-installation-from-script [env]# I run > "./buildall.sh", at this point the build process enters a (infinite?) > loop with this output: > > --8<---cut here---start->8--- > tail -n 20 01-installation-from-script/

Re: Guix video repository: First video script commited

2019-02-28 Thread Ricardo Wurmus
Laura Lazzati writes: > PS: I am quite tired now, but I my research over the internet mostly > mentions that fonts are installed for a user/system, maybe that is the > problem why I cannot install them in the container. I “installed” the fonts by placing them in ~/.fonts, running “fc-cache -f”

Re: Guix video repository: First video script commited

2019-02-28 Thread Giovanni Biscuolo
Hi Laura and Björn, I'm trying to reproduce the build of "01-installation-from-script" but I'm having some trouble: please is someone willing to try to build that video and report here on success/failures? this is my environment and build process: 1. I'm using the master branch (now on commit 03

Re: Guix video repository: First video script commited

2019-02-27 Thread Laura Lazzati
PS: I am quite tired now, but I my research over the internet mostly mentions that fonts are installed for a user/system, maybe that is the problem why I cannot install them in the container.

Re: Guix video repository: First video script commited

2019-02-27 Thread Laura Lazzati
Hi! I guess I made a mistake today and maybe I was not inside the container when creating the video that worked, since I am trying to reproduce everything and I still face issues with the fonts. I made some minor changes, will be adding again the files of the original installer script video, found

Re: Guix video repository: First video script commited

2019-02-27 Thread Laura Lazzati
Hi! sorry, I got lost and did not see this. > I don't understand your "No": Is this directory layout good or not? > > If it is not good, what would be yours? Yes, it is very good! We just need to fix the issues we are facing, but I think it is a great. > > And the thing with fonts is something dif

Re: Guix video repository: First video script commited

2019-02-27 Thread Gábor Boskovits
Hello Laura, Laura Lazzati ezt írta (időpont: 2019. febr. 27., Sze, 19:30): > > > I've seen it. Very nice work. Two little things: istm that the cli sessions > > are > > missing sound, and there is still an aspect change between the cli and nocli > > sessions. We have the aspect change since the

Re: Guix video repository: First video script commited

2019-02-27 Thread Laura Lazzati
On Wed, Feb 27, 2019 at 2:59 PM Gábor Boskovits wrote: > > Hello Laura, > > Laura Lazzati ezt írta (időpont: 2019. > febr. 27., Sze, 18:44): > > > > Hi Guix! > > > > I copy/pasted my installationSscript video directory, adding Björn's > > script to generate the videos. > > I am inside the cointai

Re: Guix video repository: First video script commited

2019-02-27 Thread Gábor Boskovits
Hello Laura, Laura Lazzati ezt írta (időpont: 2019. febr. 27., Sze, 18:50): > > PS: this is my ipfs hash for the video > Qmb3vPfKVgXRKZdYVAAzptmBDTa5kixhiVr8tsAZQVmWa9 I've seen it. Very nice work. Two little things: istm that the cli sessions are missing sound, and there is still an aspect chan

Re: Guix video repository: First video script commited

2019-02-27 Thread Laura Lazzati
> I've seen it. Very nice work. Two little things: istm that the cli sessions > are > missing sound, and there is still an aspect change between the cli and nocli > sessions. We have the aspect change since the beginning, so I don't really > mind it. Thank you, but that was the first video with th

Re: Guix video repository: First video script commited

2019-02-27 Thread Gábor Boskovits
Hello Laura, Laura Lazzati ezt írta (időpont: 2019. febr. 27., Sze, 18:44): > > Hi Guix! > > I copy/pasted my installationSscript video directory, adding Björn's > script to generate the videos. > I am inside the cointainer, removed the commented line about not > cleaning after creating a slide v

Re: Guix video repository: First video script commited

2019-02-27 Thread Laura Lazzati
Hi Guix! I copy/pasted my installationSscript video directory, adding Björn's script to generate the videos. I am inside the cointainer, removed the commented line about not cleaning after creating a slide video, and my final video behaves properly, even with the appropiate fonts, like the one I s

Re: Guix video repository: First video script commited

2019-02-27 Thread Laura Lazzati
PS: this is my ipfs hash for the video Qmb3vPfKVgXRKZdYVAAzptmBDTa5kixhiVr8tsAZQVmWa9

Re: Guix video repository: First video script commited

2019-02-27 Thread Laura Lazzati
> Laura, I told you about the mistakes in the repository, and here is > mine! hhaha thank you for letting me know that I am a human being and can make mistakes. I replaced the Makefile, and copy pasted my last working video directory with another name. I am checking that. I will try to see if addin

Re: Guix video repository: First video script commited

2019-02-27 Thread Björn Höfling
On Wed, 27 Feb 2019 12:04:40 -0300 Laura Lazzati wrote: > > Laura, do you like that directory layout, the way of creating the > > full final video? Do you have any clue why my slides don't fit the > > screen? > No, but I installed other fonts, that could be maybe the reason? The > ones I added

Re: Guix video repository: First video script commited

2019-02-27 Thread Björn Höfling
On Wed, 27 Feb 2019 09:47:46 +0100 Gábor Boskovits wrote: > > 2. The same audio is played at every slide, something seems to be > > off with the association of the audio to the slide. Again, I did > > not check yet if the correct > > audios are supplied. > > Here the correct audios are supplie

Re: Guix video repository: First video script commited

2019-02-27 Thread Laura Lazzati
> 2. The same audio is played at every slide, something seems to be off with > the association of the audio to the slide. Again, I did not check yet > if the correct > audios are supplied. They are BUT I took a look at the Makefile, and we unfortunately need to clean after creating each nonCli vide

Re: Guix video repository: First video script commited

2019-02-27 Thread Laura Lazzati
Hi everybody! I am reproducing all of Björn steps. And will ask about certain stuff. > Unfortunately, the slides part does not fit on the screen, I couldn't > figure out why. Laura, your example videos looked normal, right? Yes, when I make them on my machine -without your scripts,environment etc,

Re: Guix video repository: First video script commited

2019-02-27 Thread Gábor Boskovits
I have checked some things: Gábor Boskovits ezt írta (időpont: 2019. febr. 27., Sze, 9:31): > > Hello, > > > > > > > For reference, I uploaded my final .webm output to IPFS: > > > > > > QmdGJ1vs9QefS22WjjnSRJNjjEkL4ePfgYa3dHi8p7LshN > > > > > > > > Björn > > I have watched the video right now. So

Re: Guix video repository: First video script commited

2019-02-27 Thread Gábor Boskovits
Hello, > > > > For reference, I uploaded my final .webm output to IPFS: > > > > QmdGJ1vs9QefS22WjjnSRJNjjEkL4ePfgYa3dHi8p7LshN > > > > > Björn I have watched the video right now. Some things that I noticed: 1. There is something wrong with the png-s generated from the slides. The texts are slippe

Re: Guix video repository: First video script commited

2019-02-26 Thread Gábor Boskovits
Hello Björn, Björn Höfling ezt írta (időpont: 2019. febr. 27., Sze, 0:10): > > Hi Laura, Hi Guix, > > the repository is now filled with the scripts for the first video: > > git clone https://git.savannah.gnu.org/git/guix/videos.git > Thanks for looking into this. I will have a look tomorrow. >