Re: kodi crash, and gdb not found

2017-11-22 Thread Marco van Hulten
Marius— Je 21 nov 23:59 transskribita far Marius Bakke: > I wonder why this only started happening recently. Can you post the > output of `guix package -l` so we can see what changed between the > working and non-working profile? kodi@watson /var/guix/profiles/per-user/kodi$ guix package -l

state of the system

2017-11-25 Thread Marco van Hulten
Hi, Concerning my kodi crash happening on my system but not on other's [1], maybe by system got broken and I should reinstall. I understand that the state of a GuixSD installation is defined by one's `config.scm`. Thus I can very easily reproduce an exact copy of the functional system.

Re: libvdpau: cannot open shared object

2017-12-16 Thread Marco van Hulten
Ludovic— Je 15 dec 15:31 skribis Ludovic: > Efraim Flashner skribis: > > > $ VDPAU_DRIVER=va_gl LD_LIBRARY_PATH=$(guix build libvdpau-va-gl)/lib > > vdpauinfo > > display: :0.0 screen: 0 > > Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object > >

Re: problem with Icecat in GuixSD 0.14.0

2017-12-13 Thread Marco van Hulten
Stefan— Je 13 dec 06:24 skribis Stefan: > I had the same "Content Encoding" error and I solved it by following > these instructions: > > 1. Open IceCat browser and at the address bar write: about:config > 2. Click on "I accept the risk!" button > 3. At the Search bar write and search for the

kodi crash, and gdb not found

2017-11-17 Thread Marco van Hulten
Hi, I have `kodi' and `gdb' installed. When I start kodi, it crashes: https://paste.debian.net/996313/ An excerpt of the `kodi' output: > gdb not installed, can't get stack trace. but I installed gdb, under the same user: kodi@watson ~$ gdb --version | head -1 GNU gdb (GDB) 8.0.1

Re: successful installation, but problems updating

2017-11-11 Thread Marco van Hulten
Leo- Op 10 nov 11:35 schreef Leo Famulari: > On Fri, Nov 10, 2017 at 08:26:12AM +0100, Marco van Hulten wrote: > > kodi@watson ~$ time guix pull --cores=1 > > [...] > > > compiling... 75.4% of 647 filesbuilding of > > `/gnu/store/gk5chb0dwpsq3na7b4

Re: openssh installed, but ssh-daemon not starting

2017-11-12 Thread Marco van Hulten
David- Op 10 nov 07:45 schreef Thompson, David: > Marco wrote: > > root@watson ~# herd start ssh-daemon > > herd: service 'ssh-daemon' could not be found > > ``` > > > > Is there actually a service `ssh-daemon' belonging to the package > > openssh? > > Services being installed upon package

Re: openssh installed, but ssh-daemon not starting

2017-11-13 Thread Marco van Hulten
Ludo'- Op 13 nov 10:52 schreef Ludovic Courtès: > [...] the current convention is to set users > write: > > (service TYPE CONFIG) > > or > > (service TYPE) > > ‘service’ is a record constructor: it produces a “service” object with > the given type and config. > > We’ve started removing

Re: kodi crash, and gdb not found

2017-11-20 Thread Marco van Hulten
Marius— Je 20 nov 01:23 transskribita far Marius Bakke: > I assume "18.0-ALPHA1" here is actually "18.0_alpha-6-f22d62d". > > I have updated the snapshot in Guix to point to the latest upstream > commit as of today, can you try updating to it and see if that works for > you? It starts here on

Re: kodi crash, and gdb not found

2017-11-19 Thread Marco van Hulten
Marius— Je 19 nov 17:36 transskribita far Marius Bakke: > Marco van Hulten <ma...@hulten.org> writes: > > I have `kodi' and `gdb' installed. When I start kodi, it crashes: > > > > https://paste.debian.net/996313/ > > > > An excerpt of the `kodi' output:

Re: kodi crash, and gdb not found

2017-11-21 Thread Marco van Hulten
Ludovic— Je 21 nov 14:21 transskribita far Ludovic Courtès: > Marco van Hulten <ma...@hulten.org> skribis: > > > $ kodi > > Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object > > file: No such file or directory > > Guix’s ‘mesa’ pa

no passwd command during installation

