A Dash to Dock fork for the COSMIC/GNOME Shell, fixes conflicts with Cosmic Workspace. It prevents Cosmic Workspaces from breaking after suspend. Added Features: Border Radius Border Margins Icon Alignment Etc.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
23 | Active |
22 | Rejected |
21 | Rejected |
20 | Active |
19 | Rejected |
18 | Active |
17 | Rejected |
16 | Active |
15 | Active |
14 | Inactive |
13 | Rejected |
12 | Rejected |
11 | Rejected |
10 | Rejected |
9 | Rejected |
8 | Rejected |
7 | Rejected |
6 | Rejected |
5 | Rejected |
4 | Rejected |
3 | Rejected |
2 | Rejected |
1 | Inactive |
1. Remove the `_ensureActorVisibilityTimeoutId` timeout inside `DockDash.onDestroy()` (dash.js). 2. Why are you holding the timeouts in dock (line 1470 docking.js)? Hold it in the same object and remove it on destroy of the same object. 3. `this` doesn't mean anything in that callback function (line 1163-1190 prefs.js). Create `Settings.removeTimeouts()` function and do those timeout removal inside that. After that you can call that inside the `close-request` callback. 4. You are not deleting all of the timeouts in prefs.