google-code-export / labyrinth

Automatically exported from code.google.com/p/labyrinth
GNU General Public License v2.0
2 stars 0 forks source link

Something missed in the install_data_files.sh in the development code #167

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  git clone https://github.com/labyrinth-team/labyrinth.git
2.  python setup.py install
3.  ./install_data_files.sh
4.  run "labyrinth"

What is the expected output? What do you see instead?
expected output: labyrinth main window displayed
an error message saying that "could not find glade file 
/usr/share/labyrinth/labyrinth.glade"

What version of the product are you using? On what operating system?
The development code in Ubuntu 13.04

Please provide any additional information below.
I think we should add a command in install_data_files.sh:
echo "Installing .glade file"
install -D -m 755 data/labyrinth.glade $DESTDIR/usr/share/labyrinth/

then labyrinth installed successfully

P.S: I wanna take part in this team, where can I get started, how to commit the 
code? May anyone help? Thanks very much!

Original issue reported on code.google.com by pascal7...@gmail.com on 3 Apr 2013 at 6:58