GNU bug report logs -
#65729
[PATCH] gnu: ibus: Add search-path for 'GUIX_GTK3_IM_MODULE_FILE'.
Previous Next
Reported by: iyzsong <at> envs.net
Date: Mon, 4 Sep 2023 10:54:01 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 65729 in the body.
You can then email your comments to 65729 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#65729
; Package
guix-patches
.
(Mon, 04 Sep 2023 10:54:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
iyzsong <at> envs.net
:
New bug report received and forwarded. Copy sent to
all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
.
(Mon, 04 Sep 2023 10:54:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/ibus.scm (ibus)[native-search-paths]: Add 'GUIX_GTK3_IM_MODULE_FILE'.
---
gnu/packages/ibus.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index 62323ece6f..1e01bb0ea3 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -269,6 +269,13 @@ (define-public ibus
python
python-dbus
python-pygobject)))
+ (native-search-paths
+ (cons (search-path-specification
+ (variable "GUIX_GTK3_IM_MODULE_FILE")
+ (file-type 'regular)
+ (separator #f)
+ (files '("lib/gtk-3.0/3.0.0/immodules-gtk3.cache")))
+ (package-native-search-paths ibus-minimal)))
(properties (alist-delete 'hidden? (package-properties ibus-minimal)))))
(define-public ibus-libpinyin
base-commit: bedcdf0fb5ac035f696790827679406c7146396c
prerequisite-patch-id: fa830ec4852f09e6c5a4fbdb4473f9cbd9bceec4
--
2.41.0
Reply sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Wed, 06 Sep 2023 01:00:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
iyzsong <at> envs.net
:
bug acknowledged by developer.
(Wed, 06 Sep 2023 01:00:04 GMT)
Full text and
rfc822 format available.
Message #10 received at 65729-done <at> debbugs.gnu.org (full text, mbox):
Hi,
iyzsong <at> envs.net writes:
> From: 宋文武 <iyzsong <at> member.fsf.org>
>
> * gnu/packages/ibus.scm (ibus)[native-search-paths]: Add 'GUIX_GTK3_IM_MODULE_FILE'.
> ---
> gnu/packages/ibus.scm | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
> index 62323ece6f..1e01bb0ea3 100644
> --- a/gnu/packages/ibus.scm
> +++ b/gnu/packages/ibus.scm
> @@ -269,6 +269,13 @@ (define-public ibus
> python
> python-dbus
> python-pygobject)))
> + (native-search-paths
> + (cons (search-path-specification
> + (variable "GUIX_GTK3_IM_MODULE_FILE")
> + (file-type 'regular)
> + (separator #f)
> + (files '("lib/gtk-3.0/3.0.0/immodules-gtk3.cache")))
> + (package-native-search-paths ibus-minimal)))
> (properties (alist-delete 'hidden? (package-properties ibus-minimal)))))
LGTM, installed!
--
Thanks,
Maxim
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 04 Oct 2023 11:24:17 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 219 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.