Re: How to delete per-user profiles

2023-08-30 Thread Jorge P . de Morais Neto
Thanks 宋文武 and Roman! I have then deleted `/var/guix/profiles/per-user/jorge-morais' and then invoked `sudo -i guix gc -d'. It went as expected. If any error appears later, I will inform this list. Regards! -- - I am Brazilian. I hope my English is correct and I welcome feedback. - Free Soft

System configuration for different keyboard options on a per-physical keyboard basis

2023-04-23 Thread P. p. phalantha
Hi all, I am running the GNU Guix operating system on my laptop. I want to swap caps lock with control (ctrl:swapcaps) when using the laptop keyboard, but not when using a bluetooth external keyboard. Is there a way to configure this behavior? Thanks in advance! Best regards, Ning

[PATCH] Fix for --with-branch=emacs-next=master

2022-09-25 Thread Jorge P. de Morais Neto
>From d70da533ddd0152f7d358854b184855932d6390c Mon Sep 17 00:00:00 2001 From: "Jorge P. de Morais Neto" Date: Sat, 24 Sep 2022 19:58:21 -0300 Subject: [PATCH] Undo 97b928ce09d6034ebcb541fb548e5d4862302add for Guix The aforementioned commit breaks Guix's emacs recipe. The reci

Re: Why Emacs is echoing message for each installed Emacs package while startup

2022-07-23 Thread Jorge P . de Morais Neto
Hi! I reply below: Em [2022-05-22 dom 17:26:55+0600], Akib Azmain Turja escreveu: > Thanks a lot. Just a question, where should I send the patch? > guix-devel? Did you send the patch? I have searched debbugs and have not found any such submission. I care because: 1. It significantly pollutes

Re: Guix Merch?

2021-12-19 Thread Ry P.
Those look great! Were they both done DIY or through a printing shop? I'd be interested in researching ethical screenprinting/printing shops to get more of these made (and I'm sure we could get more designs made?). If anyone has any suggestions that would be most welcome. :) On 12/19/21 1:36 A

Re: Does Guix provide security support for Python2? For how long?

2021-01-15 Thread Jorge P . de Morais Neto
Hi. Em [2021-01-15 sex 19:17:41+0100], dario escreveu: > I don't know the answer to your question and you are probably aware of > that option, but I just wanted to mention that you could consider > switching to mbsync, which (I think) also has better performance than > offlineimap. It's a bit an

Re: Does Guix provide security support for Python2? For how long?

2021-01-15 Thread Jorge P . de Morais Neto
Hi. Em [2021-01-15 sex 18:07:40+0100], zimoun escreveu: > As far as I know, Guix provides the security support that upstream > releases. I too suppose so in general. But I would like a more authoritative answer for the specific case of Python2. And, in fact, this should be publicly documented-

Does Guix provide security support for Python2? For how long?

2021-01-15 Thread Jorge P. de Morais Neto
Hi. I use Guix on a foreign distro---Debian buster (current stable). I want to upgrade Debian to bullseye (current testing), but bullseye does not provide security support for Python 2. I still use Python 2 for OfflineIMAP. There is a Python 3 port of OfflineIMAP, but it was done very recently

Re: Can I easily install GNU Emacs 27.1.50 via Guix?

2020-12-18 Thread Jorge P . de Morais Neto
Hi Carlo. Em [2020-12-18 sex 20:36:11+1100], Carlo Zancanaro escreveu: > This is true if they are in the same address space, but in this > case evince runs as a separate process. There's no reason it has > to load the same libraries as emacs, or have the same GTK_PATH > variable. You should be ab

Re: Can I easily install GNU Emacs 27.1.50 via Guix?

2020-12-17 Thread Jorge P . de Morais Neto
Em [2020-12-17 qui 19:54:18-0300], Jorge P. de Morais Neto escreveu: > Show I report these problems as two bugs? I forgot to mention that I have already (quickly) searched the Guix bugs database and found no preexisting bug report related to either of these two problems. Regards -- - <

Re: Can I easily install GNU Emacs 27.1.50 via Guix?

