gnome-shell-extension-icon-hider
gnome-shell-extension-icon-hider copied to clipboard
GNOME 3.36 support
@theychx thanks for your awesome extension
Unfortunately, latest Icon Hider doesn’t work in 3.35 and will not work in 3.36 (which will be released next week).
Here is an error:
JS ERROR: Extension [email protected]: Error: Extension point conflict: there is already a status indicator for role Icon Hider
addToStatusArea@resource:///org/gnome/shell/ui/panel.js:1108:19
enable@/home/ai/.local/share/gnome-shell/extensions/[email protected]/extension.js:156:24
_callExtensionEnable@resource:///org/gnome/shell/ui/extensionSystem.js:160:32
loadExtension@resource:///org/gnome/shell/ui/extensionSystem.js:311:26
callback@resource:///org/gnome/shell/ui/extensionDownloader.js:204:39
gotExtensionZipFile/<@resource:///org/gnome/shell/ui/extensionDownloader.js:97:13
Also, you have a few warnings:
Usage of object.actor is deprecated for ActivitiesButton
Usage of object.actor is deprecated for AppMenuButton
Usage of object.actor is deprecated for DateMenuButton
…
Hmm, I don't see the first error with Gnome Shell 3.36.5 on Fedora 32 with v24 - have you upgraded?
Regarding the deprecation notes, it is already reported in #46.