oae / gnome-shell-pano

Next-gen Clipboard Manager for Gnome Shell
https://extensions.gnome.org/extension/5278/pano/
GNU General Public License v2.0
978 stars 52 forks source link

Clutter.Container.add_actor removed in GNOME 46 #259

Closed kra-mo closed 3 months ago

kra-mo commented 4 months ago

Clutter.Actor.add_child should be used instead.

A naïve find and replace of add_actor to add_child in extension.js seems to do the job but I'm not experienced enough to say for sure.

kra-mo commented 4 months ago

The method has already been deprecated for a while so this is overdue anyway.