From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Reza Alizadeh Majd" Subject: Re: Bluetooth Service missing in Desktop Services Date: Sun, 23 Jun 2019 10:08:29 +0430 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40221) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hevD3-0007F5-6K for help-guix@gnu.org; Sun, 23 Jun 2019 01:38:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hevCz-0004bF-AA for help-guix@gnu.org; Sun, 23 Jun 2019 01:38:37 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:54331) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hevCx-0004Jl-BL for help-guix@gnu.org; Sun, 23 Jun 2019 01:38:31 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 9355A21F8A for ; Sun, 23 Jun 2019 01:38:30 -0400 (EDT) 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: help-guix@gnu.org Hi, 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. Best, Reza On Sun, Jun 23, 2019, at 9:51 AM, Raghav Gururajan wrote: > Hello Guix! > > Guix Manual lists "bluetooth-service" as a part of "%desktop-services" > (http://guix.gnu.org/manual/en/html_node/Desktop-Services.html#Desktop- > Services). > > But the Guix Repository doesn't list "bluetooth-service" in "define > %desktop-services" section (very bottom) of "desktop.scm" (http://guix. > gnu.org/manual/en/html_node/Desktop-Services.html#Desktop-Services). > > Is this a bug or am I over-looking something? > > Regards, > RG. > >