Customised Workspaces enables creating isolated and customised workspaces. * Choose a different background image for each workspace * Your dash will have unique favourite applications on each workspace * Optionally isolate running applications to only appear on the dash in their respective workspace * Optionally show workspace information and actions in the overview * Set each customised workspace to autoload on specific workspaces * Hide the extension once you've configured your preferences to enjoy seamlessly upgraded workspaces in gnome shell Please do not leave a comment for issues and instead report it here: https://github.com/blipk/Customised-Workspaces/issues
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
70 | Active |
69 | Inactive |
68 | Inactive |
67 | Inactive |
66 | Active |
65 | Inactive |
64 | Inactive |
63 | Inactive |
62 | Rejected |
61 | Rejected |
60 | Active |
59 | Inactive |
58 | Inactive |
57 | Inactive |
56 | Rejected |
55 | Active |
54 | Active |
53 | Active |
52 | Rejected |
51 | Active |
50 | Active |
49 | Active |
48 | Rejected |
47 | Active |
46 | Active |
45 | Active |
44 | Active |
43 | Active |
42 | Active |
41 | Active |
40 | Active |
39 | Rejected |
38 | Rejected |
37 | Rejected |
36 | Inactive |
35 | Rejected |
34 | Inactive |
33 | Rejected |
32 | Rejected |
31 | Inactive |
30 | Active |
29 | Active |
28 | Inactive |
27 | Inactive |
26 | Inactive |
25 | Rejected |
24 | Rejected |
23 | Rejected |
22 | Active |
21 | Inactive |
20 | Rejected |
19 | Inactive |
18 | Rejected |
17 | Rejected |
16 | Active |
15 | Rejected |
14 | Inactive |
13 | Inactive |
12 | Rejected |
11 | Rejected |
10 | Rejected |
9 | Rejected |
8 | Inactive |
7 | Inactive |
6 | Rejected |
5 | Rejected |
4 | Rejected |
3 | Rejected |
2 | Inactive |
1 | Rejected |
Still awaiting review, figured I'd push a couple more updates.
Just so you know, every time you reject your own extension you push yourself to the end of the line and have to wait longer. It's best just to let reviewers do this as they go through the queue. https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review
Ah I thought that might be the case, no problem, will leave it up to you next time, thanks.
You probably don't want to be overriding `Clutter.Actor.destroy()` for PanelMenu.Button. I would expect that to cause some problems. It's also a bad idea to be overriding the `Object` prototype, as your changes will affect all of GNOME Shell. Static functions would be a better choice there.