Bug 224267 - “gyrodata.dat” not found under $KDEDIR/share/apps/kst/tutorial
Summary: “gyrodata.dat” not found under $KDEDIR/share/apps/kst/tutorial
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-26 01:00 UTC by freebody.kst
Modified: 2010-01-27 20:06 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description freebody.kst 2010-01-26 01:00:51 UTC
Version:           1.9.0_devel (using Devel)
OS:                Linux
Installed from:    Compiled sources

PROBLEM:
“gyrodata.dat”  not found under $KDEDIR/share/apps/kst/tutorial
 
STEPS TO REPRODUCE:
os:ubuntu9.10
install methond:
cd graphics/kst
cmake .
make
sudo make install
 
RESULTS:
can't find where gyrodata.dat is.
 
EXPECTED RESULTS:
according to http://kst.kde.org/handbook/intro-gettingstarted.html
We will import data from a file called “gyrodata.dat” which should be included in your Kst installation. The location of this file is $KDEDIR/share/apps/kst/tutorial/gyrodata.dat, where $KDEDIR is the location in which KDE is installed on your system (you can find this using the command kde-config --prefix).
Comment 1 Andrew Walker 2010-01-26 05:50:34 UTC
SVN commit 1080318 by arwalker:

CCBUG:224267 add misc folder to the installation for cmake for kst1.x

 M  +1 -1      CMakeLists.txt  
 A             misc/CMakeLists.txt  
 A             misc/fonts/CMakeLists.txt  
 A             misc/tutorial/CMakeLists.txt  
 AM            misc/tutorial/gyrodata.dat.sh  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1080318
Comment 2 Andrew Walker 2010-01-27 20:06:07 UTC
The tutorial data is now installed under the same prefix as the rest of kst.
This is typically /usr/local or the same as KDE.