[Kst] [Bug 247527] Build from sources appears to complete correctly but result crashes with signal 6 when executed.
wb666greene at gmail.com
wb666greene at gmail.com
Fri Aug 13 23:59:27 CEST 2010
https://bugs.kde.org/show_bug.cgi?id=247527
wb666greene at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wb666greene at gmail.com
--- Comment #6 from <wb666greene gmail com> 2010-08-13 23:59:25 ---
Thanks for your help, I've removed the kst-1.5.0 files left behind by Ubuntu's
"mark for complete removal"
But if I start the kst-1.9.1 I built I still can't get the configure button to
activate when I choose my data file which is just a whitespace delimited list
of numbers with five columns:
0 3.9 -89.6 -3.9 89.3
1 3.2 -87.8 -3.8 89.9
2 3.4 -88.1 -3.9 90.0
....
If from the quickstart I choose the *.kst file I'd set up, I get the plots and
labels like I had setup but then the error dialog about not finding data
objects
Unable to find required vector [DS-kst.input/1] for data object 2
Unable to find required vector [DS-kst.input/2] for data object 2
Unable to find required vector [DS-kst.input/1] for data object 3
Unable to find required vector [DS-kst.input/3] for data object 3
....
Also one of the bugs in 1.5.0 was not honoring the geometry option to get a
different size and placement on startup
kst --geometry 1000x500+0+0 doesn't change the size which seems to default to
1600x1000 on my 1920x1200 monitor.
I still can't get it to take data from stdin (which did work with 1.5.0)
launching with:
./myApp | /home/kst/bin/kst --caption "myApp Stripchart" -x 1 -y2 -y 3 -y 4 -y
5 -m 1 -n 600 stdin &
My application is configured to output the data to be monitored in real-time
either to a file or stdout, either would be OK if I could control the labels
displayed and window size/placement.
More information about the Kst
mailing list