mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-13 12:29:59 +01:00
Ajout des associations de fichiers pour X11 (shared-mime-info)
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@356 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -4,6 +4,7 @@ Exec=qelectrotech
|
||||
Icon=qet
|
||||
Terminal=false
|
||||
Type=Application
|
||||
MimeType=application/x-qet-project;application/x-qet-element;
|
||||
Categories=Office;Qt;VectorGraphics;Science;Electricity;Engineering;
|
||||
Comment=An electric diagrams editor.
|
||||
Comment[fr]=Un éditeur de schémas électriques
|
||||
|
||||
8
misc/x-qet-element.desktop
Normal file
8
misc/x-qet-element.desktop
Normal file
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Type=MimeType
|
||||
MimeType=application/x-qet-element
|
||||
Icon=qet
|
||||
DefaultApp=qelectrotech
|
||||
Patterns=*.elmt;
|
||||
Comment=QElectroTech element file
|
||||
Comment[fr]=Fichier élément QElectroTech
|
||||
5
misc/x-qet-element.xml
Normal file
5
misc/x-qet-element.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="application/x-qet-element">
|
||||
<comment>QElectroTech element file</comment>
|
||||
<comment xml:lang="fr">Fichier élément QElectroTech</comment>
|
||||
</mime-type>
|
||||
8
misc/x-qet-project.desktop
Normal file
8
misc/x-qet-project.desktop
Normal file
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Type=MimeType
|
||||
MimeType=application/x-qet-project
|
||||
Icon=qet
|
||||
DefaultApp=qelectrotech
|
||||
Patterns=*.qet;
|
||||
Comment=QElectroTech project file
|
||||
Comment[fr]=Fichier projet QElectroTech
|
||||
5
misc/x-qet-project.xml
Normal file
5
misc/x-qet-project.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="application/x-qet-project">
|
||||
<comment>QElectroTech project file</comment>
|
||||
<comment xml:lang="fr">Fichier projet QElectroTech</comment>
|
||||
</mime-type>
|
||||
Reference in New Issue
Block a user