Hi,
On 2025-08-03 14:42, Tristan wrote:
guix shell guile-mqtt -- guile -c "(use-modules (mosquitto client))
(display \"Module loaded successfully\n\")"
Try with:
guix shell guile guile-mqtt -- guile -c "(use-modules (mosquitto
client)) (display \"Module loaded successfully\n\")"
Note that
On 2025-03-07 19:19, Daniil Rozanov wrote:
Hello
I'm currently developing some application using the ncurses library, so
I gave it a try.
```
guix shell ncurses
```
So, as stated in the documentation, a new variable $GUIX_ENVIRONMENT has
been added to environment, and $PATH has been changed. B
On 2025-02-18 03:51, lev...@riseup.net wrote:
On 2025-02-17 15:41, Ekaitz Zarraga wrote:
On 2025-02-16 22:12, lev...@riseup.net wrote:
On following a link to youtube, icecat gave me this error:
"The address wasn’t understood
IceCat doesn’t know how to open this address, because one o
On 2025-02-16 22:12, lev...@riseup.net wrote:
On following a link to youtube, icecat gave me this error:
"The address wasn’t understood
IceCat doesn’t know how to open this address, because one of the
following protocols (https) isn’t associated with any program or is not
allowed in this contex
Hi,
On 2025-01-08 11:26 PM, gfp wrote:
Hi,
thanks for explaining this.
1.
I understood that
EFI is on the top
it runs Grub
and Grub runs the init system shepherd.
Instead of top I would say bottom. It's the closest thing to the
hardware. EFI is written in your motherboard.
2.
Guix has a G
Hi,
On 2025-01-08 9:50 PM, gfp wrote:
Hi Felix,
I bought a laptop of the company Tuxedo
where I can disable IME.
Don't they disable that by default?
The options were really tricky. Difficult.
Yes they are, but you can do it!
I will check again, if they enabled it again. Hopefully not.
On 2024-11-30 12:14, Tanguy LE CARROUR wrote:
`origin/keyring` exist and its last commit is
f8868dd56bff0f282329a33abb62262b2fc584b6
(add Ekaitz).
The "good" news is that it doesn’t seem to be a bug related to the Hurd! 😁
Hehe
You never know...
Hi,
On 2024-11-01 11:09, Lee Thompson wrote:
Hi All,
I've got a patch series made up for adding parinfer-rust-mode[1] to
Guix. I'm following the instructions on the info page "Sending a Patch
Series". I've sent off my cover letter patch to debbugs though after
around half a day I've received
On 2024-09-24 19:02, Daniel Hatton wrote:
I'm having trouble with Icedove [not minimal] on Guix failing to play a
sound with calendar reminders (setting is to play the default sound).
When a calendar reminder pops up on screen, Icedove prints the following
to STDERR:
console.error: Cal
You can try with release tarballs or we could write a fossil downloader
like Git-download.
It shouldn't be very difficult (famous last words).
On 2024-07-12 06:28, Spencer via wrote:
I'm trying to update the Arcan package to the newest 0.6.3.2 version, and the
github repo notes that they are m
On 2024-06-04 10:19, Steve George wrote:
Hi,
We're looking for speakers - of any level - to give talks at the Guix online
meetup. We're a small, friendly group at all levels of experience. Talks can be
about anything Guix associated, for example:
- Experiences using or learning Guix
- Particu
Hi Kristoffer,
On 2024-03-09 18:50, Kristoffer Ström wrote:
When trying to compile keyboard firmware using the qmk toolkit, i run
into this error:
./lib/pico-sdk/src/rp2_common/hardware_base/include/hardware/address_mapped.h:94:19:
error: cast from pointer to integer of different size
[-Werr
Hi all,
Really weird question here. Beware.
I'm experiencing weird Guix hangs in the bootstrapping packages.
They happen randomly but frequently in:
- Mes' configure script
- Mes' linking of libtcc
- Some other packages' configure scripts (I had it in Binutils but the
package is not published
Hi
On 2024-01-15 11:20, Kristoffer Ström wrote:
>
> Hello!
>
> I'm trying to use `qmk` to build firmware for my keyboard, but i'm
> running into cross complilation issues that i have no idea where to
> start on.
>
> When running in a shell with `qmk` i get
>
> arm-none-eabi-gcc: command not found
ElenQ Technology
--- Original Message ---
On Tuesday, October 10th, 2023 at 14:20, Peter Polidoro
wrote:
> On Sunday, October 8th, 2023 at 10:28, Ekaitz Zarraga
> eka...@elenq.tech wrote:
>
> > There are other ways to do it, but I find this the easiest.
> >
--- Original Message ---
On Saturday, October 7th, 2023 at 21:23, Fredrik Salomonsson
wrote:
> Hi,
>
> Today I was tweaking a keymap for one of my qmk based keyboards but some
> of the packages I used when building the firmware has been removed. My
> commad was as follows:
>
> `sh
ElenQ Technology
--- Original Message ---
On Tuesday, September 26th, 2023 at 08:08, Daniel Littlewood
wrote:
> Hi guix help,
>
> I want to try out making a simple change to the program `diff`, which
> is part of GNU diffutils:
> https://packages.guix.gnu.org/packages/diffutils/
ElenQ Technology
--- Original Message ---
On Tuesday, September 26th, 2023 at 22:28, Ekaitz Zarraga
wrote:
>
> --- Original Message ---
> On Tuesday, September 5th, 2023 at 18:09, Ekaitz Zarraga eka...@elenq.tech
> wrote:
>
>
>
> > Hi,
--- Original Message ---
On Tuesday, September 5th, 2023 at 18:09, Ekaitz Zarraga
wrote:
> Hi,
>
> If I guix shell to arm-none-eabi-toolchain:
>
> `Ekaitz@tuxedo ~/projects/TESTS$ guix shell arm-none-eabi-toolchain`
>
> arm-none-eabi-toolchain can&
Hi,
If I guix shell to arm-none-eabi-toolchain:
```
Ekaitz@tuxedo ~/projects/TESTS$ guix shell arm-none-eabi-toolchain
```
arm-none-eabi-toolchain can't use cstdlib because:
```
Ekaitz@tuxedo ~/projects/TESTS [env]$ cat a.c
#include
void operator delete(void *p) { std::free(p); }
Ekaitz@tux
Hi,
--- Original Message ---
On Thursday, July 27th, 2023 at 5:57 PM, Andy Tai wrote:
> Hi, a general question: Python-native package managers like conda and
> poetry both do not work (or build) on Guix now (I mean the packaged
> versions of these in Guix). Curious if any Python package
> Careful about this assumption, Guix-generated container images are pretty
> large
> and include a lot of things you might not want in there (man, info pages,
> bash,
> ...). I am not saying "do not use it", but if you try to convince people to
> use
> Guix for container builds, size should n
Hi,
I need help building javafx applications. I don't know how to build a simple
app:
This is my environment:
```
Ekaitz@tuxedo ~/projects/window$$ guix shell openjdk openjdk:jdk
java-openjfx-graphics java-openjfx-controls java-openjfx-media
java-openjfx-base java-openjfx-build
```
I look fo
> > Have you tried something like
> >
> > (add-before 'configure 'set-ldflags
> > (lambda _
> > (substitute* "tecmake.mak"
> > (("STDLDFLAGS := -shared" all) (string-append all "
> > -Wl,-rpath="#$output "/lib")
> >
> > not tested though.
>
>
> I'll give a try to this. I didn't try it!
>
Hi Reza,
Thanks for the help!
I'll answer inline:
--- Original Message ---
On Tuesday, March 21st, 2023 at 13:25, Reza Housseini
wrote:
> Have you tried something like
>
> (add-before 'configure 'set-ldflags
> (lambda _
> (substitute* "tecmake.mak"
> (("STDLDFLAGS := -shared" all) (str
Hi,
I'm trying to package IUP (https://www.tecgraf.puc-rio.br/iup/) and I'm already
stuck on the first package :)
They have a pretty wild general Makefile but I think I'm managing to deal with
it.
The main problem I have now is the RUNPATH is not set properly. If I keep the
RUNPATH validation
Hi,
> Does
>
> $ echo 1 | sudo tee /proc/sys/kernel/unprivileged_bpf_disabled
>
> change this?
>
> What does Debian's kconfig list for CONFIG_BPF_UNPRIV_DEFAULT_OFF?
>
> Guix has it unset (which means default on) which means that
> unprivileged_bpf_disabled is 0 (which means enabled) because
>
Hi,
> Hi guixers,
>
> i'm wondering...for my scripts to work in Guix, instead of
> '#! /bin/bash' ,
>
> what do i have to start them with ?
>
> Thanks,thanks, thanks
>
> F
We have a link to bash located in /bin/sh so you can just leave /bin/sh. Or you
can also use `#!/usr/bin/env bash`
Both
> Hi!
>
> jgart jg...@dismail.de skribis:
>
> > Does the G in G-Expressions stand for Guix?
>
>
> No, it stands for “G”, just like the “s” in “s-expression” stands for
> nothing (AFAIK). :-)
>
> Ludo’.
In s-expression it doesn't stand for symbolic expression?
> > How does a gexp relate to a derivation?
>
>
> The module comment of (guix gexp) says this:
>
> --8<---cut here---start->8---
>
> ;;; This module implements "G-expressions", or "gexps". Gexps are like
> ;;; S-expressions (sexps), with two differences:
>
Thanks a lot Andrew!
Just tested the scripts and they work well.
Also, mention that you can keep them anywhere you want, which is also a plus.
--- Original Message ---
On Friday, August 26th, 2022 at 7:48 AM, Andrew Tropin wrote:
> OBS native plugins should install their .so files to
Hi,
--- Original Message ---
On Thursday, August 18th, 2022 at 6:12 PM, pelzflorian (Florian Pelz)
wrote:
> Ekaitz Zarraga eka...@elenq.tech writes:
>
> > Does anyone have OBS plugins?
>
>
> Not me, but maybe it helps that Andrew Tropin wrote in
> https
Hi,
Does anyone have OBS plugins?
How should I configure them?
There's no `scripts` button under `Tools` as some tutorials suggest.
Also our OBS does not depend on Python or Lua so I don't think it's able to run
scripts... Anyone has info about this?
Thanks!
Ekaitz
Hi,
--- Original Message ---
On Thursday, August 18th, 2022 at 2:50 AM, Ben Sturmfels via
wrote:
> Hi Folks!
>
> I really like the idea of Gnome Tracker - index all your files,
> contacts, etc. so you can quickly search them. It just doesn't seem to
> work properly, it uses a lot of
Hi
--- Original Message ---
On Monday, May 23rd, 2022 at 9:34 PM, Wamm K. D. wrote:
> I think it's happened most often with IceCat but pretty much every
> browser I've tried has done this.
>
> I'm not sure the cause but my Wi-Fi card drops the connection, /really/
> often; it sucks but
Hi,
--- Original Message ---
On Saturday, May 14th, 2022 at 8:38 PM, 白い熊@相撲道
wrote:
> On 2022-05-13 10:22, zimoun wrote:
>
> > guix build -L /tmp/my-pkgs icewm
> >
> > where /tmp/my-pkgs contains this file icewm.scm:
>
> ...
>
> > You can address these issues, adds the list of inputs,
Hi,
--- Original Message ---
On Saturday, April 16th, 2022 at 6:29 PM, Haider Mirza wrote:
> The Guix installation of Blender has no denoiser.
> Blender's compositor says that Blender is compiled without
> "OpenImageDenoise"
>
> Last time I checked OIDN (OpenImageDenoise) is free softwa
Hi
> Hello,
>
> I try to install the community server of the solid project using the
> following documentation in a guix shell session.
>
> https://solidproject.org//self-hosting/css
>
> Unfortunatelly I got the following error during the execution of 'npm install
> -g @solid/community-server'
Hi,
I'm pushing this again just in case anyone has an answer.
Thanks!
‐‐‐ Original Message ‐‐‐
On Thursday, November 25th, 2021 at 5:46 PM, Ekaitz Zarraga
wrote:
> Hi all,
>
> I've been having some issues with LuaJIT's FFI. More specifically with the
> `l
Hi all,
I've been having some issues with LuaJIT's FFI. More specifically with the
`load` function, that loads a library in the "search path for dynamic
libraries".
The LuaJIT documentation says the following:
> On POSIX systems, if the name contains no dot, the extension .so is appended.
> Also
Hi Gary,
> Hi Guix,
>
> Has anyone had any luck in building a package definition for GraalVM?
>
> Https://www.graalvm.org/
Probably not, but it can be you, or maybe me in the near future.
> I'm a Clojure programmer in my day job, and one of the areas I work in
> Is (open source) high performance
Hi Andre
> I've noticed that on my laptop's built-in screen there's some kind of
> weird "delay" going on. For instance, the cursor lags behind after
> hitting Space. On my external monitor, there are no issues at all. If
> that matters, the built-in screen native resolution is almost 4K. I've
> > I don't know if Guix's documentation is designed to include this kind of
> > specific things, but we could try to add it.
>
> I think that's what the cookbook is for.
>
Thanks! Any suggestion on where to include it or how?
> Thank you very much @ekaitz, problem solved.
>
> for the future maybe a screen tearing section in guix wiki would be a great
> help and quick access for starter :)
It's a shame Guix doesn't have a wiki :P
I don't know if Guix's documentation is designed to include this kind of
specific thing
I think this is what you are looking for:
https://gitlab.com/ekaitz-zarraga/guix-configuration/-/blob/master/desktop.scm#L115
HTH!!
ElenQ Technology
Ethical Innovation
> On Sun, Oct 3, 2021, at 15:59, Ekaitz Zarraga wrote:
>
> > Is there any chance that we can fix this?
>
> There's not a fix available upstream yet, right?
There's a mesa suggestion:
https://gitlab.freedesktop.org/mesa/mesa/-/issues/3751
But I didn't try it ye
> Well I was wrong about the patch applying cleanly too. Not paying close
> Attention, apparently. And that patch was merged already in the current
> Version of Blender we ship.
>
> It looks like my GPU, which is (according to lspci):
>
> 00:02.0 VGA compatible controller: Intel Corporation UHD
> At commit 189003c83ee04e1819245c861c1ba31597db537d, system reconfigure gives
> that warning and reboot fails.
I checked the commit and it's superweird that it fails there,
the only changes are removals of urls that are dead.
I tested the urls and they are actually dead so it shouldn't
change
Hi,
‐‐‐ Original Message ‐‐‐
On Tuesday, August 10th, 2021 at 9:36 PM, Raghav Gururajan
wrote:
> Hello Folks!
>
> After a recent `guix pull` and `guix system reconfigure`, the boot process
> gets
>
> stuck at the line "Error in finalization thread: success". I also got these
>
> warni
‐‐‐ Original Message ‐‐‐
On Friday, July 9th, 2021 at 12:28 AM, excalamus--- via
wrote:
> I'm setting up the Emacs daemon following a thread on the mailing list:
> https://lists.gnu.org/archive/html/help-guix/2019-11/msg00148.html. I have
> services.scm and init.scm defined.
‐‐‐ Original Message ‐‐‐
On Friday, April 30, 2021 3:24 PM, Formbi wrote:
> Hi
>
> I'm trying to package Protonmail's proton-bridge, which is written in Go. In
> most cases, it's quite easy to import a package or write the definition
> manually. However, some packages are made of sub-pa
interested in the
> workflow
>
> Kind regards
> Petr Hodina
>
> Sent with ProtonMail Secure Email.
I'm not sure if I understand it correctly.
What I understand is you need to add the define-module like in
any guile file, but you don't need to import every single
variab
Hey!
Pretty cool question, let's see if my Bash skills are not lost like tears
in the rain.
‐‐‐ Original Message ‐‐‐
On Sunday, April 18, 2021 8:26 AM, Dmitry Matveyev
wrote:
>
> I have assumption that this is somehow connected with read-write
> permissions because when I keep failed b
Hi all,
This was already merged the other day so you'll have access to the 0.19.1
version of freecad if you `guix pull`.
Best,
Ekaitz
Hi!
> Hi Ekaitz,
>
> Great news: I was able to build the package and use freecad without problems.
> I tried several features, addons, with old complex models and new tests for
> the occasion.
> I could do more tests in the next days if needed.
>
> Many thanks for your work!
>
> Christophe
That'
Hi Christophe,
Yes, I just sent a new version with the package to the thread.
The problem was Luis Felipe was able to compile it, probably because his system
wasn't as up-to-date as yours. (That's why it worked in my computer too)
So I found the same error you found after doing a guix-pull. The
> I think it was related with vtk being updated to 9.0.0.
>
> I'll package it back to 8.2.0 and see what happens.
>
> https://forum.freecadweb.org/viewtopic.php?style=4&f=4&t=46934&start=10
>
> I'll keep you all informed.
> Thanks for the help!
I think I have it working for the latest Guix versio
>
> > > > Many thanks!
> > > > Unfortunately, the build does not work and has stopped after a few
> > > > minutes.
> > > > See attached the build log.
> > > > Christophe
> > >
> > > I'll try to compile it again... I wasn't expecting the package to fail.
> > > LOL
> > > I'll keep you posted, tha
> > > Many thanks!
> > > Unfortunately, the build does not work and has stopped after a few
> > > minutes.
> > > See attached the build log.
> > > Christophe
> >
> > I'll try to compile it again... I wasn't expecting the package to fail. LOL
> > I'll keep you posted, thanks for the log!
>
> Eh, I
> Many thanks!
> Unfortunately, the build does not work and has stopped after a few minutes.
> See attached the build log.
>
> Christophe
I'll try to compile it again... I wasn't expecting the package to fail. LOL
I'll keep you posted, thanks for the log!
Hi,
You can try with the file attached.
You just need to run the following, considering `freecad.scm` is the attached
file, and that you are in the folder that contains the file.
```
guix build -f freecad.scm
```
Like half an hour later, you'll get an output similar to this:
```
$ guix build -
Hi all,
I had some free time and I decided to spend it on updating the
freecad package to the 0.19.1 version.
I managed it to compile with the changes I add below, but I
prefer someone to test it thoroughly because it's a program
I don't use that much so I don't know if the workbenches are
workin
hi,
> Ok, I will try.
> If I understand correctly, we will communicate privately, won't we?
> I'll start by reading the document on the definition of package at guix.
>
> Christophe
You can send me the questions privately if you want, yes.
If you are not used to package stuff on Guix, you'll los
‐‐‐ Original Message ‐‐‐
On Saturday, April 3, 2021 9:10 PM, Christophe Pisteur
wrote:
> Yes, there is a reason: ignorance, incompetence, idleness ;-)
Don't be so hard on yourself.
> More seriously: I have no computer skills, I just know how to do: guix
> package -i freecad...
>
> it
Hi there,
On Wednesday, March 31, 2021 11:15 AM, Christophe Pisteur
wrote:
> Hello,
>
> After having failed to install freecad from an Appimage on guix system
> (1), a new version of freecad (freecad 19.1) has just been realised and
> proposed on flathub (2).
>
> Unfortunately, the addon manag
Before the `reconfigure` I had a 10 days old system.
Now it seems to work fine.
I had a hard time make it upgrade tbh, it was like stuck all the time with the
same error.
So it was just a network issue and it is fixed now, right?
Great!
Good to know, thanks!
Weirdly enough, yesterday I sculpted for 2h in a row and everything went well.
After that, I opened the model I worked on and it freezed my screen again, but
this time some buttons of other screens started to appear on top of the frozen
window.
Very weird.
Anyway, this looks like it's impossib
Hi,
I'm getting tons of guix pull errors these days.
They look like they are related with network issues because they
disappear if I insist (many times) and they appear in different
packages.
They look like this:
```
guix/ui.scm:2164:12: In procedure run-guix-command:
Bad Read-Header-Line header
‐‐‐ Original Message ‐‐‐
On Saturday, March 27, 2021 8:33 PM, Luis Felipe
wrote:
> On Saturday, March 27, 2021 2:45 PM, Luis Felipe
> luis.felipe...@protonmail.com wrote:
>
> > I can try it here to see if I get the same result, but I haven't used
> > Blender in a long time and never
Btw, I can actually exit the session and stuff like that
but when I'm back it's still frozen.
Does this say something to you?
Hi all,
I just tried with Gnome Desktop and I was able to replicate the same issue,
it could be related with the hardware or with X11?
I needed to push it a little bit further this time but I remember to
sculpt the models I used for the testing in this actual device or the
previous laptop, which
Hi!
> I may have ran into something similar, but didn't record the exact
> error at the time.
> What guix commit are you on? And are you using drivers from The
> Forbidden Channel?
I've worked on Blender 2.83.9 and Blender 2.91.0 and both had the same issue.
I have to admit that I didn't up
Hi,
I'm recently finding issues running blender. Trying to sculpt a simple shape
and rotate the view freezes i3wm but the mouse cursor is still responsive (it
even detects when it's on top of a text area or a clickable area) but the
screen is frozen and I can open terminals using ctrl-alt-F[2-6
Hi,
‐‐‐ Original Message ‐‐‐
On Thursday, March 11, 2021 9:03 PM, Fredrik Salomonsson
wrote:
>
>
> Hi Ekaitz,
>
> CC:ing the rest of the help-guix mailing list, I hope you don't mind.
Yeah sorry I messed up with the email.
> Ekaitz Zarraga eka...@elenq.tech
> This is terrible, but it is the only way I found to run it somewhat properly.
> Running it in an environment also isolates it from the system and prevents it
> from doing any damage to my home directory or my personal data. I hope this
> is useful to you!
LOL!
> HTH :)
It totally does.
Tha
Hi,
I'm trying to setup some Android development tooling in my Guix machine and I
wonder if someone has done it before.
I tried, even if I don't like it, to run android studio using OpenJDK and
Icedtea and I'm getting this error:
```
JDK Required: Cannot load a JDK class: com.sun.jdi.Field
Ple
---
>
> Sergiu
>
> [0] http://jonls.dk/redshift/
> [1] https://lists.gnu.org/archive/html/guix-devel/2018-02/msg00047.html
> [2] https://www.mail-archive.com/guix-devel@gnu.org/msg46278.html
> [3] https://guix.gnu.org/bl
здравствуйте,
I'll try to do my best to help but I'm not the correct person
for it. I'll just try to give you some guidance you can follow
to find more info.
‐‐‐ Original Message ‐‐‐
On Saturday, January 16, 2021 2:40 PM, znavko--- via wrote:
> Hello! I cannot agree limitations my provi
Hi,
> --8<---cut here---start->8---
> phase `unpack' succeeded after 0.0 seconds starting phase`patch-usr-bin-file'
> phase `patch-usr-bin-file' succeeded after 0.0 seconds starting
> phase`patch-source-shebangs'
> patch-shebang: ./qt-light/chicken-compile-qt-
Hi again,
Let me re-answer because I think I screwed in a couple of points.
So, you are not trying to use other build directory but a different source
directory.
That's a little bit different. Instead of making a `chdir` you need to touch
the `srcdir` variable.
In that case, you can change th
Hi Matthew,
‐‐‐ Original Message ‐‐‐
On Monday, December 14, 2020 3:55 AM, Matthew Brooks
wrote:
> I'm working on a custom package definition, but when it gets built the cmake
> files are in "source/src" instead of "source", and so the build system errors
> out when trying to run cm
‐‐‐ Original Message ‐‐‐
On Thursday, November 5, 2020 12:03 PM, Barnabás Béres
wrote:
> Hey Guixers,
>
> I’m quite new to Guix but I would like to contribute. I created two font
> packages (fort awesome and nerd fonts). Can you please help my how can send
> in and later maintain my pa
‐‐‐ Original Message ‐‐‐
On Thursday, October 29, 2020 5:34 PM, Aniket Patil
wrote:
> Hi,
> There are GNU/Linux distros which are Debian-based or fedora(Redhat) based
> etc. What I know to my knowledge is GNU packages are .tar packages with
> .deb and .rpm file format, am I right? What I
ElenQ Technology
Ethical Innovation
‐‐‐ Original Message ‐‐‐
On Saturday, September 26, 2020 4:04 PM, Guillaume Le Vaillant
wrote:
>
>
> Hi,
>
> I have a headset that can be used either with a cord or with Bluetooth,
> and I got it to almost work with Bluetooth. The only problem I h
.
>
> This is why I think we need a proper downstream distribution of Guix with the
> goal of delivering the best Linux experience albeit with perhaps degraded
> software purity. 😅
>
> -Yasu
>
> > On Sep 26, 2020, at 21:03, Ekaitz Zarraga eka...@elenq.tech wrote:
> >
Hi all,
I'm a full-time Guix user but I don't really think I have average requirements
for my computing.
I tried to connect to a bluetooth speaker once, there's a thread in the mailing
lists about it... I didn't manage to do it.
I tried through Gnome first, and it literally doesn't show any Bl
‐‐‐ Original Message ‐‐‐
On Thursday, August 20, 2020 1:51 PM, Fulbert wrote:
> On Thu, Aug 20, 2020 at 11:21:30AM +0000, Ekaitz Zarraga wrote:
>
> > Hi,
>
> Hello Ekaitz
>
> > Is anyone here using nnn terminal file browser?
>
> I don't, but…
>
Hi,
Is anyone here using nnn terminal file browser?
I installed but I don't see icons. Do you know what should I do to make the
icons work well with it?
Thanks!
Hi,
You can check guix/licenses.scm file. It contains how licenses are defined in
Guix so you can build your own. There are projects with custom licenses there
like wxwidgets.
I hope this helps.
Best,
Ekaitz
‐‐‐ Original Message ‐‐‐
On Saturday, August 1, 2020 11:44 AM, Adam Kandur vi
‐‐‐ Original Message ‐‐‐
On Sunday, June 7, 2020 12:59 PM, Ekaitz Zarraga wrote:
>
>
> ‐‐‐ Original Message ‐‐‐
> On Saturday, June 6, 2020 9:27 PM, Julien Lepiller jul...@lepiller.eu wrote:
>
> > Le 6 juin 2020 15:14:07 GMT-04:00, Ekaitz Zarraga eka.
‐‐‐ Original Message ‐‐‐
On Thursday, June 11, 2020 10:42 PM, Julien Lepiller wrote:
> Le 11 juin 2020 16:26:19 GMT-04:00, Ekaitz Zarraga eka...@elenq.tech a écrit :
>
> > ‐‐‐ Original Message ‐‐‐
> > On Sunday, June 7, 2020 12:59 PM, Ekaitz Zarraga eka...@el
‐‐‐ Original Message ‐‐‐
On Saturday, June 6, 2020 9:27 PM, Julien Lepiller wrote:
> Le 6 juin 2020 15:14:07 GMT-04:00, Ekaitz Zarraga eka...@elenq.tech a écrit :
>
> > Wait a minute! It's working!
> > But the only way to work is with the LD_LIBRARY_PATH set. I
Wait a minute! It's working!
But the only way to work is with the LD_LIBRARY_PATH set. I installed mesa and
set the LD_LIBRARY_PATH from my command line, an icecat run from the command
line works, the one run from the desktop environment doesn't.
So... guix is not setting the LD_LIBRARY_PATH co
‐‐‐ Original Message ‐‐‐
On Saturday, June 6, 2020 6:07 PM, Tobias Geerinckx-Rice wrote:
> Ekaitz,
>
> Ekaitz Zarraga 写道:
>
> > I'm unable to use WebGL in IceCat. I've activated all the > about:config
> > options related to it and also the prefer
Hi,
I'm unable to use WebGL in IceCat. I've activated all the about:config options
related to it and also the preferences checkbox.
But when I visit https://get.webgl.org/ it always says:
"Hmm. While your browser seems to support WebGL, it is disabled or unavailable.
If possible, please ensure
‐‐‐ Original Message ‐‐‐
On Friday, May 29, 2020 3:34 AM, Leo Famulari wrote:
> On Tue, Apr 07, 2020 at 11:54:35AM +0000, Ekaitz Zarraga wrote:
>
> > Hi,
> > I'm trying to make a screencast with ffmpeg and I'm having issues.
> > I had a screen recording
Hi,
Does anyone use a computer with a thunderbolt port in GuixSD?
Is there support for that?
Looks like the kernel already has support for them and freedesktop has
developed a daemon for it:
https://gitlab.freedesktop.org/bolt/bolt
But doesn't look like it's packaged for Guix. Is it?
Thanks!
Hi all,
I made a guix pull the other day and since then I'm getting the classic:
guile: warning: failed to install locale
hint: Consider installing the `glibc-utf8-locales' or `glibc-locales' package
and defining `GUIX_LOCPATH', along these lines:
guix package -i glibc-utf8-locales
‐‐‐ Original Message ‐‐‐
On Friday, May 8, 2020 5:06 PM, Christopher Lemmer Webber
wrote:
> I'm very excited to see the MNT Reform launch:
>
> https://www.crowdsupply.com/mnt/reform
> https://www.crowdsupply.com/mnt/reform/updates/the-campaign-is-live
>
> Completely hackable laptop; all
>
> I see you submitted it in the meantime:
>
> https://issues.guix.gnu.org/issue/40492
>
> Almost there! :-)
>
> Thanks,
> Ludo’.
Yeah, still have to fight a little with it.
Thanks!
1 - 100 of 114 matches
Mail list logo