GNOME Bugzilla – Bug 578776
gtkutil.js is not being installed in /gnome-shell/install/share/gnome-shell/js/ui
Last modified: 2009-04-15 17:16:07 UTC
Please describe the problem: gtkutil.js should go in /gnome-shell/install/share/gnome-shell/js/ui. It is not being pulled from the build side. Steps to reproduce: 1. Build gnome-shell 2. Try to run it via /gnome-shell/install/bin 3. Gnome-shell will quit whilst noting that gtkutil.js is not installed Actual results: A non-start & return to normal desktop Expected results: Start gnome-shell Does this happen every time? Yes Other information:
Created attachment 132562 [details] [review] Adds gtkutil.js to the Makefile Thank you for the bug report! The gtkutil.js file was recently created, but didn't have a line in js/ui/Makefile.am yet. The attached patch should fix it.
Thanks for the patch. The list is in alphabetical order, I've changed your patch to do that and committed it.