> > Is it possible to fix these issues at least in Gjs ASAP without having > > to wait for GNOME 4, as there are still very few Gjs applications, so we > > don't have to worry as much about backwards compatibility as in eg. > > Python. > > That's a fair point. I guess the primary affected module would be > gnome-shell, plus all the existing plugins?
Maybe add version system to Gjs, so that if you call gjs xx.js it'll use old API and if you call gjs2 xx.js it'll use the new API. GNOME Shell could just use the old API. _______________________________________________ desktop-devel-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/desktop-devel-list
