Clean up the applications/*.desktop files.
Put all keys in consistent order and remove/fix bogus mime types, some assigned to programs that don't even open files. Those files could use some TLC from translators to provide translated names and tooltips, I preserved some of the french that was already in the files.
This commit is contained in:
parent
36d98dab2d
commit
7c1f5f617b
|
@ -1,10 +1,10 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Categories=Development;Electronics;
|
Version=1.0
|
||||||
Comment=Create a component from a bitmap for use with KiCad
|
Terminal=false
|
||||||
Exec=bitmap2component
|
|
||||||
GenericName=EDA Suite
|
|
||||||
Icon=bitmap2component
|
Icon=bitmap2component
|
||||||
MimeType=application/x-bitmap2component-project;
|
|
||||||
Name=Bitmap to Component Converter
|
|
||||||
Type=Application
|
Type=Application
|
||||||
Name[en_US]=Bitmap to Component Converter
|
Categories=Development;Electronics;
|
||||||
|
Exec=bitmap2component
|
||||||
|
Name=Bitmap to Component Converter
|
||||||
|
GenericName=Bitmap to Component Converter
|
||||||
|
Comment=Create a component from a bitmap for use with KiCad
|
||||||
|
|
|
@ -1,11 +1,13 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Categories=Development;Electronics;
|
Version=1.0
|
||||||
Comment=Design an electronic schematic
|
Terminal=false
|
||||||
Comment[fr]=Dessiner des schémas électroniques
|
|
||||||
Exec=eeschema %f
|
|
||||||
GenericName=Electronic schematic design
|
|
||||||
GenericName[fr]=Saisie de schéma électronique
|
|
||||||
Icon=eeschema
|
Icon=eeschema
|
||||||
MimeType=application/x-eeschema-schematic;
|
|
||||||
Name=Eeschema
|
|
||||||
Type=Application
|
Type=Application
|
||||||
|
Categories=Development;Electronics;
|
||||||
|
Exec=eeschema %f
|
||||||
|
MimeType=application/x-kicad-schematic;
|
||||||
|
Name=Eeschema (Standalone)
|
||||||
|
GenericName=Electronic schematic capture
|
||||||
|
GenericName[fr]=Saisie de schéma électronique
|
||||||
|
Comment=KiCad electronic schematic design (standalone)
|
||||||
|
Comment[fr]=Dessiner des schémas électroniques (Standalone)
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Categories=Development;Electronics;
|
Version=1.0
|
||||||
Comment=View gerber files
|
Terminal=false
|
||||||
Exec=gerbview
|
|
||||||
GenericName=EDA Suite
|
|
||||||
Icon=gerbview
|
Icon=gerbview
|
||||||
MimeType=application/x-gerbview-project;
|
|
||||||
Name=GerbView
|
|
||||||
Type=Application
|
Type=Application
|
||||||
Name[en_US]=GerbView
|
Categories=Development;Electronics;
|
||||||
|
Exec=gerbview
|
||||||
|
MimeType=application/x-gerber;application/x-excellon
|
||||||
|
Name=GerbView
|
||||||
|
GenericName=Gerber File Viewer
|
||||||
|
Comment=View Gerber files
|
||||||
|
|
|
@ -1,11 +1,13 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Categories=Development;Electronics;
|
Version=1.0
|
||||||
Comment=Design a printed circuit board
|
Terminal=false
|
||||||
Comment[fr]=Concevoir un circuit imprimé
|
|
||||||
Exec=kicad %f
|
|
||||||
GenericName=EDA Suite
|
|
||||||
GenericName[fr]=Suite logicielle de conception électronique
|
|
||||||
Icon=kicad
|
Icon=kicad
|
||||||
|
Type=Application
|
||||||
|
Categories=Development;Electronics;
|
||||||
|
Exec=kicad %f
|
||||||
MimeType=application/x-kicad-project;
|
MimeType=application/x-kicad-project;
|
||||||
Name=KiCad
|
Name=KiCad
|
||||||
Type=Application
|
GenericName=EDA Suite
|
||||||
|
Comment=Electronic Design Automation suite
|
||||||
|
Comment[fr]=Suite logicielle de conception électronique
|
||||||
|
X-Desktop-File-Install-Version=0.22
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Categories=Development;Electronics;
|
Version=1.0
|
||||||
Comment=Calculator for various electronics related computations
|
Terminal=false
|
||||||
Exec=pcb_calculator
|
|
||||||
GenericName=EDA Suite
|
|
||||||
Icon=pcbcalculator
|
Icon=pcbcalculator
|
||||||
MimeType=application/x-pcbcalculator-project;
|
|
||||||
Name=Pcb Calculator
|
|
||||||
Type=Application
|
Type=Application
|
||||||
Name[en_US]=Pcb Calculator
|
Categories=Development;Electronics;
|
||||||
|
Exec=pcb_calculator
|
||||||
|
Name=PCB Calculator
|
||||||
|
GenericName=PCB Calculator
|
||||||
|
Comment=Calculator for various electronics-related computations
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Categories=Development;Electronics;
|
Version=1.0
|
||||||
Comment=Layout a printed circuit board
|
Terminal=false
|
||||||
Exec=pcbnew %f
|
|
||||||
GenericName=EDA Suite
|
|
||||||
Icon=pcbnew
|
Icon=pcbnew
|
||||||
MimeType=application/x-pcbnew-pcb;
|
|
||||||
Name=Pcbnew
|
|
||||||
Type=Application
|
Type=Application
|
||||||
Name[en_US]=Pcbnew
|
Categories=Development;Electronics;
|
||||||
|
Exec=pcbnew %f
|
||||||
|
MimeType=application/x-kicad-pcb;
|
||||||
|
Name=Pcbnew (Standalone)
|
||||||
|
GenericName=PCB layout
|
||||||
|
Comment=KiCad printed circuit board layout (standalone)
|
||||||
|
|
Loading…
Reference in New Issue