Moves text of your choice across the screen. Can simulate leaves, snow, fireworks, ufos, and more!
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
39 | Active |
38 | Active |
37 | Active |
36 | Active |
35 | Inactive |
34 | Inactive |
33 | Inactive |
32 | Inactive |
31 | Inactive |
30 | Rejected |
29 | Inactive |
28 | Rejected |
27 | Inactive |
26 | Rejected |
25 | Rejected |
24 | Active |
23 | Inactive |
22 | Inactive |
21 | Inactive |
20 | Inactive |
19 | Inactive |
18 | Inactive |
17 | Inactive |
16 | Inactive |
15 | Inactive |
14 | Inactive |
13 | Rejected |
12 | Inactive |
11 | Inactive |
10 | Inactive |
9 | Rejected |
8 | Inactive |
7 | Inactive |
6 | Inactive |
5 | Rejected |
4 | Rejected |
3 | Inactive |
2 | Rejected |
1 | Rejected |
Sorry, your extension is still dumping hundreds of assertion failures into the log. You should generally run `journalctl -f -o cat /usr/bin/gnome-shell`while developing so you catch these. To fix your extension, you should move `Main.uiGroup.add_actor(this);` from line #80 to line #69, before you pass the actor to your utility function `Utils.startEndPoints()`. This function tries to access style properties before the actor is on the stage. If you make that change I will approve as soon as the submission is in.
Okay, I've made the change and submitted the revised version Thank you for being patient with me, and especially for the journalctl tip. I'll keep that handy from now on