Hotel Manager allows to start and stop the Hotel daemon and your development servers via a menu in the status area.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
21 | Rejected |
20 | Active |
19 | Active |
18 | Active |
17 | Active |
16 | Active |
15 | Active |
14 | Active |
13 | Active |
12 | Active |
11 | Active |
10 | Active |
9 | Active |
8 | Active |
7 | Active |
6 | Active |
5 | Active |
4 | Active |
3 | Active |
2 | Active |
1 | Active |
Please remove the timeout on destroy (line 61 widgets.js). Also call that destroy on each item you are creating in extension.js
Please use less generic class name for the default class you are exporting (for stack trace).
There is no destroy in line 61 widgets.js. It is a restart button that restarts the hotel server, it needs a timeout t make sure the server has stopped to restart it again.
There is a timeout there that needs to be removed on destroy: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources
The function returns false aka GLib.SOURCE_REMOVE. I don't understand what you want me to do. I will not submit a new version. If you don't want to pass it then so be it.
As mentioned in the review guidelines: > You MUST remove all active main loop sources in disable(), even if the callback function will eventually return false or GLib.SOURCE_REMOVE.