From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id gMm5H+i0yl7aOgAA0tVLHw (envelope-from ) for ; Sun, 24 May 2020 17:54:48 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id OGJUG+i0yl5KJgAA1q6Kng (envelope-from ) for ; Sun, 24 May 2020 17:54:48 +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 246929402D1 for ; Sun, 24 May 2020 17:54:48 +0000 (UTC) Received: from localhost ([::1]:38892 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jcupi-0000cN-Vb for larch@yhetil.org; Sun, 24 May 2020 13:54:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58156) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jcupa-0000aK-5y for guix-devel@gnu.org; Sun, 24 May 2020 13:54:38 -0400 Received: from mail1.protonmail.ch ([185.70.40.18]:41370) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jcupX-0000oE-1u for guix-devel@gnu.org; Sun, 24 May 2020 13:54:37 -0400 Date: Sun, 24 May 2020 17:54:29 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=elenq.tech; s=protonmail; t=1590342871; bh=GsziHRvgNn8YF2WqEgvPSTr4qXCMIHDSVe1Gkk84V0w=; h=Date:To:From:Reply-To:Subject:From; b=L+ay4FYa2uJzA1KF6ErizxAybwXWc1IIahKMDivG7iAiZip+/gqfr3mXzFX5cWMnk KzgM0XLcslvpC7Ng96gcv6xs6nJ1Hjlk8RcCX2nvOOAC3M13N/5DzPajVghuF+VYOX g2CwQmEJo0lK+dwG3/Tzs82PUvOY52CT9BgrScIg= To: "guix-devel\\@gnu.org" From: Ekaitz Zarraga Subject: gnome-bluetooth Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.18; envelope-from=ekaitz@elenq.tech; helo=mail1.protonmail.ch X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/24 13:54:32 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Ekaitz Zarraga Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=elenq.tech header.s=protonmail header.b=L+ay4FYa; dmarc=pass (policy=none) header.from=elenq.tech; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -0.21 X-TUID: t0X38y9nY0El Hi, I've been diging in a Bluetooth issue I had in the past[^1] and I found som= e interesting details I need help to tackle. Looks like Gnome-bluetooth does NOT support Bluez5 which is what we are shi= pping right now. It's stated clearly in the project description: https://gitlab.gnome.org/GNOME/gnome-bluetooth I also found users in Arch's forums saying it started to fail since Bluez5. Does it make sense to make a bluez4 package? Did anyone manage to make gnome-bluetooth work in any way? It seems like gn= ome-bluetooth never worked in guix. Best, Ekaitz [^1]: https://www.mail-archive.com/help-guix@gnu.org/msg08859.html