ERROR: Uncaught error in init preference bindings: Error: Extension point conflict: there is already a status indicator for role shellshape-indicator
Panel<.addToStatusArea@resource:///org/gnome/shell/ui/panel.js:1022
wrapper@resource:///org/gnome/gjs/modules/lang.js:169
ShellshapeIndicator.enable@/home/tim/.local/share/gnome-shell/extensions/shellshape@gfxmonk.net/extension.js:1566
Ext/self._init_prefs/update@/home/tim/.local/share/gnome-shell/extensions/shellshape@gfxmonk.net/extension.js:3098
Ext/self._init_prefs/<@/home/tim/.local/share/gnome-shell/extensions/shellshape@gfxmonk.net/extension.js:3105
Ext/self._init_prefs@/home/tim/.local/share/gnome-shell/extensions/shellshape@gfxmonk.net/extension.js:3092
_do@/home/tim/.local/share/gnome-shell/extensions/shellshape@gfxmonk.net/extension.js:2617
Ext/self.enable@/home/tim/.local/share/gnome-shell/extensions/shellshape@gfxmonk.net/extension.js:3223
enableExtension@resource:///org/gnome/shell/ui/extensionSystem.js:128
onEnabledExtensionsChanged/<@resource:///org/gnome/shell/ui/extensionSystem.js:259
onEnabledExtensionsChanged@resource:///org/gnome/shell/ui/extensionSystem.js:258
I tried to fix this, but I seem to be doing everything right - on disable I destroy the indicator object, which is supposed to emit destroy and be removed from the panel object. But it doesn't, and there are no docs or examples I could find that work.
I tried to fix this, but I seem to be doing everything right - on disable I destroy the indicator object, which is supposed to emit
destroy
and be removed from the panel object. But it doesn't, and there are no docs or examples I could find that work.