```
Some deprecated features have been used. Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information. Set it to "no" to suppress
this message.
make[1]: Leaving directory
'/tmp/guix-build-guile-ssh-0.11.3.drv-0/guile-ssh-0.11.3/tests'
make
I think Mcomix 2.0.1 do not install locale date.
--
"Feng Shu" writes:
> I think Mcomix 2.0.1 do not install locale date.
I try to code a patch:
>From bc1627e85cde9569b96057daa863184566863858 Mon Sep 17 00:00:00 2001
From: Feng Shu
Date: Sun, 27 Mar 2022 17:35:13 +0800
Subject: [PATCH] gnu: mcomix: Install messages directory.
"Feng Shu" writes:
> "Feng Shu" writes:
>
>> I think Mcomix 2.0.1 do not install locale date.
>
> I try to code a patch:
>
> From bc1627e85cde9569b96057daa863184566863858 Mon Sep 17 00:00:00 2001
> From: Feng Shu
> Date: Sun, 27 Mar 2022 17:3
1. Run bash command: guix repl --listen=tcp:37146
2. Run geiser-connect to connect guix repl.
3. open emacs-xyz.scm
4. enable guix-devel-mode and run C-c . u
5. C-x C-e emacs-dired-sidebar define.
the error showed:
---
ice-9/boot-9.sc
starting phase `set-SOURCE-DATE-EPOCH'
phase `set-SOURCE-DATE-EPOCH' succeeded after 0.0 seconds
starting phase `set-paths'
environment variable `PATH' set to
`/gnu/store/wrzjr2g38f23fqg09rrdcn10va5gc5xl-emacs-minimal-28.2/bin:/gnu/store/2014ms75ra1bca725vwci61qjm4qzxyx-emacs-buttercup-1.29/bin:/g
This let emacs --debug-init show the below error:
--
Debugger entered--Lisp error: (file-missing "Cannot open load file" "没有那个文件或目录"
"/gnu/store/gcvj3grb55ic034b9a56p6m182b2qfdr-emacs-nadvice-0.3/share/emacs/site-lisp/nadvice-0.3/nadvice-auto
Nicolas Goaziou writes:
>
> This is now mitigated in commit db746d16602f4b22ed678aaaeeb5974398d27874.
>
> To properly fix this, as the next step, I'm leaning towards removing
> emacs-nadvice package altogether. It is not useful in Guix since we
> provide Emacs 28+.
agree :-)
>
> WDYT?
>
> Regar
emacs -q and (require 'consult) will show:
Error running timer ‘show-paren-function’: (wrong-type-argument listp
special-mode) [8 times]
--
I think it is compat's problem, when I update compat to 29.1.1.0, the problem is
disapear
when I update compat, magit build fail, so update it too.
>From d00ac6d39bc5d1eae94710571715ebbeb202917a Mon Sep 17 00:00:00 2001
From: Feng Shu
Date: Sun, 8 Jan 2023 10:34:10 +0800
Subject: [P
宋文武 writes:
>> [...]
>>
>> Hello Feng Shu and Michael Rohleder, I have create a wip-xfce branch and
>> applied all patches: They're all LGTM, and I will merge it after some
>> tests later. Thank you!
>>
>
> Pushed!
>
> During my tests,
关闭:窗口管理器/高级/光标碰到屏幕边缘时回绕工作区 这个选项试试。
--
/gnu/store/hhfcn8viysyz2qz9rvvqkj91i5nxzd9s-icecat-102.8.0-guix0-preview1/share/applications/icecat.desktop
[Desktop Entry]
Version=1.0
Name=GNU IceCat Web Browser
Name[ar]=?? ??
Name[ast]=Restolador web GNU IceCat
Name[bn]=??
--
starting phase `set-SOURCE-DATE-EPOCH'
phase `set-SOURCE-DATE-EPOCH' succeeded after 0.0 seconds
starting phase `set-paths'
environment variable `PATH' set to
`/gnu/store/brxy70m8k3g8pxf5qj312amsnnj9njb8-meson-1.1.0/bin:/gnu/store/7q4crm7s2whyjx0s127p7k43s4fwxzgm-ninja-1.11.1/bin:/gnu/store/3dz
(define* (xinitrc #:key fallback-session)
"Return a system-wide xinitrc script that starts the specified X session,
which should be passed to this script as the first argument. If not, the
@var{fallback-session} will be used or, if @var{fallback-session} is false, a
desktop session from the
>From 19ca112441184a2c54a02ebbb6b84bca1c23dfea Mon Sep 17 00:00:00 2001
* gnu/services/xorg.scm (xinitrc): Find sessions from guix home directory.
---
gnu/services/xorg.scm | 6 ++
1 file changed, 6 insertions(+)
diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index f8cf9f25b6.
>From 0e3968aff482ed8ef912f02b744631bb8899f9e4 Mon Sep 17 00:00:00 2001
From: Feng Shu
Date: Thu, 14 Dec 2023 10:58:02 +0800
Subject: [PATCH v2] services: xorg: Find sessions from guix home directory.
* gnu/services/xorg.scm (xinitrc): Find sessions from guix home directory.
---
gnu/servi
See previous info: https://issues.guix.gnu.org/57168
> It works fine, but there are a few gotchas:
> 1. The session selection menu doesn't show the items. I don't know why.
> Perhaps a regresssion with newer GTK+.
I use below code to test:
1. lightdm-gtk-greeter code:
>>>
I have create a issue in lightdm github:
https://github.com/canonical/lightdm/issues/333
--
After I guix pull, services defined in guix home config can no start:
-
服务 root 已启动。
WARNING: Use of `load' in declarative module (#{ g117}#). Add #:declarative?
#f to your define-module invocation.
unbound-variable(#f "Unbound variable: ~S" (service) #f)
Some deprecat
Hello:
At the moment: icewm do not install MO files to
'share/locale//LC_MESSAGES', gmo files in tarball are removed, but
do not re-generated, I try to add gettext-minimul to inputs, but can not
re-generate gmo files successfully.
Any reason we should remove gmo files in tarball?
```
Sergey Trofimov writes:
> Feng Shu writes:
>
>> After I guix pull, services defined in guix home config can no
>> start:
>>
>> -
>> 服务 root 已启动。
>> WARNING: Use of `load' in declarative module (#{ g117}#). Add
>&g
Sergey Trofimov writes:
Today, after I guix pull again and reconfig guix home, this problem
dispear, I do not know why :-)
> Feng Shu writes:
>
>>>
>>> Have you tried debugging it? Is your home shepherd running? Do you
>>> see
>>
>> I tried, bu
Jonathan Brielmaier writes:
> Hi tumashu,
>
> Am 05.02.24 um 23:45 schrieb tumashu:
>> (display-server "wayland")
>>
>> remove this line, at the moment, sddm-service-type do not support this
>> feature, for waston is not configure properly
>
> Thanks for that super fast response! Indeed this was
I have tested and found that:
In lightdm-gtk-greeter, the following line run success and return no session.
items = lightdm_get_sessions ();
But, in lightdm, the following function in liblightdm-gobject/session.c is not
called:
/**
* lightdm_get_sessions:
*
* Get the available sessio
Wow, good news.
Some month ago, I have spend many times to find why session can not be
found, but not success
--
When I use guix system vm with --share argument, the below error will be
showed.
feng@Guix ~$ guix system vm -e "(@ (geesystem webvm) os)"
--share=/home/feng/.config/webvm/guest=/home/guest
Backtrace:
17 (primitive
Maybe this commit?
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=9939677d15592acb8663162af8eab3d33f4831db
--
29 matches
Mail list logo