abom / linux-whiteboard

Automatically exported from code.google.com/p/linux-whiteboard
GNU General Public License v2.0
1 stars 0 forks source link

Glade errors: missing files #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download svn source (trunk)
2. Get dependencies, etc -> compile
3. run ./whiteboard

What is the expected output? What do you see instead?
Program should run, instead I get a bunch of glade errors.

What version of the product are you using? On what operating system?
Newest svn at this time (r159) on Ubuntu 9.04 64 bit.

Please provide any additional information below.
When I try and run linux-whiteboard, I get a bunch of glade errors
complaining about missing files. I executed the following commands to
resolve this problem:

sudo cp -R pixmaps/* /usr/share/whiteboard/gtk/
sudo cp -R windows/gtk/ /usr/share/whiteboard/

At that point it stopped complaining about the missing files.

Original issue reported on code.google.com by ErikBeer...@gmail.com on 28 May 2009 at 1:28

GoogleCodeExporter commented 9 years ago
I had the same issue in the same circumstances (amd64 jaunty box), and 
whiteboard was
crashing on launch with one more error : 

"terminate called after throwing an instance of 'Glib::FileError'"

I had to copy also the file "whiteboard.png" to /usr/share/pixmaps/ to solve 
the problem.

sudo cp pixmaps/whiteboard.png /usr/share/pixmaps/

And it worked fine !

Original comment by petrus...@gmail.com on 29 May 2009 at 2:11