From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raghav Gururajan Subject: bug#35586: Date: Tue, 02 Jul 2019 18:44:49 -0400 Message-ID: <4b2dc44253ba50bef6370e8942b822d6ec5340c3.camel@disroot.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:38122) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hiRWc-0005UR-7V for bug-guix@gnu.org; Tue, 02 Jul 2019 18:45:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hiRWP-0001Uq-As for bug-guix@gnu.org; Tue, 02 Jul 2019 18:45:17 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39306) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hiRWI-0001PN-AZ for bug-guix@gnu.org; Tue, 02 Jul 2019 18:45:03 -0400 In-Reply-To: Sender: "Debbugs-submit" Resent-Message-ID: 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: 35586@debbugs.gnu.org When I re-visited this bug thread, I thought it needed summarising, so that folks who are or will be working on this, will find it easier. ☺ **SUMMARY** *ISSUES:* When comparing to GNOME's Official Guidelines (https://wiki.gnome.org/D esign/Apps), the package "gnome" that is used by service "gnome- desktop-service-type" has the following issues. 1) The package "gnome" does not contain all GNOME Core Applications. Some are already packaged and some are not. 2) The package names and application (.desktop files etc.) names are not generic. *ESSENTIAL TO-DOs:* 1) Change the package and application names of exsisting (already packaged) GNOME Core Applications, to their generic names; according to guidelines. 2) Re-compile the "gnome" package to include exsisting GNOME Core Applications and remove unnecessary apps; according to guidelines. 3) Package missing GNOME Core Applications (using their generic names); according to guidelines. 4) Re-compile the "gnome" package to include newly packaged GNOME Core Applications; according to guidelines. Therefore, final "gnome" package should contain Base Components and ALL Core Applications. *ADDITIONAL TO-DOs:* 1) Create new package called "gnome-minimal" and include GNOME Core Applications ONLY of types "Essential System" and "System Tools"; according to guidelines. 2) Modify the service "gnome-desktop-service-type" in such a way where package "gnome-minimal" can be used as a value (alternative to the default value "gnome"). Therefore, final "gnome-minimal" package should contain Base Components and Core Applications ONLY of types essential system and system tools.