|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #41665] 'qt' is default graphics toolkit even when it is not available |
| Date: | Sun, 23 Feb 2014 15:41:00 +0000 |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0 |
Follow-up Comment #11, bug #41665 (project octave):
'run-octave' used in the development source tree has a -cli option. The
actual installed Octave binary does not. The same effect can be had by
calling octave with the '--no-gui-libs' option or directly invoking
octave-cli.exe rather than octave-gui.exe.
The octave binary is now just a small wrapper which execs either octave-gui or
or octave-cli.
Possible options
--no-gui-libs : Calls octave-cli which is a binary built without linking to
the Qt libraries. This is a CLI environment that can still do plotting with
FLTK or gnuplot.
--no-gui : Calls octave-gui, a binary linked to Qt libraries, but doesn't
launch the GUI and instead runs the CLI code in octave-gui.
--force-gui : Calls octave-gui and forces the launch of the GUI
NO OPTIONS : Calls octave-gui and launchs the GUI version.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?41665>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |