On Tue, 2009-05-12 at 13:59 +0200, igor ludha wrote: > hi > as homework assignment, i have to work on F-Spot's bug #330381 > http://bugzilla.gnome.org/show_bug.cgi?id=330381 > My operating system is ubuntu, i installed mono develop, downloaded > f-spot source code, but i am not able to open it in mono develop. So > now iam little bit confused :) I dont know what IDE should i use to > repair bug and generate patch > i would really appreciate any help :) > my mail [email protected]
Monodevelop support is currently broken (we should fix it or delete it). So for now there's no IDE usable. You'll have to use a text editor and the command line. This should get you going: http://f-spot.org/How_To_Build_from_HEAD To create a patch, simply run: git diff > myawesomepatch.diff And attach the .diff file to the bug report. Out of curiosity: which school requires you to work on f-spot? That's really cool :-) _______________________________________________ F-spot-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/f-spot-list
