#17043: fix scilab interface
------------------------------+------------------------
       Reporter:  was         |        Owner:
           Type:  defect      |       Status:  new
       Priority:  major       |    Milestone:  sage-6.4
      Component:  interfaces  |   Resolution:
       Keywords:              |    Merged in:
        Authors:              |    Reviewers:
Report Upstream:  N/A         |  Work issues:
         Branch:              |       Commit:
   Dependencies:              |     Stopgaps:
------------------------------+------------------------
Description changed by was:

Old description:

> The Sage Scilab interface is broken.   The fix is pretty trivial, and I
> guess is a change in a command line flag to scilab:
>
> {{{
> diff --git a/src/sage/interfaces/scilab.py
> b/src/sage/interfaces/scilab.py
> index bc4a508..7e1d475 100644
> --- a/src/sage/interfaces/scilab.py
> +++ b/src/sage/interfaces/scilab.py
> @@ -218,7 +218,7 @@ class Scilab(Expect):
>          Expect.__init__(self,
>                          name = 'scilab',
>                          prompt = '-->',
> -                        command = "scilab -nogui",
> +                        command = "scilab -nw",
>                          maxread = maxread,
>                          server = server,
>                          server_tmpdir = server_tmpdir,
> }}}

New description:

 The Sage Scilab interface is broken.   The fix is pretty trivial, and I
 guess is a change in a command line flag to scilab:

 {{{
 diff --git a/src/sage/interfaces/scilab.py b/src/sage/interfaces/scilab.py
 index bc4a508..7e1d475 100644
 --- a/src/sage/interfaces/scilab.py
 +++ b/src/sage/interfaces/scilab.py
 @@ -218,7 +218,7 @@ class Scilab(Expect):
          Expect.__init__(self,
                          name = 'scilab',
                          prompt = '-->',
 -                        command = "scilab -nogui",
 +                        command = "scilab -nw",
                          maxread = maxread,
                          server = server,
                          server_tmpdir = server_tmpdir,
 @@ -495,7 +495,7 @@ def scilab_console():
      Scilab, like Sage, remembers its history from one session to
      another.
      """
 -    os.system('scilab -nogui')
 +    os.system('scilab -nw')
 }}}

--

--
Ticket URL: <http://trac.sagemath.org/ticket/17043#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to