ALT Linux Bugzilla
– Attachment 7239 Details for
Bug 33976
Не работает при запуске из меню
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
scilab-pty-wrapper.patch
scilab-pty.patch (text/plain), 1.71 KB, created by
Aleksey Borisenkov
on 2017-10-20 19:30:03 MSK
(
hide
)
Description:
scilab-pty-wrapper.patch
Filename:
MIME Type:
Creator:
Aleksey Borisenkov
Created:
2017-10-20 19:30:03 MSK
Size:
1.71 KB
patch
obsolete
>diff --git a/scilab/desktop/scilab.desktop b/scilab/desktop/scilab.desktop >index decc965..598f473 100644 >--- a/scilab/desktop/scilab.desktop >+++ b/scilab/desktop/scilab.desktop >@@ -3,7 +3,7 @@ Comment=Scientific software package for numerical computations > Comment[fr]=Logiciel scientifique de calcul numérique > Comment[de]=eine Wissenschaftssoftware für numerische Berechnungen > Comment[ru]=ÐÐ°ÐºÐµÑ Ð´Ð»Ñ ÑиÑленнÑÑ Ð¸ инженеÑнÑÑ ÑаÑÑÑÑов >-Exec=scilab -f >+Exec=python -c "import sys; import pty; pty.spawn(['scilab', '-f']+sys.argv[1:])" > GenericName=Scientific Software Package > GenericName[fr]=Logiciel de calcul numérique > GenericName[de]=Wissenschaftssoftware >diff --git a/scilab/desktop/scinotes.desktop b/scilab/desktop/scinotes.desktop >index df55835..b18a33a 100644 >--- a/scilab/desktop/scinotes.desktop >+++ b/scilab/desktop/scinotes.desktop >@@ -2,7 +2,7 @@ > Comment=Scilab text editor > Comment[fr]=Editeur de texte Scilab > Comment[ru]=РедакÑÐ¾Ñ Ð¿ÑогÑамм Scilab >-Exec=scinotes >+Exec=python -c "import sys; import pty; pty.spawn(['scinotes']+sys.argv[1:])" > GenericName=Scientific Software Package > GenericName[fr]=Logiciel de calcul numérique > GenericName[de]=Wissenschaftssoftware >diff --git a/scilab/desktop/xcos.desktop b/scilab/desktop/xcos.desktop >index 6e64d28..0503da0 100644 >--- a/scilab/desktop/xcos.desktop >+++ b/scilab/desktop/xcos.desktop >@@ -1,7 +1,7 @@ > [Desktop Entry] > Comment=Hybrid simulator > Comment[ru]=РедакÑÐ¾Ñ Ð¼Ð¾Ð´ÐµÐ»ÐµÐ¹ и ÑимÑлÑÑÐ¾Ñ >-Exec=xcos >+Exec=python -c "import sys; import pty; pty.spawn(['xcos']+sys.argv[1:])" > GenericName=Scientific Software Package > GenericName[fr]=Logiciel de calcul numérique > GenericName[de]=Wissenschaftssoftware
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 33976
:
7239
|
7249