diff options
author | Peter Oliver <git@mavit.org.uk> | 2021-06-22 15:17:28 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-06-22 15:17:28 +0200 |
commit | 57ec4aadc65389f6df5a173cfbff0a551b3ee25d (patch) | |
tree | 84c599b97cddf3d0a5c3a671e5532326ae3633ff /etc/emacs.desktop | |
parent | 00501d74d3f9642e69b96bcfdb0cc9228d71aa3b (diff) | |
download | emacs-57ec4aadc65389f6df5a173cfbff0a551b3ee25d.tar.gz emacs-57ec4aadc65389f6df5a173cfbff0a551b3ee25d.tar.bz2 emacs-57ec4aadc65389f6df5a173cfbff0a551b3ee25d.zip |
Advertise support for Startup Notification when built with GTK
* etc/emacsclient.desktop, etc/emacsclient.desktop: Specify
StartupNotify=true.
* configure.ac (USE_STARTUP_NOTIFICATION): New variable, yes iff
HAVE_GTK.
* Makefile.in (install-etc): Remove StartupNotify=true from
etc/*.desktop unless USE_STARTUP_NOTIFICATION (bug#48783).
Diffstat (limited to 'etc/emacs.desktop')
-rw-r--r-- | etc/emacs.desktop | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/emacs.desktop b/etc/emacs.desktop index 2e6496e58c9..81c53c6121d 100644 --- a/etc/emacs.desktop +++ b/etc/emacs.desktop @@ -8,5 +8,6 @@ Icon=emacs Type=Application Terminal=false Categories=Development;TextEditor; +StartupNotify=true StartupWMClass=Emacs Keywords=Text;Editor; |