From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 01 12:23:57 2020 Received: (at submit) by debbugs.gnu.org; 1 Jan 2020 17:23:57 +0000 Received: from localhost ([127.0.0.1]:37507 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1imhiu-0003jf-Q2 for submit@debbugs.gnu.org; Wed, 01 Jan 2020 12:23:57 -0500 Received: from lists.gnu.org ([209.51.188.17]:32828) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1imb2j-0005NP-C3 for submit@debbugs.gnu.org; Wed, 01 Jan 2020 05:15:58 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:55689) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1imb2h-00008e-Uv for guix-patches@gnu.org; Wed, 01 Jan 2020 05:15:57 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_05,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW,SPOOFED_FREEMAIL,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1imb2f-0001D4-VP for guix-patches@gnu.org; Wed, 01 Jan 2020 05:15:54 -0500 Received: from forward102j.mail.yandex.net ([5.45.198.243]:42820) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1imb2f-00016U-ER for guix-patches@gnu.org; Wed, 01 Jan 2020 05:15:53 -0500 Received: from mxback12o.mail.yandex.net (mxback12o.mail.yandex.net [IPv6:2a02:6b8:0:1a2d::63]) by forward102j.mail.yandex.net (Yandex) with ESMTP id EC566F20315 for ; Wed, 1 Jan 2020 13:15:49 +0300 (MSK) Received: from localhost (localhost [::1]) by mxback12o.mail.yandex.net (mxback/Yandex) with ESMTP id RPUgdxgptM-Fn7mYfVx; Wed, 01 Jan 2020 13:15:49 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1577873749; bh=HMGE81d8CA9mHgd1R8rEd7HrwljeqUtQCDArqLdK8Gk=; h=Message-Id:Date:Subject:To:From; b=hj6fvLgzz10WlMVIzdOaGscvoOXe5auZT+NQe+NzmalB5zJ2If2Opdso3C4A5liQT kL2VLBg4vmA2HbQ28yocwTteDAkF/39mnIBPDgDgl+C/E9XkimuMR7l0uyKWanrsq5 xl/Ztjl5up5HAPTsDtLfO6iup3Lgu96OkwNuxzWI= Authentication-Results: mxback12o.mail.yandex.net; dkim=pass header.i=@yandex.ru Received: by myt5-b646bde4b8f3.qloud-c.yandex.net with HTTP; Wed, 01 Jan 2020 13:15:49 +0300 From: kanichos@yandex.ru To: guix-patches@gnu.org Subject: Fix path substitution in IBus MIME-Version: 1.0 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Wed, 01 Jan 2020 13:15:49 +0300 Message-Id: <66851577873749@myt5-b646bde4b8f3.qloud-c.yandex.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 5.45.198.243 X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 01 Jan 2020 12:23:55 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) The IBus package has been broken since forever because it substitutes pat= hs 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 @@ =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"/share/X11/locale"))) =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(substitute* "ui/gtk3/xkb= layout.vala" =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(("\"(setxkbmap|xm= odmap)\"" _ prog) - =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(string-append "= \"" (assoc-ref inputs prog) "\""))) + =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(string-append "= \"" (assoc-ref inputs prog) "/bin/" prog "\""))) =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0#t)) =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(add-after 'wrap-program 'wrap-with-add= itional-paths =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(lambda* (#:key outputs #:allow-= other-keys) -- 2.23.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 01 17:56:38 2020 Received: (at 38848-done) by debbugs.gnu.org; 1 Jan 2020 22:56:38 +0000 Received: from localhost ([127.0.0.1]:37714 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1immus-0003W6-LD for submit@debbugs.gnu.org; Wed, 01 Jan 2020 17:56:38 -0500 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21194) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1immuq-0003Vw-7V for 38848-done@debbugs.gnu.org; Wed, 01 Jan 2020 17:56:36 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1577919394; cv=none; d=zohomail.com; s=zohoarc; b=cnRg4E8zo2GQWWCCTHFb/TLjiCpZ1vemZB6P5uADNGP+u9Z2ogfaYUCttPK6Xk7Zdrxe4piKVO/2tHKkPpSy2+WgZG+bOP6hf8uOGHdCKXgcssVOUWJnUOX4JhZiSPJ2COYWEnyTkHVggvL5IQJSP1mM28jt2bCCjE1KfT7uvfw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1577919394; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=6yxin2LfRO0m4BrA7umSwcexsAOFk1gm+YSTVLRvu8k=; b=lFUVLDF9ctP4yY+6zhScYVGACqxtSAwoIop1d0cdgT3ZN1jSbtWj2YU9AiOKj/AdmpDuBzUveBIvREOHanaDE4B86YzS5C0dE32COz5V4URH7HfiOzRt7hzPvYBblyOlyO3CAXSdbkM0HiRFoUjKVuD8R8PgnB2JPK54/qWZOPE= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1577919394; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=6yxin2LfRO0m4BrA7umSwcexsAOFk1gm+YSTVLRvu8k=; b=BdJOwrvr/tHls+ac9HPBVKHGXmhR+4pVmoIeAPptDexa3uXhRLlyajV5VM9lFTsX Q5XfLs4jbvmNGBcP/rhqwhmJhpwgg82unZS604dsoHWv2T2k4LKQhjCiYrfRNGPpkdQ qHyeSu1Mx1lU2E7fmprkErhIhj9GHwzdkHmeMEi4= Received: from localhost (p54AD4FC9.dip0.t-ipconnect.de [84.173.79.201]) by mx.zohomail.com with SMTPS id 1577919389794715.8290645550703; Wed, 1 Jan 2020 14:56:29 -0800 (PST) References: <66851577873749@myt5-b646bde4b8f3.qloud-c.yandex.net> User-agent: mu4e 1.2.0; emacs 26.3 From: Ricardo Wurmus To: kanichos@yandex.ru Subject: Re: [bug#38848] Fix path substitution in IBus In-reply-to: <66851577873749@myt5-b646bde4b8f3.qloud-c.yandex.net> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Wed, 01 Jan 2020 23:56:26 +0100 Message-ID: <87lfqqn5ut.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 38848-done Cc: 38848-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) kanichos@yandex.ru 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=E2=80=99ve only ever been using libpinyin, so I never noticed=E2=80=A6) Pushed to the master branch with commit 92d7f5b45d. -- Ricardo From unknown Tue Jun 24 06:54:35 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 30 Jan 2020 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator