Re: No symbol 'global_get' in namespace 'Shell'



On Wed, Nov 26, 2008 at 10:07 AM, Stuart Langridge <sil kryogenix org> wrote:
> I've just compiled gnome-shell on Ubuntu intrepid, and on running it I
> get the following error:
[...]
>    JS ERROR: !!!     message = 'No symbol 'global_get' in namespace 'Shell''
> Window manager warning: Log level 16: Evaling main.js failed: Error:
> No symbol 'global_get' in namespace 'Shell'

Not sure, but it seems like the JavaScript API has changed, and
scripts should use Shell.Global.get() instead of Shell.global_get()
now. Replacing this in gnome-shell/js/ui/*.js seems to fix this error.
Some other things like Gtk.icon_theme_get_default() in overlay.js
should be updated too.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]