Update KiCad MIME type to kicad6
This avoids conflict with existing kicad installations. Older version files are preferentially opened by older KiCad installations while new KiCad files get opened by version 6
Before ![]() (image error) Size: 3.7 KiB After ![]() (image error) Size: 3.7 KiB ![]() ![]() |
Before ![]() (image error) Size: 10 KiB After ![]() (image error) Size: 10 KiB ![]() ![]() |
Before ![]() (image error) Size: 2.7 KiB After ![]() (image error) Size: 2.7 KiB ![]() ![]() |
Before ![]() (image error) Size: 447 B After ![]() (image error) Size: 447 B ![]() ![]() |
Before ![]() (image error) Size: 708 B After ![]() (image error) Size: 708 B ![]() ![]() |
Before ![]() (image error) Size: 337 B After ![]() (image error) Size: 337 B ![]() ![]() |
Before ![]() (image error) Size: 694 B After ![]() (image error) Size: 694 B ![]() ![]() |
Before ![]() (image error) Size: 1.2 KiB After ![]() (image error) Size: 1.2 KiB ![]() ![]() |
Before ![]() (image error) Size: 476 B After ![]() (image error) Size: 476 B ![]() ![]() |
Before ![]() (image error) Size: 829 B After ![]() (image error) Size: 829 B ![]() ![]() |
Before ![]() (image error) Size: 1.7 KiB After ![]() (image error) Size: 1.7 KiB ![]() ![]() |
Before ![]() (image error) Size: 687 B After ![]() (image error) Size: 687 B ![]() ![]() |
Before ![]() (image error) Size: 1.2 KiB After ![]() (image error) Size: 1.2 KiB ![]() ![]() |
Before ![]() (image error) Size: 2.7 KiB After ![]() (image error) Size: 2.7 KiB ![]() ![]() |
Before ![]() (image error) Size: 954 B After ![]() (image error) Size: 954 B ![]() ![]() |
Before ![]() (image error) Size: 2.0 KiB After ![]() (image error) Size: 2.0 KiB ![]() ![]() |
Before ![]() (image error) Size: 4.1 KiB After ![]() (image error) Size: 4.1 KiB ![]() ![]() |
Before ![]() (image error) Size: 1.3 KiB After ![]() (image error) Size: 1.3 KiB ![]() ![]() |
Before (image error) Size: 13 KiB After (image error) Size: 13 KiB |
Before (image error) Size: 164 KiB After (image error) Size: 164 KiB |
Before (image error) Size: 8.9 KiB After (image error) Size: 8.9 KiB |
@ -5,7 +5,7 @@ Icon=eeschema
|
||||
Type=Application
|
||||
Categories=Science;Electronics;
|
||||
Exec=eeschema %f
|
||||
MimeType=application/x-kicad-schematic;
|
||||
MimeType=application/x-kicad6-schematic;
|
||||
Name=KiCad Schematic Editor (Standalone)
|
||||
GenericName=Schematic Capture Tool
|
||||
Comment=Standalone schematic editor for KiCad schematics
|
||||
|
@ -5,7 +5,7 @@ Icon=kicad
|
||||
Type=Application
|
||||
Categories=Science;Electronics;
|
||||
Exec=kicad %f
|
||||
MimeType=application/x-kicad-project;
|
||||
MimeType=application/x-kicad6-project;
|
||||
Name=KiCad
|
||||
GenericName=EDA Suite
|
||||
Comment=Suite of tools for schematic design and circuit board layout
|
||||
|
@ -5,7 +5,7 @@ Icon=pcbnew
|
||||
Type=Application
|
||||
Categories=Science;Electronics;
|
||||
Exec=pcbnew %f
|
||||
MimeType=application/x-kicad-pcb;
|
||||
MimeType=application/x-kicad6-pcb;
|
||||
Name=KiCad PCB Editor (Standalone)
|
||||
GenericName=PCB layout editor
|
||||
Comment=Standalone circuit board editor for KiCad boards
|
||||
|
@ -22,9 +22,9 @@
|
||||
<binary>pcb_calculator</binary>
|
||||
<mediatype>application/x-gerber</mediatype>
|
||||
<mediatype>application/x-excellon</mediatype>
|
||||
<mediatype>application/x-kicad-project</mediatype>
|
||||
<mediatype>application/x-kicad-schematic</mediatype>
|
||||
<mediatype>application/x-kicad-pcb</mediatype>
|
||||
<mediatype>application/x-kicad6-project</mediatype>
|
||||
<mediatype>application/x-kicad6-schematic</mediatype>
|
||||
<mediatype>application/x-kicad6-pcb</mediatype>
|
||||
</provides>
|
||||
|
||||
<translation type="gettext">kicad</translation>
|
||||
@ -76,10 +76,10 @@
|
||||
</screenshots>
|
||||
|
||||
<url type="homepage">https://www.kicad.org/</url>
|
||||
<url type="bugtracker">https://www.kicad.org/help/report-an-issue/</url>
|
||||
<url type="help">https://docs.kicad.org/</url>
|
||||
<url type="bugtracker">https://go.kicad.org/issue</url>
|
||||
<url type="help">https://go.kicad.org/docs/6</url>
|
||||
<url type="donation">https://go.kicad.org/donate</url>
|
||||
<url type="translate">https://hosted.weblate.org/projects/kicad/</url>
|
||||
<url type="translate">https://go.kicad.org/translate</url>
|
||||
|
||||
<update_contact>kicad-developers@lists.launchpad.net</update_contact>
|
||||
<developer_name>The KiCad Developers</developer_name>
|
||||
|