Re: [Bug 1825609] Re: Scilab does not work properly. version 6.0.1 Ubuntu 18.04

2019-06-12 Thread Tiago Stürmer Daitx
On Wed, Jun 12, 2019 at 5:40 PM Sylvestre Ledru
<1825...@bugs.launchpad.net> wrote:
>
> This patch 
> https://salsa.debian.org/science-team/scilab/commit/af933fa83ed0cc731b54a8369888b7b165775798
> fixes the issue
> should be trivial to cherry-pick this change

That fix is being tracked in bug 1825037 and it does not fix the
prompt issue in the GUI. With that fix applied I can still see the GUI
prompt issue in both scilab 6.0.1 and 6.0.2.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1825609

Title:
  Scilab does not work properly. version 6.0.1 Ubuntu 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scilab/+bug/1825609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1825609] Re: Scilab does not work properly. version 6.0.1 Ubuntu 18.04

2019-06-12 Thread Tiago Stürmer Daitx
Please notice that this only affects the GUI Editor (aka scilab), the
scilab command line tool (ie. scilab-cli) works as expected.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1825609

Title:
  Scilab does not work properly. version 6.0.1 Ubuntu 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scilab/+bug/1825609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1825609] Re: Scilab does not work properly. version 6.0.1 Ubuntu 18.04

2019-06-12 Thread Sylvestre Ledru
This patch 
https://salsa.debian.org/science-team/scilab/commit/af933fa83ed0cc731b54a8369888b7b165775798
fixes the issue
should be trivial to cherry-pick this change

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1825609

Title:
  Scilab does not work properly. version 6.0.1 Ubuntu 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scilab/+bug/1825609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1825609] Re: Scilab does not work properly. version 6.0.1 Ubuntu 18.04

2019-06-12 Thread Tiago Stürmer Daitx
The code for input(message) (see
/usr/share/scilab/modules/io/macros/input.sci) calls prompt(message) and
then mscanf(format_string). The prompt() function is meant to modify the
prompt for the next user interaction, but for some reason calling this
function does nothing at all.

As calls to prompt(new_prompt) do nothing the default prompt ('-->') is
shown instead, but any content typed by the user is used for the
previous input(message) call. This is a bit misleading for the user, as
it seems/feels like nothing happened after the input(message) call, but
scilab is in fact expecting the response for the input(message).

I found http://bugzilla.scilab.org/show_bug.cgi?id=14998 reported
stating that input(message) should instead be calling mprintf() instead
of prompt().

** Bug watch added: Scilab bugtracker #14998
   http://bugzilla.scilab.org/show_bug.cgi?id=14998

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1825609

Title:
  Scilab does not work properly. version 6.0.1 Ubuntu 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scilab/+bug/1825609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1825609] Re: Scilab does not work properly. version 6.0.1 Ubuntu 18.04

2019-06-12 Thread Tiago Stürmer Daitx
Problem still happens in scilab 6.0.2 on Eoan.

** Changed in: scilab (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1825609

Title:
  Scilab does not work properly. version 6.0.1 Ubuntu 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scilab/+bug/1825609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1825609] Re: Scilab does not work properly. version 6.0.1 Ubuntu 18.04

2019-04-25 Thread SYN-2009
Unfortunately, I can't be sure, because I use Ubuntu 18.04 and I don't
want to change the system, especially not the LTS version.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1825609

Title:
  Scilab does not work properly. version 6.0.1 Ubuntu 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scilab/+bug/1825609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1825609] Re: Scilab does not work properly. version 6.0.1 Ubuntu 18.04

2019-04-24 Thread Francis Ginther
** Tags added: id-5cbf8cd59e0abe4d0844735a

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1825609

Title:
  Scilab does not work properly. version 6.0.1 Ubuntu 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scilab/+bug/1825609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1825609] Re: Scilab does not work properly. version 6.0.1 Ubuntu 18.04

2019-04-24 Thread Matthias Klose
please check that this is fixed in the 19.04 disco release.

** Changed in: scilab (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1825609

Title:
  Scilab does not work properly. version 6.0.1 Ubuntu 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scilab/+bug/1825609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1825609] Re: Scilab does not work properly. version 6.0.1 Ubuntu 18.04

2019-04-24 Thread SYN-2009
I was informed that the problem is only with scilab 6.0.1. You need to
upgrade to version 6.0.2. Please put in repository version 6.0.2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1825609

Title:
  Scilab does not work properly. version 6.0.1 Ubuntu 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scilab/+bug/1825609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs