Adds a force quit button. On accidental click, right click or press [ESC] to undo. Customize position by tweaking line 50 of extension.js
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
34 | Active |
33 | Active |
32 | Active |
31 | Active |
30 | Inactive |
29 | Rejected |
28 | Active |
27 | Active |
26 | Active |
25 | Active |
24 | Rejected |
23 | Rejected |
22 | Active |
21 | Active |
20 | Active |
19 | Active |
18 | Active |
17 | Inactive |
16 | Inactive |
15 | Active |
14 | Rejected |
13 | Active |
12 | Active |
11 | Active |
10 | Inactive |
9 | Inactive |
8 | Active |
7 | Active |
6 | Active |
5 | Active |
4 | Active |
3 | Active |
2 | Active |
1 | Rejected |
Looks good, just some style suggestions: - you don't need to use Lang.bind() for the event handler (not using 'this' in the function) - the empty if block is odd; if you don't do anything with the return value, just ignore it (e.g. just call "GLib.spawn_command_line_async('xkill');") - not sure what the intended behavior of the insert_child_at_index() call is, but it might not behave as expected when other extension add to the same container. You can use '-1' to append the icon at the end, or figure out the correct index of Main.panel.statusArea['appMenu'] to add it next to the app menu