GNU bug report logs - #78353
[PATCH] gnu: fcitx5: Add GUIX_GTK3_IM_MODULE_FILE search path.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Sat, 10 May 2025 15:05:02 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Hilton Chain <hako <at> ultrarare.space>
Subject: bug#78353: closed (Re: [bug#78353] [PATCH] gnu: fcitx5: Add
 GUIX_GTK3_IM_MODULE_FILE search path.)
Date: Sat, 24 May 2025 01:41:05 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#78353: [PATCH] gnu: fcitx5: Add GUIX_GTK3_IM_MODULE_FILE search path.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 78353 <at> debbugs.gnu.org.

-- 
78353: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78353
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Hilton Chain <hako <at> ultrarare.space>
To: 78353-done <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> envs.net>
Subject: Re: [bug#78353] [PATCH] gnu: fcitx5: Add GUIX_GTK3_IM_MODULE_FILE
 search path.
Date: Sat, 24 May 2025 09:16:58 +0800
Hilton Chain <hako <at> ultrarare.space> writes:

> * gnu/packages/fcitx5.scm (fcitx5)[native-search-paths]: Add
> GUIX_GTK3_IM_MODULE_FILE.
>
> Change-Id: I436e1973f3fb5d89d23896e0027343507fb752fe
> ---
>  gnu/packages/fcitx5.scm | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)

Applied as 976354370340b29fdfac2d4129b27fd12fa30b49, closing.

[Message part 3 (message/rfc822, inline)]
From: Hilton Chain <hako <at> ultrarare.space>
To: guix-patches <at> gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>
Subject: [PATCH] gnu: fcitx5: Add GUIX_GTK3_IM_MODULE_FILE search path.
Date: Sat, 10 May 2025 23:04:04 +0800
* gnu/packages/fcitx5.scm (fcitx5)[native-search-paths]: Add
GUIX_GTK3_IM_MODULE_FILE.

Change-Id: I436e1973f3fb5d89d23896e0027343507fb752fe
---
 gnu/packages/fcitx5.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index b410a35e4bb..7952f5cc4b3 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -137,7 +137,12 @@ (define-public fcitx5
     (native-search-paths
      (list (search-path-specification
             (variable "FCITX_ADDON_DIRS")
-            (files '("lib/fcitx5")))))
+            (files '("lib/fcitx5")))
+           (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")))))
     (home-page "https://github.com/fcitx/fcitx5")
     (synopsis "Input method framework")
     (description "Fcitx 5 is a generic input method framework.")

base-commit: 2e1ead7c8b449b58d571d8f16c1586b675c13ab4
prerequisite-patch-id: cb3ac50fb870cf197a4e3ed2ccfb45a6a28400f1
prerequisite-patch-id: 2579801cc89f3e3e022074a0425fba3d38bbe1de
prerequisite-patch-id: 7174912f7b05011468bc47b2ba8167b0e617a70b
prerequisite-patch-id: 08fa38ca1e61c773052671339b78799f19fb7f60
prerequisite-patch-id: b68df6ad7528101d3fbb1fd44f94472a9c8f4f0a
prerequisite-patch-id: 58297e005e4ad0988bd5dc73cd0149637d5c7032
prerequisite-patch-id: 2c09773480fbfd323433986ec528fcb8019273f9
prerequisite-patch-id: e2846320c8b391ff3fec09e51c31578ee6057268
prerequisite-patch-id: 538047ea2f029dd135319c02ba569c4aab9af38d
prerequisite-patch-id: 4fb73799b5ea902d69ecf15b72e1fecc9903d0bc
prerequisite-patch-id: a3a0146e6686bf6f7804192e1a383239c118717b
prerequisite-patch-id: 8de6616d86785be0088bc210202d375b6d0cf5eb
-- 
2.49.0




This bug report was last modified 21 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.