From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56911) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFQnD-0003Oj-GM for guix-patches@gnu.org; Sun, 06 May 2018 17:02:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fFQnC-0007ZZ-Qh for guix-patches@gnu.org; Sun, 06 May 2018 17:02:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43800) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fFQnC-0007ZI-NV for guix-patches@gnu.org; Sun, 06 May 2018 17:02:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fFQnC-0006I4-7z for guix-patches@gnu.org; Sun, 06 May 2018 17:02:02 -0400 Subject: [bug#30991] [PATCH v2 3/3] services: Add ModemManager to '%desktop-services'. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) In-Reply-To: <20180501115824.2955c218@scratchpost.org> (Danny Milosavljevic's message of "Tue, 1 May 2018 11:58:24 +0200") References: <20180329222140.21590-1-dannym@scratchpost.org> <20180329222140.21590-4-dannym@scratchpost.org> <878ta8kz24.fsf@gnu.org> <20180501115824.2955c218@scratchpost.org> Date: Sun, 06 May 2018 23:00:54 +0200 Message-ID: <874ljkmrcp.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 30991@debbugs.gnu.org Hello Danny, Danny Milosavljevic skribis: > On Sat, 31 Mar 2018 18:08:35 +0200 > ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > >> Danny Milosavljevic skribis: >>=20 >> > * gnu/services/desktop.scm (%desktop-services): Add ModemManager.=20=20 >>=20 >> I would not add it to =E2=80=98%desktop-services=E2=80=99 because I=E2= =80=99d think it=E2=80=99s not a >> very common requirement, but I don=E2=80=99t know. WDYT? > > Do we need internet in order to install GuixSD? > > Then modem-manager should at least be available in the installation image. I think this is orthogonal to the question of adding it to =E2=80=98%desktop-services=E2=80=99 since the installation image doesn=E2= =80=99t rely on =E2=80=98%desktop-services=E2=80=99. Nevertheless, this will all be a matter of size, usability, and documentation. If it adds =E2=80=9Ctoo much=E2=80=9D to the size of the in= stallation image, I=E2=80=99d be rather against it. If we do add it to the installation image, then we=E2=80=99ll have to docum= ent it a little. But then, at this point we should also consider adding NetworkManager to the installation image. WDYT? Thanks, Ludo=E2=80=99.