2020-12-17 Thread Jorge P . de Morais Neto
Hi Pierre and Simon! Thank you both for your tips and encouragement. I ended up studying Guix and then I wrote an `emacs-maint' package that builds from the emacs-27 branch. I currently use commit 2dbc95063b5ee3d48aceff05f89e63a134df86ed and I intend to refresh it monthly. I have however hit tw

Can I easily install GNU Emacs 27.1.50 via Guix?

2020-12-09 Thread Jorge P. de Morais Neto
Hi. For GNU Emacs I manually compile the latest code from the emacs-27 branch (and install it with GNU Stow). That's because I want the latest features and fixes, but I fear that the master branch could be unreliable when used together with certain external packages such as Notmuch. When there's

Re: Guix's enchant misreports numerals on Debian---both buster and bullseye

2020-08-22 Thread Jorge P . de Morais Neto
> Maybe you could use hunspell directly as your enchant? Not sure if > that works, I'm not an emacs user. Emacs does support several other spell checkers, but I want to use enchant in order to share the user dictionary with other applications that use enchant. > With these, on Guix System, I was

Re: Guix's enchant misreports numerals on Debian---both buster and bullseye

2020-08-20 Thread Jorge P . de Morais Neto
Em [2020-08-20 qui 15:35:00-0300], Jorge P. de Morais Neto escreveu: > So enchant 2.2.8 (either from APT or from Guix) does not understand > "doesn't"; and, what's worse, enchant-2.2.8 from Guix reports every > numeral as a misspelling. I now reread my experiment a

Guix's enchant misreports numerals on Debian---both buster and bullseye

2020-08-20 Thread Jorge P. de Morais Neto
Hello. I reported Emacs bug#42248 and I and the Emacs developers realized at least part of the problem is with Guix version of Enchant. On an updated Debian bullseye, enchant 2.2.8 from Guix misreports numerals. The same enchant upstream version, when installed from APT, does not have this probl

Enchant from Guix misreports numerals on both Debian buster and bullseye

2020-08-20 Thread Jorge P. de Morais Neto
Hello. I reported Emacs bug#42248 and I and the Emacs developers realized at least part of the problem is with Guix version of Enchant. On an updated Debian bullseye, enchant 2.2.8 from Guix misreports numerals. The same enchant version, when installed from APT, does not have this problem. Guix

Re: Environment variables on GNOME on foreign distro (Debian)

2020-02-29 Thread Jorge P . de Morais Neto
cut here---start->8--- #!/usr/bin/env bash GIO_PROFILE=~/".guix-extra-profiles/GIO_EXTRA_MODULES/GIO_EXTRA_MODULES" eval $(guix package -p "${GIO_PROFILE}" --search-paths) gnucash --8<---cut here---end--

Re: WebP in GIMP

2020-02-01 Thread Jorge P . de Morais Neto
Em [2020-02-01 sáb 14:16:34-0500], Leo Famulari escreveu: > On Fri, Jan 31, 2020 at 07:54:22PM -0300, Jorge P. de Morais Neto wrote: > I added WebP support in commit 5a8adc6dfcf16ad9284d70e68da0dc320eb5af63. Thank you. It works. It is a pity though that GIMP has a bare-bones WebP export

WebP in GIMP

2020-01-31 Thread Jorge P. de Morais Neto
Hi. It seems Guix's GIMP does not support WebP. Is there a fix for that? Regards -- - - I am Brazilian. I hope my English is correct and I welcome feedback. - Please adopt free formats like PDF, ODF, Org, LaTeX, Opus, WebM and 7z. - Free/libre s

Re: How to use foreign-distro fonts without symlink hack?

2020-01-06 Thread Jorge P . de Morais Neto
Em [2020-01-05 dom 19:34:24+0100], Pierre Neidhardt escreveu: > jorge+l...@disroot.org (Jorge P. de Morais Neto) writes: > >> 1. Could this symlink cause problems for Debian applications? > > Should be fine. > >> 2. Why does not Guix `fc-cache' look in `/usr/sha

How to use foreign-distro fonts without symlink hack?

2020-01-05 Thread Jorge P. de Morais Neto
Hi. I use an updated Guix atop Debian buster on an x86-64 notebook. I had font problems in GNU Emacs. I took hours to recognize them as such and find the cause: Emacs was not using the fonts from Debian in `/usr/share/fonts'. I then worked around the problem by symlinking /usr/share/fonts to `~

Re: Cannot build libdbi-drivers: "dbd_mysql.c:54:10: fatal error: mysql.h: No such file or directory"

2019-12-19 Thread Jorge P . de Morais Neto
Hello. Em [2019-12-18 qua 22:38:13+0100], Marius Bakke escreveu: > This is fixed with commit 9077cf68ec57c0303ef7746e203c3fe5ed041add. I confirm the problem is solved. A few minutes ago I have invoked ~guix pull~ and then I was able to build Gnucash. Then I fired up Gnucash and it showed its w

Cannot build libdbi-drivers: "dbd_mysql.c:54:10: fatal error: mysql.h: No such file or directory"

2019-12-17 Thread Jorge P. de Morais Neto
4fqq5isxpmlcx215vqwlbj7ig8vs5q-libdbi-drivers-0.9.0.drv.bz2 Description: Binary data For more than a week I have been unable to update Gnucash. One of its dependencies, libdbi-drivers, fails to build. I have attached the build log. Regards -- -

Re: Joint statement on the GNU Project

2019-10-10 Thread P
‐‐‐ Original Message ‐‐‐ On Thursday, October 10, 2019 7:22 PM, Jean Louis wrote: > > Your problem is that you published this statement to guix-devel. If you > > don't mind, I'll forward your mail to gnu-system-discuss, which is the > > appropriate mailing list. > > I don't mind. > > Guix

