From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id +EMhIARdnWE9KAAAgWs5BA (envelope-from ) for ; Tue, 23 Nov 2021 22:28:36 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id +DvnGwRdnWGeBQAA1q6Kng (envelope-from ) for ; Tue, 23 Nov 2021 21:28:36 +0000 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 2FD02DF5A for ; Tue, 23 Nov 2021 22:28:36 +0100 (CET) Received: from localhost ([::1]:34810 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mpdL9-00079F-8c for larch@yhetil.org; Tue, 23 Nov 2021 16:28:35 -0500 Received: from eggs.gnu.org ([209.51.188.92]:47446) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mpdKy-00078x-9h for help-guix@gnu.org; Tue, 23 Nov 2021 16:28:24 -0500 Received: from [2607:f8b0:4864:20::72c] (port=43654 helo=mail-qk1-x72c.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mpdKw-0002A3-Od for help-guix@gnu.org; Tue, 23 Nov 2021 16:28:24 -0500 Received: by mail-qk1-x72c.google.com with SMTP id 193so570159qkh.10 for ; Tue, 23 Nov 2021 13:28:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=txrVifnnIV7/WlEqwY1Ug4Zw8w3iVAx6tUmFol9ONHA=; b=M6Z7x/6Caz4BHt9TheI2YVw8oZZuIlSsMObolrXbMrm5kmFO1yDLVD3oUFiECDFkB0 YN7MnWh+mBp4tddmmsabifGV+OKeGJzs8KZ7dFTyKxSPWrJPACAvRkm6pdIqcC98sOmi KbcdAIXCBYjcQz4IBRm48SMCpGfgH7vX/OzSYcA+Onn61nmZc4YND8Em+j1TMeC50l4/ 3PoiTmCT9zeNx2yjH/ABlvI4ZqwWq07n1TcMpXnldTz2t5MT1Qggqhh0zwc5lR9TE2Jx UbrpKcJKeEFLIsTXHCtRIDSkM8EpskouAc84PTg+44JcVyO9RwuunX0fSrPJgbQJlvJQ mCLA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=txrVifnnIV7/WlEqwY1Ug4Zw8w3iVAx6tUmFol9ONHA=; b=deRQEqKCRE54wO0i4yfYB7cyo9MWCoRagfrZ53hGbxKxPw8nqDwwJbT6q2fh/Q7etu YOyTurIzQbcwuS2Glcy0MmzIJpQooGq2Z2MFpW0YHfqyHsvtdaNKdvTq49hvgEXTm+NZ iktcVAn36kqBIIvNJdeEG+IdIsx3jn+z2+px4m7DpIp+zJ+pQBfB0+WWOlKHnAZSu7wD hs3EUOx9pLIRFUfIus4LqR8ZU0lFZB66WBvTKYa6PwZn4t0xvgylH8rSfQ54yAlKnCr5 Gh5fScf25adX58eE9o4NoKz7t1Sl/953/jYdt62zuPBTLcyYz+tVOytLnX9xIAN0qrfA 6+Iw== X-Gm-Message-State: AOAM533hk0KNcW95ZhNf3sKPnUXIvqU91MTSFhPMTRMqa/EFIpVBDF7K 6KFEkhlSNhixu8c58muFXUFp4vySVzkYxA== X-Google-Smtp-Source: ABdhPJweO/rIyUE7D/S4sMEuAwmEbqKHTKFFzZz3RHIUCkKd0SOeC1h2UqwaFA2dOky6dIeqM9JR4A== X-Received: by 2002:a37:c20b:: with SMTP id i11mr532143qkm.300.1637702901549; Tue, 23 Nov 2021 13:28:21 -0800 (PST) Received: from hurd (dsl-149-45.b2b2c.ca. [66.158.149.45]) by smtp.gmail.com with ESMTPSA id x6sm7070829qko.83.2021.11.23.13.28.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 23 Nov 2021 13:28:21 -0800 (PST) From: Maxim Cournoyer To: zimoun Subject: Re: Freely available Jami video-conference channel for those interested References: <87ee7be7ty.fsf@gmail.com> <867dczydkb.fsf@gmail.com> <87tug3aa9d.fsf@gmail.com> <86zgpvuldp.fsf@gmail.com> Date: Tue, 23 Nov 2021 16:28:20 -0500 In-Reply-To: <86zgpvuldp.fsf@gmail.com> (zimoun's message of "Tue, 23 Nov 2021 13:06:26 +0100") Message-ID: <87lf1e1s0b.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Host-Lookup-Failed: Reverse DNS lookup failed for 2607:f8b0:4864:20::72c (failed) Received-SPF: pass client-ip=2607:f8b0:4864:20::72c; envelope-from=maxim.cournoyer@gmail.com; helo=mail-qk1-x72c.google.com X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 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, FREEMAIL_FROM=0.001, PDS_HP_HELO_NORDNS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action 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: , Cc: help-guix Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1637702916; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=txrVifnnIV7/WlEqwY1Ug4Zw8w3iVAx6tUmFol9ONHA=; b=ifHw4wgUkyAbVtjzR9MthfXHYo76zkbmgqmF0h7rWK+7aqkrjK7Ma36VXA1sN72pQoYbe1 pMZRMjGVvrTqq7bUMSSzMY/aBLs91JB1wl8zKYNSh1ph8dyGuWSXKdHHrnBRpgqLGB8jxw d4YMSKKfE0hddWAWkjl2iYJdoNb93z7NlqgDS72z47+hdDVm+eU9/EN59qtTPkQRT/OLy0 TX3Xd6qQ8LXDWglEFeMOIqV/uAYRwLdVup+sNVe8zVx2YC6BMCLHa2Q4omXxRuU5iGe44b 7GmO5o4FWDq6Rv3JnK5hN1lyMu4ExVqPixTN1BP3B6kqqN3MyqAdgtjZ9TJutA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1637702916; a=rsa-sha256; cv=none; b=NAmTwShvAFXVmLFJk72THLAUeaKUhPFwVUMzB6ByZgHtHTDkVbD8X+F0WSjDNj8jjrAEab S7gs5Y7Jg9g3CpVBdtGo1Q/FLaTnPi9qt14Rxxo4K9zaJEIR6nEjOhRZn9tky4WaArkPqi 7+xi+cFsQQU3Wpo7dvEffvE8UAgojUaEBfHJCfUa+8jxU9uUPNs2nGYPWKHdiLxDkgxf+8 J1JSp2TZ2AthBseYSJUAfbjlHpEPneYkvh2B7W7JvDk1tARZHlYkC9MatsExlPyOO93khD NCuhMUb89m25x6LK1NJwA89SewaLhR6CieGpWuy8T8ch/AB8OXje47QEoCE06w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20210112 header.b="M6Z7x/6C"; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Migadu-Spam-Score: -4.09 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20210112 header.b="M6Z7x/6C"; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Migadu-Queue-Id: 2FD02DF5A X-Spam-Score: -4.09 X-Migadu-Scanner: scn1.migadu.com X-TUID: 2T437Jl/6cXW Hi Simon, zimoun writes: > Hi Maxim, > > On Mon, 22 Nov 2021 at 21:14, Maxim Cournoyer wrote: > >>> I hope hack sessions will be organize soon. Ah, just for my >>> information, is it possible to share a screen or something? >> >> Yes, both desktop clients (GNOME and Qt) support it. > > Ah yeah, right-click on the video call screen. It was not obvious. :-) > I was expecting a button bottom. ;-) The UI is decidedly not without its quirks, especially the GNOME client. jami-qt on the other hand (which is to become the flagship Jami client) has had the attention of a professional UI designer so it is more intuitive and polished in my opinion. Happy conferencing ;-) Maxim