From unknown Thu Sep 11 18:36:39 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#49159 <49159@debbugs.gnu.org> To: bug#49159 <49159@debbugs.gnu.org> Subject: Status: [PATCH] gnu: jami-qt: Add support for desktop notifications. Reply-To: bug#49159 <49159@debbugs.gnu.org> Date: Fri, 12 Sep 2025 01:36:39 +0000 retitle 49159 [PATCH] gnu: jami-qt: Add support for desktop notifications. reassign 49159 guix-patches submitter 49159 Diego Nicola Barbato severity 49159 normal tag 49159 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 21 15:38:02 2021 Received: (at submit) by debbugs.gnu.org; 21 Jun 2021 19:38:02 +0000 Received: from localhost ([127.0.0.1]:36928 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lvPkA-0001nv-8R for submit@debbugs.gnu.org; Mon, 21 Jun 2021 15:38:02 -0400 Received: from lists.gnu.org ([209.51.188.17]:34128) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lvPk7-0001nV-SB for submit@debbugs.gnu.org; Mon, 21 Jun 2021 15:38:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39900) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lvPk6-0007Mm-5Q for guix-patches@gnu.org; Mon, 21 Jun 2021 15:37:59 -0400 Received: from mout02.posteo.de ([185.67.36.66]:60775) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lvPk3-0008MZ-1a for guix-patches@gnu.org; Mon, 21 Jun 2021 15:37:57 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id C93FB2400E5 for ; Mon, 21 Jun 2021 21:37:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1624304270; bh=TYXTy6f2BP1P7pAi3Sb6UhOtnUhdprZpxvTfgVlIUtE=; h=From:To:Subject:Date:From; b=H5s5eZsprm5sNC9kgp7S+jrYxRdf3VnkW/SION+Espzpy/PoFdVv4fkNDb61tK0Zn 3NWfj0nKBLefIXsghiC2xuAwHjTLoz5rD3rgPaSUPyPXaQPn2P1fcv4YOp8paDkNli 0q84XJEcr3JwQK/f+YUvgx4tUYxpiLLPuyAL1C40TbRPLverOwX7yVShcSoylN9705 7AeM++l7q0f4gkrSns+RHNvKr6kcql7aHLeAOwSaA4wCdpXJFXpLzU2Zyc+ASBgn/x wzBrVJ+vYMZrLUSmZ2y8zgn8jwhMkZCtPQ0OTO8Re3c6BL3SP/ICCgcLxJfHWCNOvW 1b+e0MHbzsW0A== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4G80DZ1vyvz6tmJ for ; Mon, 21 Jun 2021 21:37:50 +0200 (CEST) From: Diego Nicola Barbato To: guix-patches@gnu.org Subject: [PATCH] gnu: jami-qt: Add support for desktop notifications. Date: Mon, 21 Jun 2021 19:37:49 +0000 Message-ID: <871r8vt3ea.fsf@GlaDOS.home> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=185.67.36.66; envelope-from=dnbarbato@posteo.de; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit 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 (--) --=-=-= Content-Type: text/plain Hey Guix, The attached patch adds support for desktop notifications to jami-qt. Regards, Diego --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-gnu-jami-qt-Add-support-for-desktop-notifications.patch >From ad4a956b385d412cf0af602fa81c00ecfbc2f9d8 Mon Sep 17 00:00:00 2001 From: Diego Nicola Barbato Date: Mon, 21 Jun 2021 08:23:08 +0200 Subject: [PATCH] gnu: jami-qt: Add support for desktop notifications. * gnu/packages/jami.scm (jami-qt)[inputs]: Add libnotify. --- gnu/packages/jami.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm index baef61b824..5cb92840dc 100644 --- a/gnu/packages/jami.scm +++ b/gnu/packages/jami.scm @@ -584,7 +584,8 @@ decentralized calling using P2P-DHT.") ("doxygen" ,doxygen) ("graphviz" ,graphviz))) (inputs - `(("libringclient" ,libringclient) + `(("libnotify" ,libnotify) + ("libringclient" ,libringclient) ("network-manager" ,network-manager) ("qrencode" ,qrencode) ("qtsvg" ,qtsvg) -- 2.32.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 27 05:47:43 2021 Received: (at 49159-done) by debbugs.gnu.org; 27 Jun 2021 09:47:43 +0000 Received: from localhost ([127.0.0.1]:48934 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lxROA-0006xt-Ua for submit@debbugs.gnu.org; Sun, 27 Jun 2021 05:47:43 -0400 Received: from flashner.co.il ([178.62.234.194]:41480) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lxRO8-0006xf-LQ for 49159-done@debbugs.gnu.org; Sun, 27 Jun 2021 05:47:41 -0400 Received: from localhost (unknown [31.210.177.125]) by flashner.co.il (Postfix) with ESMTPSA id 45756400CD; Sun, 27 Jun 2021 09:47:34 +0000 (UTC) Date: Sun, 27 Jun 2021 12:46:19 +0300 From: Efraim Flashner To: Diego Nicola Barbato Subject: Re: [bug#49159] [PATCH] gnu: jami-qt: Add support for desktop notifications. Message-ID: Mail-Followup-To: Efraim Flashner , Diego Nicola Barbato , 49159-done@debbugs.gnu.org References: <871r8vt3ea.fsf@GlaDOS.home> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="1NruX0OdJ7KUlKCi" Content-Disposition: inline In-Reply-To: <871r8vt3ea.fsf@GlaDOS.home> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49159-done Cc: 49159-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 (-) --1NruX0OdJ7KUlKCi Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thanks. Patch pushed! --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --1NruX0OdJ7KUlKCi Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmDYSOsACgkQQarn3Mo9 g1EtwA/9Go8cZg0cC/2UlFjSMfKWk4/TRf//q8OrWWOE6MnLjtpNwS8Ze3KI+KGS xqx6g4ACAmnOGgkTSVlnBANaxRh26tA23ZVf4rk8MDseUE7rLWEh6nlWNDpGdvQt 4ZaEqFhSuCd4I9iu+FaGdx/Igkk2ZPAVTWJ0w3scu9Xsu9k0ZWpGmWFM1LqQjDfO ZYJiTslDKKKPWSBtYcISZN/Xof1djaGVDwfsfwygP1g74VShVIJzxGloFz+JewXX lNnsfiMW3Qi88SOLfHO8r4pL3znSndgrC3kaiSNxFkLNbWL+EEEFyiby1nDCa1Jw ez3y9shchM5LHHBqugb/vut3Lt214bhYMAbsrmE7CUvFT17eQIHXOOiIcO3/SOGh BxZaHPYMfuPTnDbyZnSGSXNw56l1XWvANUpW6hXdMik4k7Lsdu566NFx532VVr7y TLqolOurm488cnSPCBvGJ8m2tmaYsRQQYk/wk6d2Kz6XzoTjnHl9ZFem8fdHJUtp 0lwbopkksbjXY60tHw6pEmnaIXKhw8Hw+qpaO7DTK9XlZzuApd0/4NDAskbCFqyU NTSgUer9w4bC0d/zXsYMuj2h7LPUChhvIaqA8A1kyuOP/NJU/v0tuGV/ryKOULJr uU1DHOWO9KfQv9YRtz2DL189NGB2ub3pkET9Wnb780PtHINiijE= =x5Ln -----END PGP SIGNATURE----- --1NruX0OdJ7KUlKCi-- From unknown Thu Sep 11 18:36:39 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 25 Jul 2021 11: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