rgolangh / gnome-shell-extension-containers

containers is a gnome-shell extension to manage linux container, run by podman
Apache License 2.0
45 stars 11 forks source link

Stop specifying GTypeName #33

Closed fmuellner closed 2 years ago

fmuellner commented 2 years ago

GType names have to be globally unique. To avoid name clashes, gnome-shell instructs gjs to base the name on the script name.

We currently override that behavior by specifying an explicit type name. That's particularly dangerous for a generic name like "PopupMenuItem", so stop doing that.