ikalnytskyi / gnome-shell-extension-icon-hider

Icon Hider is a gnome-shell extension for managing status area items.
Other
31 stars 11 forks source link

GNOME 3.36 support #47

Open ai opened 4 years ago

ai commented 4 years ago

@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 icon-hider@kalnitsky.org: 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/icon-hider@kalnitsky.org/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
…
szpak commented 3 years ago

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.