Re: Guix re-installing already installed packages

2019-10-06 Thread L p R n d n
t don't quote me on that, I'm not really used to this tool. > Best wishes > // Tirifto Hope it helps, L p R n d n

Re: Doubt regarding waiting for substitutes

2019-09-30 Thread L p R n d n
ust `guix pull commit=...` to update and pick a commit from around 24h ago. Unless there has been significant changes I end up building very few packages if any at all. (not using ungoogled-chromium) > -- > Cheers, > sirmacik > PGP: 0xE0DC81D523891771 Hope it helps, L p R n d n

Re: guix pull behind proxy not working

2019-08-16 Thread Jorge P . de Morais Neto
Em 2019-08-15T21:20:27+0200, Marius Bakke escreveu: > I think you also need these variables in the environment that invokes > the 'guix' command. Does it work if you export these variables before > running guix, in addition to having them in the daemon environment? I think that makes no differenc

Re: guix pull behind proxy not working

2019-08-15 Thread Jorge P . de Morais Neto
Em 2019-07-04T11:05:35+0200, mar...@famic.de escreveu: > However, calling `guix pull` and `guix system reconfigure` still fails > due to unreachable network. Does it need different proxy settings? > What can I do? I have the same problem on a Debian buster foreign distro. I have configured the

Re: personal communications server

2019-08-07 Thread L p R n d n
edure that would output a preconfigured os. I've already thought about that kind of "configuration helpers" and I find the idea quite appealing. We could go from "activate x services" to "I want a desktop operating system with bluetooth" ot "I want a server with m

Re: personal communications server

2019-08-06 Thread L p R n d n
used to enable or > disable certain services. Just being curious here, why a whole operating system configuration? Why not just a list of services? Thanks, L p r n d n > -- > Ricardo

Re: how change gdm by ligthDM

2019-07-24 Thread L p R n d n
ave a nice day, L p r n d n Pirboazo writes: > Hello all, > > How i can change GDM by ligthDM ? > > I saw this package was available . > > does the service "ligthdm-service-type" exist ? > > Pierre

Re: Librem 15v3: sound through HDMI cable

2019-05-29 Thread L p R n d n
Configuration tab to something vaguely related to HDMI and it usually works. Maybe it could work for you too until we fix this properly? Hope it helps. Have a nice day, L p r n d n

Re: Problem on LXQt service definition

2019-05-15 Thread L p R n d n
ges need a special environment variable, another solution is to modify the package definition with a `wrap-program` phase or something. This way, the problem should be solved even if the user doesn't use the service. Thanks, L p R n d n

Re: Red Notebook will not build.

2019-05-07 Thread L p R n d n
Hello, Jesse Gibbons writes: > I am trying to make a Red Notebook package (home page > ). I defined a package that should work, but I get an > error when I try to build it. Attached are my package definition > (rednotebook.scm), and the build log > (g05wsv8nqq8m71n3wg65043lixsfaa-rednotebook-2.1

Re: Adding a polkit-service to fix networkmanager

2019-05-07 Thread L p R n d n
Hello, Adam Mazurkiewicz writes: > I installed networkmanager in my Xfce Desktop Environment, but it did > not allow to add new connections. A message was "Insufficient > privileges". After some googling I got to conclusion that the polkit > service is needed to fix it. Now I am trying to add th

Re: GNU Guix 1.0.0 released

2019-05-02 Thread L p R n d n
Hello! That's awesome! Congratulation Guix! And thanks to anyone who participated to make this possible. :) Have a beautiful day! Lprndn

Re: proposal to remove linux-Libre from Guix

2019-03-28 Thread L p R n d n
Hello, I'm not sure to understand what you mean. Could you try to explain a bit more what what would be the fimal goal? Thanks, Lprndn

Re: lumina desktop package

2019-02-10 Thread L p R n d n
Hello, Funny, I just wrote a package definition for Lumina yesterday too. Mine is a rougher (just builds and starts) but I didn't have any troube starting lumina. I didn't use xinitrc though. I just choosed lumina session in slim so it might not be helpfull to you... Here is the (arguments) part o

RE: Building guix from source with --prefix=$HOME/.local --localstatedir=$HOME/.local/gnu

2018-02-22 Thread YOANN P
s can't be done without to be root. Best regards, Yoann De : Chris Marusich Envoyé : mercredi 21 février 2018 06:44 À : YOANN P Cc : help-guix@gnu.org Objet : Re: Building guix from source with --prefix=$HOME/.local --localstatedir=$HOME/.local/gnu YOANN P

Building guix from source with --prefix=$HOME/.local --localstatedir=$HOME/.local/gnu

2018-02-20 Thread YOANN P
Hi guix, I've tried many times to build guix from source to fully install it inside my ~/.local but without success and don't get why. You could find my installation script partially based on Pjotrp recipes here and the full log here