Subject: labplot: need not to be run in a terminal Package: labplot Version: 1.6.0.1-6 Severity: minor Tags: patch
Labplot needs not to be run in a terminal (under KDE). I think that the actual behavior (which opens an unneeded terminal and runs labplot in it when you click in the Labplot icon could be annoying to users. To fix this, simply change Terminal=yes to Terminal=no in /src/LabPlot.desktop I'm submitting a patch for this. Simply put in the debian/patches directory (and add it to the "series" file for quilt) -- System Information: Debian Release: lenny/sid Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/bash Versions of packages labplot depends on: ii kdelibs4c2a 4:3.5.9.dfsg.1-6 core libraries and binaries for al ii libaudiofile0 0.2.6-7 Open-source version of SGI's audio ii libc6 2.7-13 GNU C Library: Shared libraries ii libfftw3-3 3.1.2-3.1 library for computing Fast Fourier ii libgcc1 1:4.3.1-9 GCC support library ii libgl1-mesa-glx [li 7.0.3-5 A free implementation of the OpenG ii libglu1-mesa [libgl 7.0.3-5 The OpenGL utility library (GLU) ii libgsl0ldbl 1.11+dfsg-1 GNU Scientific Library (GSL) -- li ii libhdf5-serial-1.6. 1.6.6-4 Hierarchical Data Format 5 (HDF5) ii libjasper1 1.900.1-5 The JasPer JPEG-2000 runtime libra ii libmagick++10 7:6.3.7.9.dfsg1-2+b2 C++ API to the ImageMagick library ii libmagick10 7:6.3.7.9.dfsg1-2+b2 image manipulation library ii libnetcdf4 1:3.6.2-3.1 An interface for scientific data a ii liborigin0 20080225-2 library for reading OriginLab Orig ii libqt3-mt 3:3.3.8b-5 Qt GUI Library (Threaded runtime v ii libqwtplot3d-qt3 0.2.7+svn191-2 3D plotting library based on Qt3/O ii libstdc++6 4.3.1-9 The GNU Standard C++ Library v3 ii libtiff4 3.8.2-11 Tag Image File Format (TIFF) libra Versions of packages labplot recommends: ii pstoedit 3.45-4 PostScript and PDF files to editab ii qhull-bin 2003.1-9lenny1 calculate convex hulls and related labplot suggests no packages. -- no debconf information
--- a/src/LabPlot.desktop +++ b/src/LabPlot.desktop @@ -8,7 +8,7 @@ Comment=An application for plotting of data sets and functions Comment[de]=Ein Programm zum Plotten von Daten und Funktionen Comment[pl]=Program do wykreÅlania funkcji oraz manipulacji na danych -Terminal=yes +Terminal=no Name=LabPlot MimeType=application/x-LabPlot-plot; #Protocols=file;ftp

