From 9e54b710598d6bdd8253d8e8ee34cab915c9f597 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 17 Dec 2019 21:40:34 +0100 Subject: [PATCH] Fix application identifier in the AppStream metadata The DBus specification forbids `-` in identifiers (except in the last segment), so we need to replace it with an underscore. --- ...appdata.xml => com.orama_interactive.Pixelorama.appdata.xml} | 2 +- ...elorama.desktop => com.orama_interactive.Pixelorama.desktop} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Misc/Linux/{com.orama-interactive.Pixelorama.appdata.xml => com.orama_interactive.Pixelorama.appdata.xml} (95%) rename Misc/Linux/{com.orama-interactive.Pixelorama.desktop => com.orama_interactive.Pixelorama.desktop} (100%) diff --git a/Misc/Linux/com.orama-interactive.Pixelorama.appdata.xml b/Misc/Linux/com.orama_interactive.Pixelorama.appdata.xml similarity index 95% rename from Misc/Linux/com.orama-interactive.Pixelorama.appdata.xml rename to Misc/Linux/com.orama_interactive.Pixelorama.appdata.xml index ea8cf1a..9ea9143 100644 --- a/Misc/Linux/com.orama-interactive.Pixelorama.appdata.xml +++ b/Misc/Linux/com.orama_interactive.Pixelorama.appdata.xml @@ -1,7 +1,7 @@ - com.orama-interactive.Pixelorama.desktop + com.orama_interactive.Pixelorama.desktop Pixelorama 2D sprite editor with animation support diff --git a/Misc/Linux/com.orama-interactive.Pixelorama.desktop b/Misc/Linux/com.orama_interactive.Pixelorama.desktop similarity index 100% rename from Misc/Linux/com.orama-interactive.Pixelorama.desktop rename to Misc/Linux/com.orama_interactive.Pixelorama.desktop