From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH v4] notifications: Allow to use Icon Naming Specification for app-icon Date: Thu, 27 Jul 2023 15:43:32 +0300 Message-ID: <831qgtmsnf.fsf@gnu.org> References: <877cqpsnct.fsf@trop.in> <20230727080325.4372-1-andrew@trop.in> <87wmyl1sn8.fsf@gmx.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27257"; mail-complaints-to="usenet@ciao.gmane.io" Cc: andrew@trop.in, emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jul 27 14:51:52 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qP0TA-0006wg-DA for ged-emacs-devel@m.gmane-mx.org; Thu, 27 Jul 2023 14:51:52 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qP0KJ-0004Ey-Sr; Thu, 27 Jul 2023 08:42:43 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qP0KI-0004EW-L9 for emacs-devel@gnu.org; Thu, 27 Jul 2023 08:42:42 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qP0KH-0005jO-O6; Thu, 27 Jul 2023 08:42:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=Se5xwqMRewO0BFyad4boNPVXjuJTpFPpUqY/zOhCl+k=; b=TRZijcjr4sFz H29IMTjzocPB2cr1HEPqozGu7rqeEGRNqLyHrmwGcCiSTOfIaCEKSEXcsr1+sG9/TE7zfypvYHNkz L8tNwFF8bjxwWqzOE/e11Y1tz+MyYDSB8lfXGP7RTMqJCAbhq1lzoOzBLyxjYEE15ZpF0LHNr4RLd Y481TRwhmPa+FrZSLO/swh/dCOYnQe07IZqnU49TKPe1oQKF7W3LTWZ0BYQ828IGx1z6GBKdWJe63 SBT22kDc9lqHRndXHyidVS31TfiZLGRrJ0spkbD8Kq/epUgYYkdBQxVbcKK+nNUIKjGy2l3diVTJM j9sNRM2xA7VX1N+JrG5eAA==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qP0KH-0005X2-7I; Thu, 27 Jul 2023 08:42:41 -0400 In-Reply-To: <87wmyl1sn8.fsf@gmx.de> (message from Michael Albinus on Thu, 27 Jul 2023 13:49:15 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:308149 Archived-At: > From: Michael Albinus > Cc: emacs-devel@gnu.org > Date: Thu, 27 Jul 2023 13:49:15 +0200 > > Andrew Tropin writes: > > > Icon is not always a file name, but can be just an icon name. > > https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html > > Thanks. Eli, if you don't have further comments, I would push this to master. Please do, and thanks.