From 90896485c3d1b54ac5ab33af603365f752ac7fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20=22sp1rit=22=E2=80=8B?= Date: Thu, 26 Dec 2024 11:26:01 +0100 Subject: [PATCH] mechanism to allow specifing file editing capability By adding actions="view|edit" to mime/mediatype pixiewood will also add the EDIT action to the intent handler for that particular mimetype. This is not specified in the appstream metadata format, but appstreamcli doesn't check for parameters so it works for now. I hope to have that behviour codified in appstream at some point. See https://github.com/ximion/appstream/issues/689 --- generate/manifest.xsl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/generate/manifest.xsl b/generate/manifest.xsl index 2d170ee..c4f8461 100644 --- a/generate/manifest.xsl +++ b/generate/manifest.xsl @@ -38,11 +38,14 @@ + - + + + - +