2017-11-01 Thread Marco van Hulten
Hello, During the installation process of GuixSD 0.13.0, I'd like to login from another system. After setting up the network, I start the SSH server through herd start ssh-daemon as described on https://www.gnu.org/software/guix/manual/html_node/Preparing-for-Installation.html . Then I

successful installation, but problems updating

2017-11-06 Thread Marco van Hulten
(group "users") (supplementary-groups '("wheel" "netdev" "audio" "video")) (home-directory "/home/kodi")) (user-account (name "marc

Re: no passwd command during installation

2017-11-02 Thread Marco van Hulten
Chris- Op 01 nov 22:59 schreef Chris Marusich: > Marco van Hulten <ma...@hulten.org> writes: > > > Hello, > > > > During the installation process of GuixSD 0.13.0, I'd like to login > > from another system. After setting up the network, I start the SSH >

Re: successful installation, but problems updating

2017-11-07 Thread Marco van Hulten
Ludovic- This is the second time I tried a `guix pull': ``` root@watson ~# time guix pull Starting download of /tmp/guix-file.x2AvJM From https://git.savannah.gnu.org/cgit/guix.git/snapshot/master.tar.gz... ….tar.gz 2.3MiB/s 00:06 | 13.8MiB transferred

Re: successful installation, but problems updating

2017-11-07 Thread Marco van Hulten
Ludovic- Op 07 nov 10:20 schreef Ludovic Courtès: > Marco van Hulten <ma...@hulten.org> skribis: > > > root@watson ~# guix pull > > > > Starting download of /tmp/guix-file.F5p3in > > From https://git.savannah.gnu.org/cgit/guix.git/sna

Re: successful installation, but problems updating

2017-11-09 Thread Marco van Hulten
Ludo'- Op 09 nov 14:19 schreef Ludovic Courtès: > How many CPUs and how much RAM does this machine have? Does it help in > any way to run “guix pull --cores=2”, thereby limiting CPU usage to two > cores? I have two processors, so I tried to run it on one, and it worked: ``` root@watson ~# time

Re: successful installation, but problems updating

2017-11-09 Thread Marco van Hulten
Hello, Op 09 nov 20:27 schreef Marco van Hulten: > Right now I'm updating packages, and things are looking up. Well... concerning the root user. As the manual states that one needs to do a `guix pull' for any user for whom you want to upgrade the packages, I did that here, but it fai

Re: successful installation, but problems updating

2017-11-09 Thread Marco van Hulten
Op 09 nov 21:53 schreef Mathieu Othacehe: > My bad, this has been fixed by Efraim in > d8f075c3a3daba93ff4420bbe0b1833712aaa0e9. > > You may want to guix pull again ! This work again — thanks for the quick response. However, now I get the freeze again at around 75 %: ``` kodi@watson ~$ time

openssh installed, but ssh-daemon not starting

2017-11-10 Thread Marco van Hulten
``` root@watson ~# guix package -i openssh substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0% substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'...

Re: successful installation, but problems updating

2017-11-08 Thread Marco van Hulten
Ludo'- Minor additional info below. Op 08 nov 02:37 schreef Marco van Hulten: > Set the environment > variable GUILE_WARN_DEPRECATED to "detailed" and rerun the > program to get more information. I tried with this suggestion, and actually got less information with this (n

partitions and filesystems

2017-11-04 Thread Marco van Hulten
Hello, Something is not so clear to me on this page: https://www.gnu.org/software/guix/manual/html_node/Preparing-for-Installation.html under section "6.1.4.3 Disk Partitioning": > Preferably, assign partitions a label so that you can easily and > reliably refer to them in file-system

libvdpau: cannot open shared object

2017-12-10 Thread Marco van Hulten
Hi, I am having a problem with kodi, which I installed on a clean install of GuixSD 0.14.0 on amd64. It was looking for libvdpau, so I installed it. Hereafter I get this: kodi@watson ~$ vdpauinfo display: :0.0 screen: 0 Failed to open VDPAU backend libvdpau_va_gl.so: cannot open

problem with Icecat in GuixSD 0.14.0

2017-12-10 Thread Marco van Hulten
Je 10 dec 16:18 skribis Marco: > I do have an issue > with the Javascript blocker [in GNU Icecat]. If I disable it for tv.nrk.no, > the website still complains that I block Javascript. This may not be quite right, let me correct this: I had this problem in GuixSD 0.13.0, and *possibly* still in

multiple issues with Epiphany in GuixSD 0.14.0

2017-12-10 Thread Marco van Hulten
Hi, In the package epiphany, the icons don't display well, and connecting to webpages doesn't work. guix package -i epiphany epiphany & Screenshot attached. GNU Icecat does not have these two problems, but I do have an issue with the Javascript blocker. If I disable it for tv.nrk.no,

ELF executable exists but is not found

2018-06-23 Thread Marco van Hulten
Hi— I would like to run a piece of proprietary software on GuixSD. Would the general, relatively secure, approach be to use "guix environment" and make available with "--expose" what the program needs? The program is the photo ordering software by CEWE Stiftung & Co. KGaA, which is used by

mounting NTFS read-write

2018-02-04 Thread Marco van Hulten
Hello— I have this in my Guix configuration: (file-system (device "my-scratch") (title 'label) (mount-point "/scratch") (type "ntfs") (flags '(read-write user))) There are two problems with it. 1. The file system with label 'my-scratch' is not found. Of

common software

2018-01-28 Thread Marco van Hulten
Hello— Is there a meta-package providing for many common utilities like 'file', 'wget', ...? Even though there is some subjectivity in what is essential software, a clean installation of GuixSD is very minimal. Is there a reason for this? —Marco

julia compilation

2018-02-06 Thread Marco van Hulten
Hello— When I am installing `julia', the compilation does not finish. It hangs for more than 10 hours at guix package -i julia ... iostream (2) |0.98 | 0.00 | 0.0 | 2.66 | 1452.52

how does mounting work?

2018-08-17 Thread Marco van Hulten
Hi— When I insert a USB stick, an icon representing a partition shows up on the desktop. When I double-click it, it gets mounted under some directory under /media/$(whoami)/. What command is actually executed? I tried 'gvfs-mount', but now I'm quite sure it isn't that: $ gvfs-mount --list

Re: how does mounting work?

2018-08-26 Thread Marco van Hulten
Hello Ludo'— Je 25 aug 00:23 skribis Ludovic: > Marco van Hulten skribis: > > > I tried 'gvfs-mount', but now I'm quite sure it isn't that: > > > > > > $ gvfs-mount --list > > This tool has been deprecated, use 'gio mount' instead. > > See 'gio help

racket patch not found

2018-07-14 Thread Marco van Hulten
Hi— When I install the package `racket' through guix pull &&\ guix package -i racket I get this error: guix package: error: racket-fix-xform-issue.patch: patch not found Cheers, —Marco

Re: racket patch not found

2018-07-15 Thread Marco van Hulten
Hi Mark, others— Je 14 jul 16:38 skribis Mark: > Marco van Hulten writes: > > > When I install the package `racket' through > > > > guix pull &&\ > > guix package -i racket > > > > I get this error: > > > > guix

Re: Posts in languages other than English on help-guix?

2018-03-03 Thread Marco van Hulten
Ludovic— Je 2 mrt 17:02 skribis Ludovic: > What about allowing posts on help-guix in one of the languages that > regular contributors know, in addition to English? > [...] I like the idea. > To experiment with this on help-guix, I propose the patch below for the > web site. If you’re a

removal of induces installation of other package

2018-11-04 Thread Marco van Hulten
Hi— I removed a package, but this resulted in other packages being built: $ guix package -r evince The following package will be removed: evince 3.28.2 /gnu/store/0453w20ldm1pxhbbginwi35ri2w2b7vi-evince-3.28.2 Building

many similar builds

2018-10-09 Thread Marco van Hulten
$ md5sum /gnu/store/*-xeyes-*/bin/xeyes e17c8aab7cdeedb763601288b6eb0c43 /gnu/store/3syyc8yvyymnwsada0kgm1jmc83232c8-xeyes-1.1.2/bin/xeyes f44bf885477a110f7d0ee7b3524b978a /gnu/store/j0ycra947a0y3d3c9afms7sjlykis629-xeyes-1.1.2/bin/xeyes $ ls -l /gnu/store/*-atril-*/bin/atril -r-xr-xr-x 2 root

Claws Mail LDAP support

2019-03-21 Thread Marco van Hulten
Hello— I would like to have LDAP support in Claws Mail. Right now I am missing the LDAP menu entry under the Book menu in the Address Book. Though I'm short on time right now, I found copying e-mail addresses from old e-mail becoming a bit too anoying, so I did a throw at modifying the package

Re: set dnsdomainname

2019-03-06 Thread Marco van Hulten
Je 6 mrt 10:21 skribis Tobias: > Giovanni Biscuolo wrote: > > I'd prefer setting the contents "inline" declaring each hosts > > record... but I don't know how to do it > > Probably easier than you thought! > > (host-name "lapdog.tobias.gr") > ;; This creates a file /gnu/store/…-hosts and

Re: libX11 not found after binary install of Guix

2019-02-25 Thread Marco van Hulten
Hi Ricado— On 22 Feb 19:31 Ricardo Wurmus wrote: > Marco van Hulten writes: > > On a freshly installed Ubuntu 18.04 I installed Guix following the > > instructions on, except for the fact that I did it from grml in a > > chroot(8)ed environment > > > > >

libX11 not found after binary install of Guix

2019-02-22 Thread Marco van Hulten
Hi all— On a freshly installed Ubuntu 18.04 I installed Guix following the instructions on, except for the fact that I did it from grml in a chroot(8)ed environment https://www.gnu.org/software/guix/manual/en/html_node/Binary-Installation.html Rebooting into Ubuntu I was happy to find that

set dnsdomainname

2019-03-05 Thread Marco van Hulten
Hello Guix— I want `dnsdomainname` to be set on my system with GuixSD (because it is used as a destination in my Postfix configuration). How do I go about this? The system with GuixSD gets network information from my Debian 8 server that runs the ISC DHCP server. So I thought the best approach

Re: set dnsdomainname

2019-03-05 Thread Marco van Hulten
Je 5 mrt 11:30 skribis Marco: > Hello Guix— > > I want `dnsdomainname` to be set on my system with GuixSD (because it > is used as a destination in my Postfix configuration). How do I go > about this? > > The system with GuixSD gets network information from my Debian 8 server > that runs the

Re: Claws Mail LDAP support

2019-03-21 Thread Marco van Hulten
Giovanni et al.— On 21 Mar 15:10 Giovanni Biscuolo wrote: > the Claws INSTALL file [1] states: > > --8<---cut here---start->8--- > Options for configure script > > For list of available options, refer to "./configure --help". > >

Re: Claws Mail LDAP support

2019-03-22 Thread Marco van Hulten
Ricardo— On 22 Mar 10:27 Ricardo Wurmus wrote: > > And you know what, adding "--enable-ldap" to the #:configure-flags > > works as well! In the address book, there is a new menu entry New LDAP > > Server. > > Nice! > > > Should this be added to the standard claws-mail entry? Or > > should

Re: Claws Mail LDAP support

2019-03-22 Thread Marco van Hulten
Ricardo— On 21 Mar 22:14 Ricardo Wurmus wrote: > > Yes, I added it and then ran > > > > guix package --install-from-file=claws-mail.scm > > > > But that does not do anything. > > That’s because the file does not evaluate to a package. It only causes > the definition of a variable, but

libX11.so.6: cannot open shared object file

2019-06-20 Thread Marco van Hulten
Hello Guixians, Many months ago I have installed Guix on Ubuntu 18.04, and it's mostly working well. I am now getting /gnu/store/q19l04vd2za80mk1845pz7r8cz29qk43-bash-minimal-4.4.23/bin/bash: error while loading shared libraries: libX11.so.6: cannot open shared object file: No such

system services (networking and xorg-server) don't start at boot

2019-05-11 Thread Marco van Hulten
Hello Guix— I upgraded to the latest guix with # guix pull # guix system reconfigure config.scm # guix --version guix (GNU Guix) d13f3a033e42b4a14d581390b8fa36cd1db7d023 But now the system doesn't start up completely. For things to work, I needed to start some services, namely: # herd

TeX Live and ConTeXt

2019-08-03 Thread Marco van Hulten
Hello Guix'ers— I installed texlive-context-base. Now I want to compile a document, but there is an issue: $ cat test.tex \starttext \startsection[title={Testing ConTeXt}] This is my {\em first} ConTeXt document. \stopsection \stoptext $ context test.tex mtxrun | forcing cache

Re: TeX Live and ConTeXt

2019-08-04 Thread Marco van Hulten
Ricardo— Je 3 aug 20:15 skribis Ricardo: > > I installed texlive-context-base. Now I want to compile a document, > > but there is an issue: > > the TeX Live packages in Guix are getting an overhaul on the > “wip-texlive” branch. We are still waiting for all affected packages to > be built.

Re: upgrading systems with <= 2 GiB RAM

2019-11-03 Thread Marco van Hulten
Marius— Je 31 okt 23:49 skribis Marius: > Marco van Hulten writes: > > > I have an oldish amd64 system with 2 GiB of memory, but it is fast > > enough to use as a media center. Guix was last updated early this > > year. Upgrading it now takes many days. It keeps on s

upgrading systems with <= 2 GiB RAM

2019-10-31 Thread Marco van Hulten
Hello— I have an oldish amd64 system with 2 GiB of memory, but it is fast enough to use as a media center. Guix was last updated early this year. Upgrading it now takes many days. It keeps on swapping (using quite consistently 2 of 4 GiB of swap available). Do you think the swapping is the

Re: xdm

2019-12-03 Thread Marco van Hulten
On 26 Nov 14:06 ng0 wrote: > I have bits of an xdm package somewhere in my vault/archive of > "packages to send to guix once I find time to contribute again". > > What makes it more complicated / time consuming with xdm is that > you need to figure out the service for it. > > If you or anyone

xdm

2019-10-22 Thread Marco van Hulten
Hi— I see quite some issues passing by of login managers. Would it be a good idea to provide XDM? I have been using it a lot (especially in the form of xenodm under OpenBSD) together with .xinitrc and I cannot remember ever having any issue with it. It would probably be easy to make it a

Re: gpg-agent error: No pinentry

2019-12-20 Thread Marco van Hulten
Gábor— Thank you for the help: the issue might have been solved, at least sometimes (sort-of explanation follows)! Je 20 dec 20:12 skribis Gábor: > If you still have the patience to experiment a little could you try > with pinentry-tty on the console and pinentry-gtk on a gui? Yes, I just had a

Re: gpg-agent error: No pinentry

2019-12-20 Thread Marco van Hulten
Following up on my pinentry issue— In the end I used a work-around. I decrypted the sensitive file on an off-line OpenBSD machine onto a mounted USB flash drive, then mounted the drive to the Guix machine, did what I needed to do with the file, shredded any copy of the file and finally removed

gpg-agent error: No pinentry

2019-12-18 Thread Marco van Hulten
Hello— I have installed gnupg 2.2.18 and pinentry 1.1.0 on a Guix System. When I try to import a key, I get this issue: $ gpg --import publiko-secret.asc gpg: key 9FC3734DFB84400D: "Marco van Hulten (publiko) " not changed gpg: key 9FC3734DFB84400D/9FC3734DFB84400D: error sendin

Re: gpg-agent error: No pinentry

2019-12-19 Thread Marco van Hulten
correction follows inline— Any help is appreciated. Je 19 dec 09:22 skribis Marco: > Je 18 dec 22:50 skribis Andreas: > > On Wed, Dec 18, 2019 at 10:41:27PM +0100, Marco van Hulten wrote: > > > Do I need to do any more actions accept for 'guix package -i gnupg > > >

TeX Live: lualatex looks in /usr

2020-02-22 Thread Marco van Hulten
Hi all— lualatex (from texlive-20180414) is looking in /usr/local/. $ lualatex apen This is LuaTeX, Version 1.07.0 (TeX Live 2018) restricted system commands enabled. (./apen.tex[\directlua]:1: module 'lualatexquotejobname.lua' not found:

Re: TeX Live: lualatex looks in /usr

2020-02-22 Thread Marco van Hulten
Je 22 feb 18:15 skribis Marco: > lualatex (from texlive-20180414) is looking in /usr/local/. This happens from a terminal, but from Texmaker lualatex works (builds a good PDF). —Marco

Re: TeX Live: lualatex looks in /usr

2020-02-23 Thread Marco van Hulten
Hi Ricardo— Je 22 feb 21:41 skribis Ricardo: > > lualatex (from texlive-20180414) is looking in /usr/local/. > > > > > > $ lualatex apen > > This is LuaTeX, Version 1.07.0 (TeX Live 2018) > > restricted system commands enabled. > >

Re: protect generations

2020-01-12 Thread Marco van Hulten
generations older than duration from the current user's profile; when > run as root, this applies to all the profiles of all the users. Je 7 jan 13:11 skribis zimoun: > On Sun, 5 Jan 2020 at 22:42, Marco van Hulten wrote: > > > One of the great features of Guix is t

Re: TeX Live issues

2020-01-18 Thread Marco van Hulten
Je 17 jan 13:05 skribis Ricardo: > Marco van Hulten writes: > > > Ricardo— > > > > On 17 Jan 10:03 Ricardo Wurmus wrote: > >> > I am unable to use LaTeX and friends. I get this error: > >> > >> Hmm, something broke here. I also

Re: TeX Live issues

2020-01-18 Thread Marco van Hulten
Je 18 jan 16:12 skribis Ricardo: > Can you show us what “guix package -I | grep texlive” says? Also please > remove ~/.texlive* if it exists and show us the output of “env”. marco@graviton ~$ guix package -I | grep texlive guile: warning: failed to install locale texlive-fonts-latex 49435

Re: TeX Live issues

2020-01-19 Thread Marco van Hulten
Ricardo— Je 19 jan 09:59 skribis Ricardo: > Marco van Hulten writes: > > > Je 18 jan 16:12 skribis Ricardo: > >> Can you show us what “guix package -I | grep texlive” says? Also please > >> remove ~/.texlive* if it exists and show us the output of “env”.

Re: TeX Live issues

2020-01-19 Thread Marco van Hulten
Je 19 jan 17:34 skribis Marco: > I had GUIX_LOCPATH set but did not have glibc-locales installed. > Installing this packages solved the issue and I can now compile TeX > files with success. Thanks for the help! > > To recap, to reduce the damage of going off-topic, compiling a TeX file > with

Re: TeX Live issues

2020-01-19 Thread Marco van Hulten
Ricardo— Je 19 jan 14:42 skribis Ricardo: > > Removing texlive (which is from the master branch) makes sense. > > > > But now there are no "latex" or "lualatex" binaries. Which packages > > should contain the basic binaries? > > Please install “texlive-base”, not “texlive-latex-base”. This

Re: TeX Live issues

2020-01-19 Thread Marco van Hulten
Ricardo— Je 19 jan 16:01 skribis Ricardo: > > marco@graviton ~$ guix package -I | grep texlive > > guile: warning: failed to install locale > > texlive-base51265 out > > /gnu/store/iccw4cdkcgmccl5svndji830k55v9cxy-texlive-base-51265 > > ``` > > > > But I have a locale issue: > > > >

Re: TeX Live issues

2020-01-16 Thread Marco van Hulten
Je 17 jan 08:48 skribis Marco: > Hi there— > > I am unable to use LaTeX and friends. I get this error: > > [...] and in another profile yet another issue: ``` $ pdflatex test This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018) (preloaded format=pdflatex) restricted \write18

TeX Live issues

2020-01-16 Thread Marco van Hulten
Hi there— I am unable to use LaTeX and friends. I get this error: ``` $ cat apen.tex \documentclass{article} \author{Marco} \title{Een titel} \begin{document} \maketitle Wat een rare jongens! \end{document} $ latex apen This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018) (preloaded

protect generations

2020-01-05 Thread Marco van Hulten
Hello— One of the great features of Guix is that one can roll back his profile. But I did a garbage collection (gc) that was too aggressive such that a relevant old profile disappeared. I presume this is gone forever. Is it possible to lock certain generations (of certain users) such that

Re: Unison GTK UI in unison package

2020-03-25 Thread Marco van Hulten
Hello— To synchronise file with a server I don't operate, I would like to use unison@2.48.15 on my Guix System, preferably the GUI*. The last e-mail I could find about this on the mailinglists looks relevant. Je 2 apr 2018 16:16 skribis Leo: > On Mon, Apr 02, 2018 at 02:10:22PM +0200, Arnaud B

ungoogled-chromium

2020-03-22 Thread Marco van Hulten
Hello— I installed ungoogled-chromium. When it starts and I browse to the main Jitsi instance [1], it wants to install the extension for Google Calendar and Office 365 integration. I don't know if those are non-free softwares, but they at least provide non-free web services. I think this

Re: ungoogled-chromium

2020-03-22 Thread Marco van Hulten
Ricardo— Je 22 Mar 13:37 skribis Ricardo: > > I installed ungoogled-chromium. When it starts and I browse to the > > main Jitsi instance [1], it wants to install the extension for Google > > Calendar and Office 365 integration. I don't know if those are > > non-free softwares, but they at least

Re: ungoogled-chromium suggests extension

2020-03-22 Thread Marco van Hulten
Je 22 Mar 13:02 skribis Marco: > Hello— > > I installed ungoogled-chromium. When it starts and I browse to the > main Jitsi instance [1], it wants to install the extension for Google > Calendar and Office 365 integration. I don't know if those are > non-free softwares, but they at least provide

Re: ungoogled-chromium

2020-03-22 Thread Marco van Hulten
Vagrant— Je 22 Mar 06:14 skribis Vagrant: > I'm curious if you can get audio or microphone access using > ungoogled-chromium on meet.jit.si... video worked fine for me, but > neither audio output nor microphone input worked. Are there optional > plugins needed to make audio work with

find and install a LaTeX package

2020-09-09 Thread Marco van Hulten
Hi Guix— I don't always find a LaTeX package on Guix, even if I know its name in CTAN. There is the package 'texlive', a complete TeX distribution. I chose to install 'texlive-base' plus a number of additional 'texlive-*' packages instead. But now it happens sometimes that a certain package is

Re: find and install a LaTeX package

2020-09-10 Thread Marco van Hulten
On 9 Sep 21:43 Andreas Enge wrote: > On Wed, Sep 09, 2020 at 03:43:18PM +0200, Marco van Hulten wrote: > > * Is 'texlive' really complete including all packages published on CTAN? > > I think so. The big "texlive" package is compiled from one big tarball > publish

Sakura is upgraded, or maybe not

2023-10-25 Thread Marco van Hulten
Hi all, There is something wrong with the version or version number of Sakura (a terminal emulator): marco@graviton ~$ /gnu/store/3manvmdcf3zy3h2pyx3ljnam1jm66gka-sakura-3.8.4/bin/sakura --version sakura version is 3.8.3 I might have a look at the package definition tomorrow. Marco

networking service problem with static address

2023-08-02 Thread Marco van Hulten
Hi all, Sometimes my ethernet interface was not configured at boot. I do not know where the problem lies, but I decided to try a static address: (service static-networking-service-type (list (static-networking

substitute server not used

2024-02-14 Thread Marco van Hulten
Dear all, Even though a substitute is available [1], one of my Guix system does not want to use this: [kodi@watson ~]$ guix package -u kodi The following packages will be upgraded: kodi (dependencies or package changed) kodi-cli (dependencies or package changed) substitute: updating

cannot run recent kodi [was: substitute server not used]

2024-02-17 Thread Marco van Hulten
system. On Wed, 14 Feb 2024 20:11:11 +0100 Marco van Hulten wrote: > After I had done a 'guix package -u . --do-not-upgrade=kodi', I got: > > > [kodi@watson ~]$ cat kodi.log.txt > libEGL warning: MESA-LOADER: failed to open i915: > /gnu/store/zisvdry6856i6z4iai62ff6l3anbdld8-mesa-23

Re: cannot run recent kodi [was: substitute server not used]

2024-02-17 Thread Marco van Hulten
On Sat, 17 Feb 2024 19:54:33 +0100 pelzflorian (Florian Pelz) wrote: > Marco van Hulten writes: > > I told kodi to use the the driver by exporting > > > > export > > MESA_LOADER_DRIVER_OVERRIDE=../../../m59c9hj9d4n65maimbpmx2xq56d2mvqs-mesa-20.2.4/lib/dri/i915 &