Improve Linux build

This commit is contained in:
Rémi BERTHO 2022-09-05 21:06:36 +02:00
parent 3558d2b34e
commit ac4bd3c0e2
Signed by: dalan
GPG key ID: EE3B917931C07B64
4 changed files with 22 additions and 35 deletions

View file

@ -4,9 +4,9 @@ Type=Application
Name=SimplePanoramaViewer
Comment=Simple web based panoram viewer
Icon=emblem-photos
Exec=SimplePanoramaViewer
Exec=simple_panorama_viewer
NoDisplay=false
Categories=Graphics;Viewer
StartupNotify=false
Terminal=false
MimeType=image/jpeg;image/pjpg
MimeType=image/jpeg;image/pjpg;image/webp;image/avif

View file

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="image/pjpg">
<comment>Panoramic JPEG image</comment>
<comment xml:lang="fr">Image JPEG panoramique</comment>
<glob pattern="*.pjpeg"/>
<glob pattern="*.pjpg"/>
<glob pattern="*.pjpe"/>
</mime-type>
</mime-info>