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

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

[Octave-bug-tracker] [bug #53419] GUI crashes if QT_PLUGIN_PATH is not s


From: Rik
Subject: [Octave-bug-tracker] [bug #53419] GUI crashes if QT_PLUGIN_PATH is not set
Date: Tue, 27 Mar 2018 18:44:36 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #53419 (project octave):

                  Status:               Confirmed => In Progress            

    _______________________________________________________

Follow-up Comment #9:

I checked and adding QT_PLUGIN_PATH to octave.bat in the manner suggested by
John D. in comment #7 works.

Should Octave be launching the GUI or CLI when users call octave.bat from the
command line?

According to the comments, we should be launching the CLI.  But actually, we
initialize GUI_MODE to 1 so the GUI is launched by default.


Rem   Check for args to see if we are told to start GUI
Rem   with the --force-gui option or not (--no-gui)
Rem   Otherwise assume starting as command line
set GUI_MODE=1
:checkargs
if -%1-==-- goto noargs
  if NOT %1==--force-gui goto notguiarg
    set GUI_MODE=1
:notguiarg
  if NOT %1==--no-gui goto notnoguiarg
    set GUI_MODE=0
:notnoguiarg
  shift
  goto  checkargs
:noargs




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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