From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 18 01:10:43 2022 Received: (at 54434) by debbugs.gnu.org; 18 Mar 2022 05:10:43 +0000 Received: from localhost ([127.0.0.1]:56022 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nV4st-0001ds-AO for submit@debbugs.gnu.org; Fri, 18 Mar 2022 01:10:43 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:54216) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nV4sr-0001dg-UI for 54434@debbugs.gnu.org; Fri, 18 Mar 2022 01:10:42 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4KKXCH0lWzz9sRM; Fri, 18 Mar 2022 06:10:35 +0100 (CET) Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1647580233; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=EdkF5V1RrChQWM09VLunJVWATwyvnMJGfc3R7TTy43Y=; b=oqlao1NNA2Zdcbt+JURaUnJj9sWw3arhorlQojrQoe5aYqCVBUNbjWZKN0IBtSawTxQiRq Zxj8QRP2bgby+Pr9wak9tNjOebO+neEZStv/ygWGMfIeVDU7Xdu26Pmh4BO/+dGzYxQDS6 PCI3kBIS/Gz9JRKyrv5+GH9sb11kzTk5HYkWJddwPtCXYNVW2F+Psb/Xvv2B/TxQXGeEZi 3hpCTEaXxA87ypaw1ADlHeeoE0KSD9s+f088SMww/AcdHZ6RnXI+wIIgTjaM7oV3Fz5l7o LrOzcKecRX1ieaXbaCjJAV/OGzdNW0fH1xySrt74GvWTupCiy/3zGoh5fTuuxw== Date: Fri, 18 Mar 2022 16:10:15 +1100 MIME-Version: 1.0 Subject: Re: [bug#54434] [PATCH 4/6] gnu: mate-polkit-for-xfce: Unhide package. Content-Language: en-US To: Maxime Devos , 54434@debbugs.gnu.org References: <20220317080428.12613-1-mail@brendan.scot> <20220317080428.12613-4-mail@brendan.scot> From: Brendan Tildesley In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54434 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: mail@brendan.scot Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On 18/3/22 03:36, Maxime Devos wrote: > 'Brendan Tildesley schreef op do 17-03-2022 om 19:04 [+1100]: >> -    (properties `((hidden? . #t))))) >> +    (synopsis "PolicyKit Authentication agent for XFCE") >> +    (description (string-append (package-description mate-polkit) " >> + >> +This package variant provides the MATE PolicyKit authentication agent >> +configured to autostart for XFCE. This is because the XFCE project does not >> +have its own official authentication agent, so we pick MATE PolicyKit as a >> +reasonable fit.")))) > The description seems rather pointless to me because the package is > hidden (and hence, not visible to "guix show"). I unhid the package as a part of the patch. > It could be put in a comment though. Additionally, as-is, this won't > be picked up for translation, maybe do > (string-append ... (P_ "foo bar ...")) instead. I'll do that in v2 > > Greetings, > Maxime.