View | Details | Raw Unified | Return to bug 33976
Collapse All | Expand All

(-)a/scilab/desktop/scilab.desktop (-1 / +1 lines)
Lines 3-9 Comment=Scientific software package for numerical computations Link Here
3
Comment[fr]=Logiciel scientifique de calcul numérique
3
Comment[fr]=Logiciel scientifique de calcul numérique
4
Comment[de]=eine Wissenschaftssoftware für numerische Berechnungen
4
Comment[de]=eine Wissenschaftssoftware für numerische Berechnungen
5
Comment[ru]=Пакет для численных и инженерных расчётов
5
Comment[ru]=Пакет для численных и инженерных расчётов
6
Exec=scilab -f
6
Exec=python -c "import sys; import pty; pty.spawn(['scilab', '-f']+sys.argv[1:])"
7
GenericName=Scientific Software Package
7
GenericName=Scientific Software Package
8
GenericName[fr]=Logiciel de calcul numérique
8
GenericName[fr]=Logiciel de calcul numérique
9
GenericName[de]=Wissenschaftssoftware
9
GenericName[de]=Wissenschaftssoftware
(-)a/scilab/desktop/scinotes.desktop (-1 / +1 lines)
Lines 2-8 Link Here
2
Comment=Scilab text editor
2
Comment=Scilab text editor
3
Comment[fr]=Editeur de texte Scilab
3
Comment[fr]=Editeur de texte Scilab
4
Comment[ru]=Редактор программ Scilab
4
Comment[ru]=Редактор программ Scilab
5
Exec=scinotes
5
Exec=python -c "import sys; import pty; pty.spawn(['scinotes']+sys.argv[1:])"
6
GenericName=Scientific Software Package
6
GenericName=Scientific Software Package
7
GenericName[fr]=Logiciel de calcul numérique
7
GenericName[fr]=Logiciel de calcul numérique
8
GenericName[de]=Wissenschaftssoftware
8
GenericName[de]=Wissenschaftssoftware
(-)a/scilab/desktop/xcos.desktop (-1 / +1 lines)
Lines 1-7 Link Here
1
[Desktop Entry]
1
[Desktop Entry]
2
Comment=Hybrid simulator
2
Comment=Hybrid simulator
3
Comment[ru]=Редактор моделей и симулятор
3
Comment[ru]=Редактор моделей и симулятор
4
Exec=xcos
4
Exec=python -c "import sys; import pty; pty.spawn(['xcos']+sys.argv[1:])"
5
GenericName=Scientific Software Package
5
GenericName=Scientific Software Package
6
GenericName[fr]=Logiciel de calcul numérique
6
GenericName[fr]=Logiciel de calcul numérique
7
GenericName[de]=Wissenschaftssoftware
7
GenericName[de]=Wissenschaftssoftware

Return to bug 33976