Bladeren bron

Added mime

Krzysztof Krysiński 1 maand geleden
bovenliggende
commit
803335eadd

+ 51 - 0
assets/flatpak/net.pixieditor.PixiEditor-mime.xml

@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+SPDX-License-Identifier: GPL-3.0-or-later
+-->
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+
+  <!-- Native Pixi format -->
+  <mime-type type="application/x-pixi">
+    <comment>Pixi Project File</comment>
+    <generic-icon name="application-x-pixi"/>
+    <glob pattern="*.pixi"/>
+  </mime-type>
+
+  <mime-type type="image/png">
+    <comment>PNG image</comment>
+  </mime-type>
+
+  <mime-type type="image/jpeg">
+    <comment>JPEG image</comment>
+  </mime-type>
+
+  <mime-type type="image/bmp">
+    <comment>BMP image</comment>
+  </mime-type>
+
+  <mime-type type="image/webp">
+    <comment>WebP image</comment>
+  </mime-type>
+
+  <mime-type type="image/svg+xml">
+    <comment>SVG image</comment>
+  </mime-type>
+
+  <mime-type type="image/gif">
+    <comment>GIF image</comment>
+  </mime-type>
+
+  <mime-type type="font/otf">
+    <comment>OpenType font</comment>
+  </mime-type>
+
+  <mime-type type="font/ttf">
+    <comment>TrueType font</comment>
+  </mime-type>
+
+  <mime-type type="video/mp4">
+    <comment>MPEG-4 video</comment>
+  </mime-type>
+
+</mime-info>
+

+ 2 - 2
assets/flatpak/net.pixieditor.PixiEditor.desktop

@@ -2,11 +2,11 @@
 Name=PixiEditor
 Comment=PixiEditor is all-in-one solution for 2D image editing.
 Icon=net.pixieditor.PixiEditor
-Exec=PixiEditor.Desktop %U
+Exec=PixiEditor.Desktop %u
 StartupWMClass=pixieditor
 Terminal=false
 Type=Application
 Categories=Graphics;2DGraphics;RasterGraphics;VectorGraphics
 GenericName=2D Editor
 SingleMainWindow=true
-Keywords=editor;image;2d;graphics;design;vector;raster;
+Keywords=editor;image;2d;graphics;design;vector;raster;