Re: Execute startxbmap at login to map Ctrl Caps to Escape

2023-03-18 Thread Mario Forzanini
Hi! On 3/17/23 3:31 AM, Rodrigo Morales wrote: What's the Guix way to map Caps Lock to Escape? I actually have some similar setting mapping Caps Lock to Control in my operating system configuration, I think this may work: (operating-system (keyboard-layout (keyboard-layout "us" #:opti

Re: Set up the bluetooth - error : dbus-service-type: unbound variable

2023-03-18 Thread Mario Forzanini
o add the mailing list in Cc, I will include my response below in case anyone else has similar problems in the future. -- Mario - Mail original - De: "Mario Forzanini" À: "hub lombard" Envoyé: Vendredi 17 Mars 2023 03:37:21 Objet: Re: Set up the bluetooth - error : d

Re: Execute startxbmap at login to map Ctrl Caps to Escape

2023-03-18 Thread Mario Forzanini
On 3/17/23 4:18 AM, Rodrigo Morales wrote: Thanks for the quick answer. After reading your answer and the relevant part of the documentation, I understand that this configuration needs to be set at the system level (i.e. /etc/config.scm). Wouldn't it be possible to set a layout for an user-accoun

Home service that serializes into an executable file

2023-03-28 Thread Mario Forzanini
Hello everyone! I've recently tried to write a simple home service that serializes into an ~/.xsession file. As someone pointed out in an older message on this list, this file has to be executable; I used to achieve this including an external file like: (local-file "xsession" #recursive? #t). Is t

Re: Newbie: How to find all kernel modules that can be loaded?

2023-03-31 Thread Mario Forzanini
Rodrigo Morales writes: > I want to know all the modules that are available on my system so that I > can add them to kernel-module-loader-service-type. I'm a newbie when it > comes to kernel modules, so I'm not even aware if all of them have a unique > extension. If that's the case, a simple `find

Re: unbound variable in attempt to install "lightdm"

2023-05-12 Thread Mario Forzanini
On 5/12/23 5:05 PM, Gottfried wrote: Hi, I managed to update my packages in my default profile without updating "caja-extensions" So now I would like to install "lightdm" I added one line in my config.scm:  (services     (app

Re: unbound variable in attempt to install "lightdm"

2023-05-12 Thread Mario Forzanini
On 5/12/23 5:53 PM, Gottfried wrote: If I open emacs and enter M-x guix Return it gives me only one option: emacs autoload packages so I am not sure what you mean by: 'M-x guix RET s a' You should install emacs-guix[0] first, I'd suggest installing it via guix, but you can also use `package-i

Re: Gdm not recognizing window manager

2023-08-10 Thread Mario Forzanini
On 8/7/23 15:15, Patrick Pippen wrote: Greetings I just installed GUIX 1.4.0 over the weekend with XFCE. Then I installed Bspwm and sxhkd. Then I created a .xsession file with only this content: exec bspwm Restarted laptop tried logging in and it only goes back to login screen. My question i

Re: Run ECL with Sly

2023-09-04 Thread Mario Forzanini
On 9/4/23 11:41, André A. Gomes wrote: Hi Guix, This is a question for Common Lispers. From Emacs, C-u M-x sly RET ecl RET, results in the error below (from the inferior-lisp buffer). Can anyone reproduce it? If my memory isn't tricking me, I believe I used to have it successfully in the pas

PdfLatex and LuaLatex are slow

2023-10-20 Thread Mario Forzanini
Hello everyone, I recently started to use TeX on Guix but I noticed that compiling documents is really slow, as most of the time is spent loading packages. E.g. compiling a 22 page beamer presentation takes 2 minutes: $ wc -l presentation.tex 213 /home/mario/doc/uni/Tesi/thesis/presentation.

Re: PdfLatex and LuaLatex are slow

2023-10-20 Thread Mario Forzanini
On 20/10/23 10:54, Sergiu Ivanov wrote: Hi Mario, Mario Forzanini [2023-10-20T11:49:05+0300]: Hello everyone, I recently started to use TeX on Guix but I noticed that compiling documents is really slow, as most of the time is spent loading packages. I used to have similar symptoms last

Re: PdfLatex and LuaLatex are slow

2023-10-20 Thread Mario Forzanini
On 20/10/23 12:51, Andreas Enge wrote: Hello, Am Fri, Oct 20, 2023 at 11:54:16AM +0300 schrieb Sergiu Ivanov: For the reference, I install the monolithic package texlive. I think this is the difference, so using the monolithic package is a personal stop-gap measure, until we have figured out

Re: PdfLatex and LuaLatex are slow

2023-10-20 Thread Mario Forzanini
On 20/10/23 12:51, Andreas Enge wrote: Hello, Am Fri, Oct 20, 2023 at 11:54:16AM +0300 schrieb Sergiu Ivanov: For the reference, I install the monolithic package texlive. I think this is the difference, so using the monolithic package is a personal stop-gap measure, until we have figured out