Review of "Easy Docker Containers" version 5

Details Page Preview

A GNOME Shell extension (GNOME Panel applet) to be able to generally control your available Docker containers.

Extension Homepage
https://github.com/RedSoftwareSystems/easy_docker_containers

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
27 Active
26 Active
25 Active
24 Inactive
23 Inactive
22 Rejected
21 Active
20 Active
19 Active
18 Active
17 Active
16 Rejected
15 Rejected
14 Active
13 Active
12 Active
11 Active
10 Active
9 Active
8 Active
7 Active
6 Active
5 Rejected
4 Rejected
3 Active
2 Active
1 Active

Previous Reviews on this Version

kiuma posted a review
still investigating why I get this error feb 07 11:10:27 k1-arch gnome-shell[1891]: st_label_set_text: assertion 'ST_IS_LABEL (label)' failed feb 07 11:10:28 k1-arch gnome-shell[1891]: Object St.Label (0x564175b3cf90), has been already deallocated — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or
andyholmes rejected
This pretty much means what it says, you have code trying to access a GObject after you've destroyed it. Whether that's in your extension or somewhere else I don't know. newer version approved.