This extension allows configuring the same timeout for all notifications. It also allows ignoring the idle state.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
12 | Active |
11 | Active |
10 | Active |
9 | Rejected |
8 | Active |
7 | Active |
6 | Active |
5 | Active |
4 | Active |
3 | Active |
2 | Active |
1 | Rejected |
Take a look at https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review You can't create objects or connect signals in init(), those belong in enable(). You also should store the output signal ID and disconnect in disable() Additionally, you should store your copies of the original functions in init() or in the global scope, enable() can be called after they've already been modified.