Your message dated Wed, 1 Apr 2009 15:03:54 +0200
with message-id <[email protected]>
and subject line Re: [Pkg-octave-devel] Bug#521731: ignores name specified in
Plot -> Export -> PNG
has caused the Debian Bug report #521731,
regarding ignores name specified in Plot -> Export -> PNG
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.)
--
521731: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521731
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: qtoctave
Version: 0.8.1+dfsg-2
Severity: normal
Exporting a plot as PNG ignores the file name specified in the export
dialog. The file will be saved in the current working directory and
is named after some font (in my case "Helvetica:12"). The generated
command to export the plot is
print ("/tmp/plot1.png", "-color", "Helvetica:12", "-dpng")
where "/tmp/plot1.png" is the desired destination.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (650, 'unstable'), (601, 'testing'), (600, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26 (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/bash
Versions of packages qtoctave depends on:
ii libc6 2.9-6 GNU C Library: Shared libraries
ii libgcc1 1:4.3.3-5 GCC support library
ii libqt4-svg 4.4.3-2 Qt 4 SVG module
ii libqt4-xml 4.4.3-2 Qt 4 XML module
ii libqtcore4 4.4.3-2 Qt 4 core module
ii libqtgui4 4.4.3-2 Qt 4 GUI module
ii libstdc++6 4.3.3-5 The GNU Standard C++ Library v3
ii octave3.0 1:3.0.4~rc5-4 GNU Octave language for numerical
Versions of packages qtoctave recommends:
pn octave3.0-htmldoc <none> (no description available)
qtoctave suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
* Sebastian Ramacher <[email protected]> [2009-03-29 20:34]:
> Package: qtoctave
> Version: 0.8.1+dfsg-2
> Severity: normal
>
> Exporting a plot as PNG ignores the file name specified in the export
> dialog. The file will be saved in the current working directory and
> is named after some font (in my case "Helvetica:12"). The generated
> command to export the plot is
>
> print ("/tmp/plot1.png", "-color", "Helvetica:12", "-dpng")
>
> where "/tmp/plot1.png" is the desired destination.
There is a typo in your command line. It should read instead:
print ("/tmp/plot1.png", "-color", "-FHelvetica:12", "-dpng")
I am hereby closing this (non-)bug report.
--
Rafael
--- End Message ---