From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 27 13:25:04 2022 Received: (at submit) by debbugs.gnu.org; 27 Jul 2022 17:25:04 +0000 Received: from localhost ([127.0.0.1]:56916 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oGkmN-0002mB-Ss for submit@debbugs.gnu.org; Wed, 27 Jul 2022 13:25:04 -0400 Received: from lists.gnu.org ([209.51.188.17]:42580) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oGkjc-0002gm-Ui for submit@debbugs.gnu.org; Wed, 27 Jul 2022 13:22:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34018) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oGkjc-0007qA-5F for bug-guix@gnu.org; Wed, 27 Jul 2022 13:22:12 -0400 Received: from mail-4316.protonmail.ch ([185.70.43.16]:41259) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oGkjR-0006BK-20 for bug-guix@gnu.org; Wed, 27 Jul 2022 13:22:10 -0400 Date: Wed, 27 Jul 2022 17:21:54 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pm.me; s=protonmail3; t=1658942517; x=1659201717; bh=XvIjmlbm7bxb5vU5RkU+XIyyqLyYxQrMGPftQ43zBhM=; h=Date:To:From:Reply-To:Subject:Message-ID:Feedback-ID:From:To:Cc: Date:Subject:Reply-To:Feedback-ID:Message-ID; b=f6cdXO9eFUn/UPXKVNRG7ua2MzeiL1pTFTSXlouucLQ3GZGL7ZC+3P8MQU9nbRGi6 LZmPqUwr4RLO0vkO3BkMbDZ7juqerO/WqzSZjjqb3ZmmQ/QqSJ6BthedhFFFa39Izs Jmqf33HVv3Cq/aZGAZppiYLzRiyzvQNQxpRLoXAO76j6Jx0p9aLdV1Z/gfO8NvVZcr 1h8yZLgYDXgOit+sOZT9a8fI2J6G9kgWFsAB/0p5nVdmiUyQE2v6mf1iF6IANS2T8s pF2hfKIWC3kXgsvIfZzD4tvntAYrkCtwOX2vlfaw+eBqqRMFbV4OOdDLGuPmq/jFPx B1R2+1nD3TToQ== To: "bug-guix@gnu.org" From: Cairn Subject: libinput won't recognize /etc/libinput/local-overrides.quirks Message-ID: Feedback-ID: 6989168:user:proton MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha512; boundary="------a9ddaaf6251267557a7d1a445318d55522b406b60566ee43fbf08158361b099a"; charset=utf-8 Received-SPF: pass client-ip=185.70.43.16; envelope-from=cairn@pm.me; helo=mail-4316.protonmail.ch 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_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 27 Jul 2022 13:25:02 -0400 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: , Reply-To: Cairn Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------a9ddaaf6251267557a7d1a445318d55522b406b60566ee43fbf08158361b099a Content-Type: multipart/mixed;boundary=---------------------319c849d99198febb02a694348079bac -----------------------319c849d99198febb02a694348079bac Content-Transfer-Encoding: quoted-printable Content-Type: text/plain;charset=utf-8 The libinput package doesn't seem to contain its own version of local-over= rides.quirks, although it does contain an empty `/etc/libinput/`. Regardle= ss, `quirks debug: /gnu/store/*-libinput-1.19.2/etc/libinput/local-overrid= es.quirks` is listed when running the following: libinput quirks list --verbose /dev/input/event0 Since it's returned, it seems to selecting this non-existent file as its l= ocal quirks list. This prevents libinput from recognizing a custom `local-= overrides.quirks`. For example, I'm attempting to speed up my trackpoint (= /dev/input/event17). If I add a working modification method[1] to `/etc/li= binput/local-overrides.quirks`, I can see my value modified with the follo= wing: libinput quirks list --data-dir /etc/libinput /dev/input/event17 But when I remove the `--data-dir` flag, I'm returned the default value (`= AttrTrackpointMultiplier=3D0.40`). [1]: The following, where 0.4 is changed to 1.0: https://gitlab.freedeskto= p.org/libinput/libinput/-/blob/main/quirks/50-system-lenovo.quirks#L34 -----------------------319c849d99198febb02a694348079bac-- --------a9ddaaf6251267557a7d1a445318d55522b406b60566ee43fbf08158361b099a Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: ProtonMail wsFzBAEBCgAGBQJi4XQVACEJEPAAT+s3Q4ojFiEErbMphMGhBA17RriI8ABP 6zdDiiPK5A//ZAv5hjZDTJM2Mwa6/ZukoOXa/8p7YZ22eWFsCR3/2ofpXqQf LmDCun8pZ6uWQ3VvHbokBOac6EtLFpb0QfCh0DxmEADZOtBkxBLm5JjTYtC+ e/jgE8Rdxfy6pruD06Uo6Ek5bXtKegw+vUv9p30hZkN+rdJeHyQDceo9m9YZ 3r5KU2wRd0TdIzpsc/WaQkTToTePOFTSS5THgF83J6ltcJ31wyNy0YYjeDYt WG+Z/oX5HWjgWA3rR9sHmmKADi+Hn4u3eHEAeuTDQXfJ0kdzK5t6v85GRtRz LzBCKm0224Yq3TaFKDIPM0LG4dqkQ2CHLlIO3luJctk78th507D6YhC5XFT0 oobavL/TG6nDv0g79+z9Dt0F6XMnOLGDPbxOA4MxS0Ny4zlUqFKhRMlMUCXJ iEUbX1BfCH22930xP7tu6qSrzq2MCGpzqcrUkMHUjRC/GoO+OijLHHhoGxzT QZoX476OCJQkid9jROkI7O2ZMpEyD7lNRQ+iq5hc36HHcEqP4pq6wx5o61F1 xCeb3241xTBNJNWzfTaTKbkNaVSRgJHmlDkFJ/YMgZDer/IYSW1L/3wZVhFA 08JPenX63ykIsqkIz5LRcUBjKZAGERel+3A2b5wP5psZBCuWUzV9Vlx3vqub aEJPQyRaLvktwolZdK3RAu93RzftTpArrhM= =gff5 -----END PGP SIGNATURE----- --------a9ddaaf6251267557a7d1a445318d55522b406b60566ee43fbf08158361b099a--