1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
commit e9aec8d22b3087ce0177cc008134d3017ea63572
Author: Stephen Kitt <skitt@debian.org>
Date: Fri Nov 14 20:55:21 2025 +0100
Fix the .desktop reference in metainfo
The .desktop file is installed as input-remapper-gtk.desktop, the
metainfo should match.
Signed-off-by: Stephen Kitt <skitt@debian.org>
diff --git a/data/io.github.sezanzeb.input_remapper.metainfo.xml b/data/io.github.sezanzeb.input_remapper.metainfo.xml
index 3022482..bdd5330 100644
--- a/data/io.github.sezanzeb.input_remapper.metainfo.xml
+++ b/data/io.github.sezanzeb.input_remapper.metainfo.xml
@@ -21,7 +21,7 @@
</p>
</description>
- <launchable type="desktop-id">input-remapper.desktop</launchable>
+ <launchable type="desktop-id">input-remapper-gtk.desktop</launchable>
<screenshots>
<screenshot type="default">
|