emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38848: closed (Fix path substitution in IBus)


From: GNU bug Tracking System
Subject: bug#38848: closed (Fix path substitution in IBus)
Date: Wed, 01 Jan 2020 22:57:01 +0000

Your message dated Wed, 01 Jan 2020 23:56:26 +0100
with message-id <address@hidden>
and subject line Re: [bug#38848] Fix path substitution in IBus
has caused the debbugs.gnu.org bug report #38848,
regarding Fix path substitution in IBus
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38848: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38848
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Fix path substitution in IBus Date: Wed, 01 Jan 2020 13:15:49 +0300
The IBus package has been broken since forever because it substitutes paths to 
setxkbmap and xmodmap binaries with package directories.

---
gnu/packages/ibus.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index 5057927174..42a8d5db32 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -116,7 +116,7 @@
                               "/share/X11/locale")))
             (substitute* "ui/gtk3/xkblayout.vala"
               (("\"(setxkbmap|xmodmap)\"" _ prog)
-                (string-append "\"" (assoc-ref inputs prog) "\"")))
+                (string-append "\"" (assoc-ref inputs prog) "/bin/" prog 
"\"")))
             #t))
         (add-after 'wrap-program 'wrap-with-additional-paths
           (lambda* (#:key outputs #:allow-other-keys)
--
2.23.0



--- End Message ---
--- Begin Message --- Subject: Re: [bug#38848] Fix path substitution in IBus Date: Wed, 01 Jan 2020 23:56:26 +0100 User-agent: mu4e 1.2.0; emacs 26.3
address@hidden writes:

> The IBus package has been broken since forever because it substitutes
> paths to setxkbmap and xmodmap binaries with package directories.

Oh, good catch!  Thanks!
(I’ve only ever been using libpinyin, so I never noticed…)

Pushed to the master branch with commit 92d7f5b45d.

--
Ricardo



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]