forked from fejfighter/pgtk-emacs-flatpak
-
Notifications
You must be signed in to change notification settings - Fork 1
/
appdata-launchable.patch
25 lines (22 loc) · 957 Bytes
/
appdata-launchable.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 46b0eb524978a5283c0196ae19549f61372b994f Mon Sep 17 00:00:00 2001
From: Jeff Walsh <[email protected]>
Date: Tue, 14 Dec 2021 13:29:42 +1100
Subject: [PATCH 3/3] appdata-launchable
---
etc/emacs.metainfo.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/emacs.metainfo.xml b/etc/emacs.metainfo.xml
index af04041612..d22125100d 100644
--- a/etc/emacs.metainfo.xml
+++ b/etc/emacs.metainfo.xml
@@ -33,7 +33,7 @@
<url type="help">https://www.gnu.org/software/emacs/documentation.html</url>
<url type="donation">https://my.fsf.org/donate/</url>
<url type="contact">https://lists.gnu.org/mailman/listinfo/emacs-devel/</url>
- <launchable type="desktop-id">emacs.desktop</launchable>
+ <launchable type="desktop-id">org.gnu.emacs-pgtk.desktop</launchable>
<launchable type="service">emacs.service</launchable>
<project_group>GNU</project_group>
<project_license>GPL-3.0+ and GFDL-1.3+</project_license>
--
2.33.1