Re: The Little Guixer

2022-06-06 Thread yasu
(If there is a better "pad" or wiki we can use, let me know!) https://pad.riseup.net/p/n7KQE0eCa8goWEPNR99P-keep So, I guess the thing to do is to come up with lots of good questions? Then we will divide up in categories and in the reasonable sequence? -Yasu 😄️ On Sat, 2022-06-0

Re: Add Microsoft Cascadia Code font?

2021-01-10 Thread yasu
Well, let me know if that's the case! After all, my submission is almost identical as the existing packages such as font-ibm-plex and font-inconsolata? I would prefer not to "fork" as another repository if I can avoid it! -Yasu On Sun, 2021-01-10 at 07:28 -0500, Julien Lepiller w

Re: Add Microsoft Cascadia Code font?

2021-01-10 Thread yasu
I created a 'low-standard-guix' repository and moved the submitted package there, for now :-) https://github.com/yugawara/low-standard-guix/blob/master/README.md Again, when I get time, let me see if I can properly package Cascadia Code fonts! Cheers, Yasu On Sun, 2021-01-10 at 1

Add Microsoft Cascadia Code font?

2021-01-10 Thread yasu
know what protocols I may have missed 😅 Would you please let me know how to proceed from here? Regards, Yasu From a86683caa6ee17e881c91cc103d30f844d6a6b34 Mon Sep 17 00:00:00 2001 From: Yasuaki Kudo Date: Sun, 10 Jan 2021 16:11:26 +0900 Subject: [PATCH] i --- gnu/packages/fonts.scm

Re: BUG: Re: guix environment: error: cannot create container: unprivileged user cannot create user namespaces

2020-12-06 Thread yasu
tting doesn't even exist in the mainline Linux kernel. I wonder how this term came in to Guix in the first place? -Yasu On Sun, 2020-12-06 at 17:56 +0100, zimoun wrote: > Hi, > > Please try the recommendation. Have you tried it? > > please set /proc/sys

BUG: Re: guix environment: error: cannot create container: unprivileged user cannot create user namespaces

2020-12-06 Thread yasu
clone) 47:+if ((unshare_flags & CLONE_NEWUSER) && !unprivileged_userns_clone) { 65:+extern int unprivileged_userns_clone; 77:+.procname = "unprivileged_userns_clone", 78:+.data = &unprivileged_us

Re: guix environment: error: cannot create container: unprivileged user cannot create user namespaces

2020-12-04 Thread yasu
Hi Pj, Thank you for you reply (and your wonderful Hacking Guide https://gitlab.com/pjotrp/guix-notes/blob/master/HACKING.org)! I tried the command and it didn't work... I use Guix System (not a foreign distribution) as described at the bottom :-) -Yasu On Fri, 2020-12-04 at 19:55

guix environment: error: cannot create container: unprivileged user cannot create user namespaces

2020-12-04 Thread yasu
upported?) "Return #t if the setgroups proc file, introduced in Linux-libre 3.19, I hope this is a bug that can be fixed. Otherwise, it looks like I won't be able to compile pre-inst-env? Cheers, Yasu

Re: Japanese Input wont't without manually adding environmental variables?

2020-11-07 Thread yasu
Hi Leo, Oh this looks like like exactly what I need!! https://issues.guix.info/44354 Very much looking forward to this being picked up!! Thank you so much! -Yasu On Sat, 2020-11-07 at 10:23 +0100, Leo Prikler wrote: > Hello, yasu > > I recently submitted #44354, which would set

Re: Japanese Input wont't without manually adding environmental variables?

2020-11-07 Thread yasu
I see..., thank you anyway! I wonder if we can collect of this kind of usability tips in wiki-like systems somewhere so we don't have to keep digging google for information. 😃 I am very excited about Guix - I switched from Nix and I am not going back! -Yasu On Sat, 2020-11-07 at 16:41

Japanese Input wont't without manually adding environmental variables?

2020-11-06 Thread yasu
GUIX_GTK2_IM_MODULE_FILE="$HOME/.guix-profile/lib/gtk- 2.0/2.10.0/immodules-gtk2.cache" export GUIX_GTK3_IM_MODULE_FILE="$HOME/.guix-profile/lib/gtk- 3.0/3.0.0/immodules-gtk3.cache" Cheers,Yasu