# HG changeset patch # User John W. Eaton # Date 1507661045 14400 # Node ID c10c61a3222cf787cdb338a7bd5ec1c7c1e41629 # Parent f47df619cd1d151336d07575b81236a715e2faaa octave-wrapper.in: Also set QT_PLUGIN_PATH. diff -r f47df619cd1d -r c10c61a3222c octave-wrapper.in --- a/octave-wrapper.in Tue Oct 10 05:34:32 2017 -0400 +++ b/octave-wrapper.in Tue Oct 10 14:44:05 2017 -0400 @@ -23,6 +23,8 @@ LIBGL_DRIVERS_PATH="$OCTAVE_HOME/lib/dri" +QT_PLUGIN_PATH="$OCTAVE_HOME/plugins" + export OCTAVE_HOME export PATH export LD_LIBRARY_PATH @@ -33,5 +35,6 @@ export GNUPLOT_SHARE_DIR export GNUPLOT_PS_DIR export LIBGL_DRIVERS_PATH +export QT_PLUGIN_PATH exec "$OCTAVE_HOME/bin/@PROGRAM_NAME@-@OCTAVE_VERSION@.real" "$@"