Adds an icon for recently used items at the top panel (for now, there are no updates to extensions.gnome.org. see https://github.com/bananenfisch/RecentItems for details. to get the latest (working) version, you need to install it manually (until there is no better solution))
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
28 | Rejected |
27 | Inactive |
26 | Inactive |
25 | Rejected |
24 | Rejected |
23 | Active |
22 | Active |
21 | Inactive |
20 | Inactive |
19 | Inactive |
18 | Inactive |
17 | Active |
16 | Active |
15 | Inactive |
14 | Inactive |
13 | Inactive |
12 | Inactive |
11 | Inactive |
10 | Inactive |
9 | Inactive |
8 | Active |
7 | Active |
6 | Inactive |
5 | Inactive |
4 | Inactive |
3 | Inactive |
2 | Inactive |
1 | Rejected |
Sure.
Actually, there is a small problem: You need to override destroy() and disconnect the changed signal of Gtk.RecentManager, otherwise you will continue to update the UI even if the extension is disabled (and this can potentially crash the shell) (btw, you can use the shell's provided DocInfo/DocManager, instead of reimplementing everything from scratch)