New issue
Advanced search Search tips

Issue 833121 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 837375
Owner:
Closed: May 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

GNU Octave does not open plot window in Crostini

Project Member Reported by nhendin@google.com, Apr 15 2018

Issue description

Chrome version: (copy from chrome://version) 67.0.3383.0 (Official Build) dev (64-bit)
OS: Chrome

Repro steps:
1. install crostini VM Per go/crostini-instructions
2. sudo apt-get update
3. sudo apt-get upgrade  
4. Then install octave: sudo apt-get install octave-communications octave-statistics octave-symbolic  
[can omit the accessory packages octave-* probably, however "less" is needed actually and is not a dependency of octave oddly, but that's not the issue here

5. open octave and do the simple demo:
x = -10:0.1:10; # Create an evenly-spaced vector from -10..10
y = sin (x);    # y is also a vector
plot (x, y);
title ("Simple 2-D Plot");
xlabel ("x");
ylabel ("sin (x)");


Expected: 
Note this should open up a plot window with sin(x) in it.

Actual: 
The plot does not open and octave hangs

 

Comment 1 by nhendin@google.com, Apr 15 2018

Upon second try I was able to get the window to open, but nothing is displayed in it and octave hangs.
Components: OS>Systems>Containers
Components: OS>Systems>Containers

Comment 4 by adlr@chromium.org, May 9 2018

Owner: nhendin@google.com
Status: Assigned (was: Untriaged)
nhendin, do you have display scaling enabled? Can you disable display scaling and reboot and try again? Reassign back with answer.
Mergedinto: 837375
Status: Duplicate (was: Assigned)

Comment 6 by nhendin@google.com, May 16 2018

Owner: adlr@chromium.org
Yes, I still see that problem on a fresh install of a container

Comment 7 by nhendin@google.com, May 16 2018

And with display zoom disabled

Comment 8 by vapier@chromium.org, May 17 2018

Labels: -Restrict-View-Google

Sign in to add a comment