From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id cDXWGjm8jWaqbgEAe85BDQ:P1 (envelope-from ) for ; Tue, 09 Jul 2024 22:39:53 +0000 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id cDXWGjm8jWaqbgEAe85BDQ (envelope-from ) for ; Wed, 10 Jul 2024 00:39:53 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=disroot.org header.s=mail header.b=I4VUTEJo; spf=pass (aspmx1.migadu.com: domain of "help-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="help-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=reject) header.from=disroot.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1720564793; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=qzTCStSYAojtVMdrT7yId7T8mB1Rhh7iOIPemVaXU40=; b=b/id4aup+/00GjxdH8D1jko8rAk2CN/l1YvJBOExDKHHUB+pkZbWkse4PdLLFR3xMpTtAb ZV12XKT3Q8eojCcr6+yG7mE6CIwJdSGkKzqAyBHThqlPJStFHj9t2BlDrUCn4ix0P/dCnF QExj5Jmz4RFyO4TStfrfI+ok2o0A2PwFU0ZW6rOfw/Tuuxw11yMOJ8GCXLKTchUym9DoJv lC7xalFkmGbYYefVOOdt9X5dIDzIeRIKoRiq/jaaPar5c0ZFFhwJxAHfNCOJEhhIP3sCmK yahUrkiinFrFXUFOglFOm+UOmW+WjiOP2UH1sU28G+wVk8T4K2z8foxA7QVuiQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=pass header.d=disroot.org header.s=mail header.b=I4VUTEJo; spf=pass (aspmx1.migadu.com: domain of "help-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="help-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=reject) header.from=disroot.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1720564793; a=rsa-sha256; cv=none; b=aOQD5RAoR/Kkmup8giMqdFpJ4UdK6D6qlYKo9ySOMldiJ8D9i7PYLzZW96xiQaYAXaVenF DGH+9vVb3wrLEuVbifr4oABva3M1BxW3TtVHHsom7xvkLLETt7LyjNgLqk3NLRcdid93zN R40k6WFKcce9fNo/UxVBVwiedKo49qht7J8IK1shwyge8wu5VX/8Qb2sX5rj2+K7h02fbf WQzR0YIG0udh+VzKLTEaPRunm795V+nQhwXDpfXI4D8khg1eWn3LayCciKYeNkaSuAQoXm chX26DYmE9rAPnpqlCd6hpDp7bhFirPNdHeKOE8hRwZy5Q3N5yCLlQN5Iy8B6w== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 256E781BB for ; Wed, 10 Jul 2024 00:39:53 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sRJUc-0005GS-1b; Tue, 09 Jul 2024 18:39:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sR3gZ-0001Sf-P7 for help-guix@gnu.org; Tue, 09 Jul 2024 01:46:46 -0400 Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sR3gX-00021n-Ar for help-guix@gnu.org; Tue, 09 Jul 2024 01:46:43 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 2BE8841991 for ; Tue, 9 Jul 2024 07:46:36 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SclmyUkIQVkh for ; Tue, 9 Jul 2024 07:46:35 +0200 (CEST) From: Akib Azmain Turja DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1720503995; bh=rFPWxRYiXaeterOYL29jb1Ij6x9f93a6+5uaPnuHM1Q=; h=From:To:Subject:Date; b=I4VUTEJo5DoV9N5OVIdT2x7rZqFIcmge8ZTArji6nG8VOENWdn27wNPZxp1K509o6 830C4kUtwzZ110/TTUZE7crD4xBnlge3XUA8CB2LvsjsqIPCLG/xd6hQlU2KVYm1+J JscTXmSwP/iGlaSXh8vUqr/ETl0WJ8koKBlSmjruzUTqOlMF1HiPg7jvUiyLXP47tq CB8qeNHgqK5QECwxtet5AL3S/YnmiGjOLtfy8iFuykQJTx6fgT+uQqdVSenKzzjvqU /EFcif2ezh6LgsnAYaYSEGS0eikZrezVpJSRaPu5E9lqb7eJZ4kjRFQ+yomCQ8v5BI IGUhNo2iRJ+dA== To: help-guix@gnu.org Subject: XIM doesn't work: "No IM module matching GTK_IM_MODULE=xim found" Date: Tue, 09 Jul 2024 11:46:00 +0600 Message-ID: <87o777i0dj.fsf@disroot.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Received-SPF: pass client-ip=178.21.23.139; envelope-from=akib@disroot.org; helo=layka.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Tue, 09 Jul 2024 18:39:23 -0400 X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: help-guix-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Spam-Score: -11.31 X-Migadu-Queue-Id: 256E781BB X-Migadu-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -11.31 X-TUID: EBcZuc0oaJJT --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I'm trying to get exwm-xim work. I have done everything I needed to do, including setting the environment variables and calling (exwm-xim-enable). But it doesn't work. I suddenly noticed today that all the GTK programs output something like the following: (dino:14531): Gtk-WARNING **: 02:52:19.528: No IM module matching GTK_I= M_MODULE=3Dxim found How can I fix this? I'm on GNU Guix System, with the whole system updated just 2 days ago. =2D-=20 Akib Azmain Turja, GPG key: 70018CE5819F17A3BBA666AFE74F0EFA922AE7F5 Fediverse: akib@hostux.social Codeberg: akib emailselfdefense.fsf.org | "Nothing can be secure without encryption." --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEyVTKmrtL6kNBe3FRVTX89U2IYWsFAmaMzpgACgkQVTX89U2I YWuA3hAAwovh1PgGfKiBc1ZWzk+PyujjLxA72DNPpWQFxzKUyO8iXYcAP2XS5vd7 UeOS4d+UoBVUWFSMA0bUz7nfmi9b94QuY6SsBl8Jpo2DKmap8+nuGNGmHj6X2QBr ZCxGxOcTCanrpDpkPnhYzWa26qlPFyEJuBnTVaKY0BBw//2GpMuoxcLryUXZ3SJn WxUK8kfKSJxSfKsyvd14JGaVkFpecVnIVW/ND5vPqkYKkc9JsqBRBdfd6/th+vWO t0hEttA5bK3hb3LODHdWI3yFBEnTX/X5Tt4jH636lctWUMyaLkt5g9y/JdBpPl1g jNfWYlZ4ZmZXBeMgmzQ9A1TjN3+V9Z322dYyF4lXn6UTw8+QqxmhJ9xaNBnFquQU SWwtcVIwD4OSKdT9rB1e4CeA0Yd0QAQQF+3ybvPXBSvnmpcio4VVBOB5gzSLcha6 qLHsUL1/UMCA0r2KJ+Epqs8Np3Q3DEYpIfgvnzUWLuMc/CI+5tVnx8i2hR+LG8u0 OAow1uZIW4OtEqbCPxAbkbZMxcEkhUiTFqppWY1usljkAG1SSZ9uPp91qle8FwZe Ul68Z0/8sjTpMXEBfZG4pxQUMw1W9W/hkveQqDF7taSezNbKtUsTU+psiHQelqbR kk0Rxe9knC+AtTpAH6mUJphyzhYITkebfi20FemrLd4YPGnS6rs= =2adk -----END PGP SIGNATURE----- --=-=-=--