GNOME Bugzilla – Bug 656585
<FileName>.ui and INSTALL not created in a new project
Last modified: 2011-08-24 19:57:23 UTC
Hello Everyone, I am trying to do the Guitar-Tuner example from http://developer.gnome.org/gnome-devel-demos/unstable/guitar-tuner.py.html.en I made a new project and selected gst and gstreamer as extra packages, now when I click on .ui file or the INSTALL files in src I get pop ups, like file now found, what should I do?
Could e a bug in the project-manager (not sure, please update to 3.0.3). You can switch to the "Files" tab to open the files instead.
There is a fix done in Anjuta 3.0.3 on the pygtk template used by the Guitar-Tuner example. The path of the guitar_tuner.ui was wrong. Could you edit the file src/Makefile.am and replace: uidir = $(datadir)/guitar_tuner/ui ui_DATA = ../data/guitar_tuner.ui by uidir = $(datadir)/guitar_tuner/ui ui_DATA = guitar_tuner.ui Then you should be able to open the .ui file, could you check? The INSTALL file is missing indeed, it's not needed to run the program though.
Thanks Sébastien, It worked, but I a, using fedora15 and unfortunately it still has 3.0.0 :( If possible can you please have a glance on that possible
(In reply to comment #3) > It worked, but I a, using fedora15 and unfortunately it still has 3.0.0 :( > If possible can you please have a glance on that possible I don't know how it's working on fedora, perhaps you can report a bug in their database and ask for an update. Else, this project template is normally installed in /usr/share/anjuta/project/pygtk/src/Makefile.am.tpl You can modify directly this file removing "../data/" before guitar_tuner.ui and it will works for all the project you will create later.