Hi Guix,
In Trisquel and in Parabola, with the MATE desktop environment, I use
keepassXC and set a shortcut for auto-type to either Alt+Z or Super+Z and it
works.
In Guix, in the MATE desktop environment, neither works. However, I found
that Alt+T works.
I thought that perhaps some shortcut of
> Add the argument to kernel-arguments field of your operating system.
> Specifically you will want to set snd-intel-dspcfg.dsp_driver=1
>
Thanks, it works now!
Hi Guix,
I installed Guix on a laptop where I previously used Trisquel and by
default, there was no sound.
On Trisquel, the problem was solved by running:
$ echo options snd-intel-dspcfg dsp_driver=1 | sudo tee -a
/etc/modprobe.d/alsa-base.conf
$ sudo update-initramfs -u
I understand that this
Hello Guix,
I have syncthing running as a service with the following added to services
in operating-system
(service syncthing-service-type
(syncthing-configuration (user "david")))
I was failing to connect to it via http://localhost:8384, which I used
before and is indi
Hi Guix,
I have a computer with the MATE desktop environment. My previous system
generation was from May 25 on commit
22c229ff4e0869cdbcd5eabbe482fde7725e75e1, I just upgraded my system to
commit 2d418933a46a92a545ccebe629470af0fc019c4b (from 3 days ago).
After rebooting and opening a MATE sessio
Hi Gottfried,
> after updating packages and a sudo guix system reconfigure
> /etc/convig.scm yesterday and today
> still MATE Desktop does not work.
>
> The menu line at the bottom comes and disapears every second,
> that's why the GUI is impossible to use.
>
I am not sure which menu line you
is not a valid LUKS device, so it looks like I did more wrong
things that I thought.
Then I guess I'll just do a plain new installation.
--
David Lecompte
x27;t start Guix.
Is there a way to start my installed Guix and restore it to a state so that
I can boot from the EFI menu?
Cheers.
--
David Lecompte
Hi Guix,
Le mardi 22 avril 2025 à 18:53 +0200, David Lecompte a écrit :
> On Trisquel with KDE, I see an icon for Gajim, KeepassXC and Quassel
> that appear together in the KDE panel with the icons for sound,
> network, brightness, clipboard and notifications.
>
> In Guix wit
g to change the
keyboard layout to azerty in console (for sway, I just took what I had
done already), but it works.
Now that I know about this, I'll try other setups in a virtual machine.
Cheers!
--
David Lecompte
Hi Guix,
On Trisquel with KDE, I see an icon for Gajim, KeepassXC and Quassel
that appear together in the KDE panel with the icons for sound,
network, brightness, clipboard and notifications.
All of these are part of what is called "miniature box" (I translate
from French, so it might be a differ
Le mercredi 19 mars 2025 à 22:33 +0100, Rutherther a écrit :
> > So to fix this, you should be able to just unset the variable in your
> > .profile (or shell equivalent) script, after you source the
> > ~/.guix-profile. That is the easiest way, there would be other
> > ways by changing the guix pac
Hello Guix,
After I install Gajim from Guix on Trisquel (I have also icecat and a few
other things installed from Guix), when I try opening a MATE session, I have
the background screen for about 25 seconds, then a brief black screen and I
am back to the session greeter.
If I log in via a console,
mas, thanks for hint!
Before this, I also added dconf because without it, I was not able to
change any setting in evolution.
It would be beneficial for Guix users if such information could be
captured somewhere.
--
David Lecompte
n
English, hope I am translating clearly enough).
When searching, I found
https://lists.gnu.org/archive/html/help-guix/2022-04/msg00038.html which
looks like the same problem.
Does anyone know how to use CalDAV with evolution outside of a GNOME
session?
Thanks.
--
David Lecompte
it to /etc/config.scm but it was generating some
error (can't remember what it was), this is why I installed it with guix
pull.
Thanks
--
David Lecompte
> I'm not sure what went wrong for David.
Could it just be that the commit I was on had linux-libre 6.11 still but
guix pull was saying that linux-libre 6.11 was replaced with linux-libre
6.12 ?
I sometimes had failures that repeat if I retry immediately, but don't
repeat if I retry the next day.
> Interesting! Previously, the Guix docs would not have recommended doing
> it like that. The environment you get when you run `sudo` without any
> options was considered to be somewhat ambiguous and not useful for Guix.
Thanks again, this is a really important point.
I did "sudo -i guix pull" an
> > My commands were exactly "guix pull" and "guix system reconfigure
> > /etc/config.scm".
>
> Okay. Remember that reconfiguring the system requires root privileges,
> and that `guix pull` works for each user.
>
Sorry, my mistake, I actually ran "guix pull" and "sudo guix system
reconfigure /
ce-modules cups desktop networking ssh xorg)
(operating-system
(locale "fr_FR.utf8")
(timezone "Europe/Paris")
(keyboard-layout (keyboard-layout "fr"))
(host-name "guix-vm")
(users (cons* (user-account
(name "david")
Hi Guix,
After "guix pull" and "guix system reconfigure /etc/config.scm", I remember
seeing a message that linux-libre moved to version 6.12, but when I reboot,
the version is 6.11.11.
Am I misunderstanding how to udpate my system?
Cheers,
David.
Hi Guix,
When I install LibreOffice in Guix SD, the menus are in English, unlike my
desktop environment, and when I look at language settings in LibreOffice,
only English is available.
Are other languages available for LibreOffice? How to select a language
other than English?
Thanks,
David.
Hello all,
I never used Guix SD, only Guix on a foreign distro.
I want to install a system on an external SSD so that I can boot my PC
in case my default boot disk would have problems (I have my data on
other disks in this PC) and I decided to try with Guix SD.
With the guided installation in gr
Dear Guix,
On other distros (Trisquel, Parabola), I use autofs to mount SMB shares when
the user tries to access the directory where the share is to be mounted.
I prefer this over mounting something via the file manager of a DE because I
want to access the files in command line, not only via the
Hi Felix, Florian, all
Le lundi 25 mars 2024 à 11:32 -0700, Felix Lechner a écrit :
> > error: no such cryptodisk found.
>
> Do you use LUKS on boot? Our GRUB supports only a particular type of
> key. Maybe that's the issue?
I saw from the manual that only LUKS v1 is supported. Is that the onl
Hi Florian,
> You further could try editing the Guix configuration file in the
> installer to get another kernel such as:
>
> (use-package-modules linux)
>
> (operating-system
> …
> (kernel linux-libre-4.19)
> …)
>
Thanks, I did not know I could do that during the install.
However, when
Hi Florian,
> Could you try editing the GRUB boot options (press E
> during GRUB) and append to the linux boot line:
>
> nomodeset
>
> This would rule out graphics driver problems.
>
Thanks, I tried, it makes no difference. The boot menu is taking a small
portion of the screen, with the Guix l
Hi all,
I did a fresh Guix install on an X200 with gnuboot.
When booting with seabios, I get the GRUB prompt for the deciphering
password, I successfully get to the boot menu with "GNU with Linux-Libre
6.0.10" (actually, I realized that, although I asked for French keyboard,
the keyboard layout i
> > Now, I need to find out how to change [the keyboard layout to type the
> > passphrase in GRUB], and also to make it so that I can retype the
> > passphrase without going to a grub rescue prompt.
>
> We could track this as two separated Guix bugs, if they haven't already
> been reported.
I fo
> That is the same error message I get after mistyping my password. I'm
> also quite sure the layout is US qwerty before unlocking the encryption
> regardless of any keyboard layouts defined in the system configuration.
Thanks, I can confirm that it works if I am assuming US qwerty layout!
Now,
Hi all,
I installed guix in an x86 virtual machine, using the 1.4 installer. I
selected the guided partitioning option with encryption, so everything was
done by the installer.
When the installation is finished and the virtual machine reboots, I have
-- copy start --
Booting from Hard Disk...
G
Hi everybody,
I use guix on trisquel 11. I have the following packages installed:
glibc-locales 2.35out
/gnu/store/03v1svhv6wj9pd6awpdi5zn4wd31b23f-glibc-locales-2.35
fontconfig 2.14.0 out
/gnu/store/90jrg5z1ywz5hpwka832q0g4skbaa4dj-fontconfig-2.14.0
gajim-omemo 2.8.15
Hi all,
I have Guix on Trisquel 11.
"guix pull" gives the following:
david@x200:~$ LC_ALL=C guix pull
Updating channel 'guix' from Git repository at
'https://git.savannah.gnu.org/git/guix.git'...
Authenticating channel 'guix', commits 9edb3f6 to 2bf96f2 (2 new commits)...
Building from this ch
Dear Guix fans,
I am using Guix on Trisquel 11. I have the gajim package installed.
After guix pull, doing guix package -u does this:
---
The following derivation will be built:
/gnu/store/apm7g4d3pi9fmh30aml28q31dymn6p1b-gajim-1.4.7.drv
building /gnu/store/apm7g4d3pi9fmh30aml28q31dymn6p1b-gaj
Le lundi 01 août 2022 à 15:26 +, Gottfried a écrit :
>
> Jitsi Meet isn't in guix. But Jami is there.
Jitsi is for voice / video calls / screen sharing, it requires running
a server on one machine but particpants just need a web browser (major
web browser work).
I use a cheap VPS to run a Ji
Le mercredi 13 juillet 2022 à 20:13 -0500, jgart a écrit :
> Hi Guix,
>
> Every so often I get this error and gajim fails to start. I'm on a
> foreign distro, void linux.
I am on Trisquel and recently I had various failures with gajim, either
some window fails to open (then it can't be opened at
Le mardi 07 juin 2022 à 13:27 +0200, pelzflorian (Florian Pelz) a
écrit :
> The target should be /dev/sdf, but why the GUI installer does not
> work
> I do not know. Perhaps download the latest image if you wanted the
> GUI.
Thanks, it worked !
(I mean the shell install, for the GUI, I had donwl
Hello all,
I never used Guix SD, only Guix on a foreign distro.
I want to install a system on an external SSD so that I can boot my PC in case
my default boot disk would have problems (I have my data on other disks in this
PC) and I decided to try with Guix SD.
With the guided installation in
Hi,
Le jeudi 12 mai 2022 à 18:00 +0200, zimoun a écrit :
> The Guix project is part of the GNU project; for the good, the bad or
> the ugly. What it implies is documented, for instance:
>
> <
> https://www.gnu.org/distros/free-system-distribution-guidelines.en.html
> >
>
These rules are for
Hallo Gottfried,
Le jeudi 07 avril 2022 à 20:40 +, Gottfried a écrit :
> But what is with "guix package -u"
> When I did it two days ago it took 6 hours. I couldn't swich off my
> laptop. So I can do it only when having a lot of time.
> Normally it took approx. 30 min
I use guix on Trisquel b
Le dimanche 13 février 2022 à 09:38 +0100, Ricardo Wurmus a écrit :
> Hi Nikos,
>
> > I have succesfully installed guix in trisquel 9 (mate).
> >
> > I have installed some packages and everything is working as
> > expected.
> […]
> > But when I install gnucash, or cawbird and reboot the system
>
Le dimanche 13 février 2022 à 08:43 +, Gottfried a écrit :
> So at the moment I don´t need "Evolution". Icedove works fine
> at the moment.
I chose Evolution because it uses the GPG keys maintained by generic
tools, while Icedove ignores them. However, Icedove is also a good
choice and I may t
Le dimanche 06 février 2022 à 14:17 +, Gottfried a écrit :
> Hello,
>
> I am new at GNU Guix and want to ask about the mailing list.
>
Hello, and welcome. You may want to say whether you are using Guix
system or on a foreign distro. I am using Guix on Trisquel and on
Debian.
> Can I enter
Hi all,
With Guix on Trisquel, after "guix pull", guix package -u gives this:
$ LC_ALL=C guix package -u
guix package: warning: Consider running 'guix pull' followed by
'guix package -u' to get up-to-date packages and security updates.
The following packages will be upgraded:
gajim (d
Le lundi 24 janvier 2022 à 08:46 +0100, Tanguy LE CARROUR a écrit :
> Everything works as expected on my Thinkpad T200. The problem is with
> my
> Viking D8… that uses the nVIDIA driver! Do you think it could be
> related?
I am using a Vikings D8 with Trisquel 9 + Guix and Debian 11 + Guix, I
can
Le mercredi 29 décembre 2021 à 10:12 +0100, zimoun a écrit :
> Maybe I miss something with your requirements. To avoid such
> disagreements, I do 3 things:
>
> 1) enable ’channel-with-substitutes-available’ [1]
>
> 2) split profiles: essentials under ~/.guix-profile (nss-certs, git,
> recutil
Hello Thiago,
Le jeudi 23 décembre 2021 à 21:33 -0300, Thiago Jung Bauermann a
écrit :
> I had a similar issue recently on my Ubuntu laptop, when I switched
> the
> display manager from SDDM to GDM. From what I gather, the latter
> launches the desktop session without using a shell so at no point
Le dimanche 26 décembre 2021 à 23:41 -0600, Matthew Brooks a écrit :
> Is there any way to avoid rebuilding stuff like mariadb, the entire
> Rust chain, etc. unless one of those packages *actually* changes? It
> seems like every few days every single package needs to rebuild for
> some reason, incl
Hi everyone,
On Trisquel with mate on my laptop, when opening a mate terminal (the
command is just "mate-terminal", no option), all the suitable
environment variables for guix are set.
On Debian with mate on my desktop (I had problems with Trisquel that I
could not solve for one year so I am usin
Hello,
Le mardi 23 novembre 2021 à 01:43 -0700, Joseph Turner a écrit :
> Running Guix 1.3.0-12.9bbbac6 on top of a foreign distro, Debian 11
> (bullseye).
>
> Gajim was installed with `guix install gajim`, and it works well.
> However, I am unable to make use of `gajim-remote`, which returns the
Hi,
I currently have a disk with a DOS partition table, completely filled
by a first partition for /boot for Trisquel and an extended partition
that contains a logical volume group (single physical volume taking all
space in the extended partition) that includes 3 logical volumes, one
for swap, on
On Wed, 2 Jun 2021 10:30:17 -0300
"Adonay Felipe Nogueira via" wrote:
> It might not be enough, but did you enable build substitutes when you were
> asked by the guix installation script?
Actually, I don't remember seeing that question. Maybe they are disabled then,
I will enable them.
> In g
Hi all,
I installed Guix on Trisquel 9 on an X200 following advice from the
section 2 of the manual. I ran the script mentioned in the first note
with sudo and made the guess that it replaces the steps from sections
2.1 up to 2.5 included, even though that is not mentioned.
Then, following advice
53 matches
Mail list logo