Your message dated Sun, 6 Sep 2009 10:21:43 +0100
with message-id <[email protected]>
and subject line Re: Bug#545252: graph display window does not open
has caused the Debian Bug report #545252,
regarding graph display window does not open
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
545252: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545252
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libmgl5
Version: 1.9-1+b1
Severity: important
The following C++ code
#include <mgl/mgl_zb.h>
int main()
{
mglGraph *gr = new mglGraphZB;
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mglData y(50,3);
y.Modify("0.7*sin(2*pi*x) + 0.5*cos(3*pi*x) + 0.2*sin(pi*x)",0);
y.Modify("sin(2*pi*x)",1);
y.Modify("cos(2*pi*x)",2);
gr->Box();
gr->Plot(y);
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gr->ShowImage();
delete gr;
return 0;
}
is compiled and run with the commands
g++ test.cpp -lmgl | ./a.out
and gives the error
sh: kuickshow: command not found
Image viewer kuickshow is not part of KDE 4. A work around is to create
a symbolic link to e.g. gewenview.
Regards
Dimitris
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.30-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=el_GR.UTF-8, LC_CTYPE=el_GR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages libmgl5 depends on:
ii libc6 2.9-26 GNU C Library: Shared libraries
ii libgcc1 1:4.4.1-3 GCC support library
ii libgif4 4.1.6-8 library for GIF images (library)
ii libgl1-mesa-glx [libgl1] 7.5.1-1 A free implementation of the OpenG
ii libgomp1 4.4.1-3 GCC OpenMP (GOMP) support library
ii libgsl0ldbl 1.12+dfsg-1 GNU Scientific Library (GSL) -- li
ii libhdf5-openmpi-1.8.3 [libhd 1.8.3-2.1 Hierarchical Data Format 5 (HDF5)
ii libjpeg62 6b-15 The Independent JPEG Group's JPEG
ii libmgl-data 1.9-1 library for scientific graphs. (da
ii libpng12-0 1.2.39-1 PNG library - runtime
ii libstdc++6 4.4.1-3 The GNU Standard C++ Library v3
libmgl5 recommends no packages.
libmgl5 suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On Sun, 06 Sep 2009 03:21:28 +0300
Eftaxiopoulos Dimitrios <[email protected]> wrote:
> gr->ShowImage();
> is compiled and run with the commands
>
> g++ test.cpp -lmgl | ./a.out
>
> and gives the error
>
> sh: kuickshow: command not found
>
> Image viewer kuickshow is not part of KDE 4. A work around is to create
> a symbolic link to e.g. gewenview.
kuickshow is simply the default viewer for this command, and changing it
is going to be futile as you can't possibly keep everyone happy. However,
you have missed one feature of the ShowImage function, you can pass in the
desired image viewer as the first argument, i.e:
gr->ShowImage("gimp");
for example. Hence this is not a bug, so closing. Hope this helps.
Regards,
Bradley Smith
--
Bradley Smith [email protected]
Debian GNU/Linux Developer [email protected]
GPG: 0xC718D347 D201 7274 2FE1 A92A C45C EFAB 8F70 629A C718 D347
signature.asc
Description: PGP signature
--- End Message ---