From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raghav Gururajan Subject: Re: Bluetooth Service missing in Desktop Services Date: Sun, 23 Jun 2019 17:21:50 -0400 Message-ID: <0c7166610b24f147dc823efbd935e9d93cf23fac.camel@disroot.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:60215) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hf9wB-0002SW-RB for help-guix@gnu.org; Sun, 23 Jun 2019 17:22:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hf9wA-00054g-S6 for help-guix@gnu.org; Sun, 23 Jun 2019 17:22:11 -0400 Received: from knopi.disroot.org ([178.21.23.139]:49202) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hf9wA-000541-4q for help-guix@gnu.org; Sun, 23 Jun 2019 17:22:10 -0400 In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Reza Alizadeh Majd , help-guix@gnu.org > as mentioned in the docs, `bluetooth-service` is part of `gnu > services desktop` module. but it is a separated service and is not > added to `%desktop-services` list. maybe it's because bluetooth is > not a mandatory service for that. Ah I see. Thanks! Bluetooth seems to be basic service required for input devices used commonly by desktop users, so shouldn't it be added to the list? Regards, RG.