Skip to content

Commit

Permalink
Add desktop file for octave
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Oct 19, 2020
1 parent 623dc1d commit 965fa22
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions desktop-files/org.octave.Octave.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[Desktop Entry]
Name=GNU Octave
Comment=Interactive programming environment for numerical computations
Comment[ca]=Entorn de programació interactiva per a càlculs numèrics
Comment[de]=Interaktive Programmierumgebung für numerische Berechnungen
Comment[es]=Entorno de programación interactiva para cálculos numéricos
Comment[fr]=Environnement de programmation interactif pour le calcul numérique
Comment[it]=Ambiente di programmazione interattivo per il calcolo numerico
Comment[ja]=数値計算のための対話的なプログラミング環境
Comment[nl]=Interactieve programmeeromgeving voor numerieke berekeningen
Comment[pt]=Ambiente de programação interativo para computação numérica
Comment[zh]=数值计算交互式编程环境
TryExec=/usr/local/package/bin/octave
Exec=/usr/local/package/bin/octave --gui %f
Icon=octave
Terminal=false
Type=Application
Categories=Education;Science;Math;
StartupNotify=false
StartupWMClass=GNU Octave
MimeType=text/x-octave;text/x-matlab;
Keywords=science;math;matrix;numerical computation;plotting;

0 comments on commit 965fa22

Please sign in to comment.