From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#24146: Various window managers need startup services. Date: Wed, 03 Aug 2016 22:45:38 +0200 Message-ID: <87lh0dy425.fsf@gnu.org> References: <87h9b1g2fz.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bV33E-0005Gg-TV for bug-guix@gnu.org; Wed, 03 Aug 2016 16:46:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bV33D-0001Hy-3g for bug-guix@gnu.org; Wed, 03 Aug 2016 16:46:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57687) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bV33D-0001Hu-0L for bug-guix@gnu.org; Wed, 03 Aug 2016 16:46:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bV33C-00072L-T0 for bug-guix@gnu.org; Wed, 03 Aug 2016 16:46:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87h9b1g2fz.fsf@we.make.ritual.n0.is> (ng0@we.make.ritual.n0.is's message of "Wed, 03 Aug 2016 17:57:52 +0000") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: ng0 Cc: 24146@debbugs.gnu.org ng0 skribis: > We have gnome and xfce with services to start them in > gnu/services/desktop.scm. > > We should add services for: > > * xmonad > * awesome > * ratpoison > * windowmaker > * sawfish > * openbox > * guile-wm > * i3-wm > * evilwm > * dwm > * bspwm Unlike full-blown desktop environments (GNOME, Xfce, KDE), I don=E2=80=99t = think any of these window managers needs a service, because they typically fit in one package with just one command that needs to be launched. Compare this with =E2=80=98gnome-service-type=E2=80=99, which needs to exte= nd Polkit and to add a whole bunch of packages to /run/current-system/profile so that it can work. ratpoison doesn=E2=80=99t need anything like that. :-) I=E2=80=99m closing this bug, but let me know if you think I=E2=80=99m over= looking something! Thank you, Ludo=E2=80=99.