octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #48017] --no-window-system command line option


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #48017] --no-window-system command line option does not disable graphics
Date: Wed, 25 May 2016 19:53:36 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0

Follow-up Comment #4, bug #48017 (project octave):

Yeah, good point. This gets complicated quickly. I think you're right that it
should launch the cli executable, which unfortunately means handling a subset
of options twice like this.

After I run octave-cli --no-window-system, I get the following


>> get (0, "screensize")
ans =
   1   1   1   1
>> have_window_system
ans = 0


so the display_info looks to be initialized correctly there. I don't know why
the size vector is all 1s instead of 0s, but it is correctly not returning my
actual display size.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48017>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]