Package: maxima
Version: 5.33.0-3
Severity: normal

Dear Maintainer,

I am running the kde desktop on jessie and installed the gnuplot and maxima
packages.
Gnuplot uses the terminal option qt by default, whereas maxima wants the wxt
terminal,
which is not installed by default. Thus I get the following error when I plot.

 Maxima 5.33.0 http://maxima.sourceforge.net
 using Lisp GNU Common Lisp (GCL) GCL 2.6.10 (a.k.a. GCL)
 Distributed under the GNU Public License. See the file COPYING.
 Dedicated to the memory of William Schelter.
 The function bug_report() provides bug reporting information.
 (%i1) plot2d(x^2-x,[x,-10,10]);

 (\%o1) \verb|/home/yves/maxout.gnuplot_pipes| \\ \verb| |
 gnuplot> set term wxt size 640,480 font ",12"; set term pop
                   ^
          line 0: unknown or ambiguous terminal type; type just 'set terminal'
for a list

I can fix it by issuing the command

 set_plot_option([gnuplot_term, qt]);

I am not sure however why maxima wants to use the wxt backend with gnuplot.
I didn't install wxmaxima, the wxt backend is not available by default with a
gnuplot install under kde, neither is the library libwxbase. My feeling is that
the maxima package should not rely on wxwidgets by default for plotting. At
least it should check for the availability of the backend.

Best regards.

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages maxima depends on:
ii  libc6         2.19-1
ii  libgmp10      2:6.0.0+dfsg-4
ii  libreadline6  6.3-6
ii  libx11-6      2:1.6.2-2

Versions of packages maxima recommends:
ii  gnuplot-qt [gnuplot-x11]  4.6.5-4
ii  maxima-share              5.33.0-3

Versions of packages maxima suggests:
ii  maxima-doc    5.33.0-3
ii  maxima-emacs  5.33.0-3
pn  texmacs       <none>
ii  tk [wish]     8.6.0+8
pn  xmaxima       <none>


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to