-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |