gnome-shell-extensions icon indicating copy to clipboard operation
gnome-shell-extensions copied to clipboard

Gajim IM problem

Open nahuelange opened this issue 11 years ago • 2 comments

Hi,

I use gnome-shell 3.6, when I activate the gajim im integration extension, it doesn't work… This is what is printed in logs:

  JS LOG: Extension "[email protected]" had error: Error: extension is not compatible with current GNOME Shell and/or GJS version
  JS LOG: loading default theme (Adwaita)
  JS LOG: Extension "[email protected]" had error: Error: extension is not compatible with current GNOME Shell and/or GJS version
JS ERROR: !!!   Exception was: Error: No JS module 'telepathyClient' found in search path
JS ERROR: !!!     message = '"No JS module 'telepathyClient' found in search path"'
JS ERROR: !!!     fileName = '"/usr/share/gnome-shell/extensions/[email protected]/extension.js"'
JS ERROR: !!!     lineNumber = '16'
JS ERROR: !!!     stack = '"@/usr/share/gnome-shell/extensions/[email protected]/extension.js:16

"' JS LOG: Extension "[email protected]" had error: Error: No JS module 'telepathyClient' found in search path

nahuelange avatar Oct 11 '12 08:10 nahuelange

Sorry, but the gajim extension is not really supported (I don't use gajim, for one), and it's included in the repository only for historical reasons. In any case, you can try changing "imports.ui.telepathyClient" to "imports.ui.components.telepathyClient" in extension.js. Tell me if that works, so that I can push the fix to the repo.

Giovanni

2012/10/11 nahuelange [email protected]

Hi,

I use gnome-shell 3.6, when I activate the gajim im integration extension, it doesn't work… This is what is printed in logs:

JS LOG: Extension "[email protected]" had error: Error: extension is not compatible with current GNOME Shell and/or GJS version JS LOG: loading default theme (Adwaita) JS LOG: Extension "[email protected]" had error: Error: extension is not compatible with current GNOME Shell and/or GJS version JS ERROR: !!! Exception was: Error: No JS module 'telepathyClient' found in search path JS ERROR: !!! message = '"No JS module 'telepathyClient' found in search path"' JS ERROR: !!! fileName = '"/usr/share/gnome-shell/extensions/[email protected]/extension.js"' JS ERROR: !!! lineNumber = '16' JS ERROR: !!! stack = '"@/usr/share/gnome-shell/extensions/[email protected]/extension.js:16

"' JS LOG: Extension "[email protected]" had error: Error: No JS module 'telepathyClient' found in search path

— Reply to this email directly or view it on GitHub.

gcampax avatar Oct 14 '12 17:10 gcampax

Yes, it works

iegik avatar Oct 30 '13 22:10 iegik