[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] notifications: Don't expand-file-name app-icon.
From: |
Eli Zaretskii |
Subject: |
Re: [PATCH] notifications: Don't expand-file-name app-icon. |
Date: |
Tue, 25 Jul 2023 15:51:08 +0300 |
> From: Michael Albinus <michael.albinus@gmx.de>
> Cc: Andrew Tropin <andrew@trop.in>, emacs-devel@gnu.org
> Date: Tue, 25 Jul 2023 12:43:41 +0200
>
> Perhaps we extend the arguments of `notifications-notify'? :app-icon
> should be either a string (a file name, which is expanded), or a symbol,
> which denotes one of the Standard Action Icons of the Icon Naming
> Specification.
>
> Your example would read in Lisp then
>
> --8<---------------cut here---------------start------------->8---
> (notifications-notify :title "I am playing music" :app-icon
> 'multimedia-player)
> --8<---------------cut here---------------end--------------->8---
>
> WDYT?
SGTM, thanks.
- [PATCH] notifications: Don't expand-file-name app-icon., Andrew Tropin, 2023/07/24
- Re: [PATCH] notifications: Don't expand-file-name app-icon., Eli Zaretskii, 2023/07/24
- Re: [PATCH] notifications: Don't expand-file-name app-icon., Michael Albinus, 2023/07/25
- Re: [PATCH] notifications: Don't expand-file-name app-icon.,
Eli Zaretskii <=
- Re: [PATCH] notifications: Don't expand-file-name app-icon., Andrew Tropin, 2023/07/25
- Re: [PATCH] notifications: Don't expand-file-name app-icon., Michael Albinus, 2023/07/25
- Re: [PATCH] notifications: Don't expand-file-name app-icon., Andrew Tropin, 2023/07/26
- Re: [PATCH] notifications: Don't expand-file-name app-icon., Michael Albinus, 2023/07/26
- Re: [PATCH] notifications: Don't expand-file-name app-icon., Andrew Tropin, 2023/07/26
Re: [PATCH] notifications: Don't expand-file-name app-icon., Andrew Tropin, 2023/07/25