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 |
This one fixed the #1 issue on version 7 review. Also add these lines inside `KeyboardShortcuts.destroy()` function (line 1401 docking.js): ```js for (let dock of DockManager.allDocks) { if (dock._numberOverlayTimeoutId) { GLib.source_remove(dock._numberOverlayTimeoutId); dock._numberOverlayTimeoutId = 0; } } ``` Fix that and your extension will be approved.
Thank you so much once again.