gcampax / gnome-shell-extensions

A collection of extensions for GNOME Shell (forked from previous repo on git.gnome.org)
GNU General Public License v2.0
19 stars 10 forks source link

Gajim IM problem #3

Open nahuelange opened 11 years ago

nahuelange commented 11 years ago

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 "message-notifier@shell-extensions.barisione.org" had error: Error: extension is not compatible with current GNOME Shell and/or GJS version
  JS LOG: loading default theme (Adwaita)
  JS LOG: Extension "gnome-shell-classic-systray@emergya.com" 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/gajim@gnome-shell-extensions.gcampax.github.com/extension.js"'
JS ERROR: !!!     lineNumber = '16'
JS ERROR: !!!     stack = '"@/usr/share/gnome-shell/extensions/gajim@gnome-shell-extensions.gcampax.github.com/extension.js:16

"' JS LOG: Extension "gajim@gnome-shell-extensions.gcampax.github.com" had error: Error: No JS module 'telepathyClient' found in search path

gcampax commented 11 years ago

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 notifications@github.com

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 "message-notifier@shell-extensions.barisione.org" had error: Error: extension is not compatible with current GNOME Shell and/or GJS version JS LOG: loading default theme (Adwaita) JS LOG: Extension "gnome-shell-classic-systray@emergya.com" 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/gajim@gnome-shell-extensions.gcampax.github.com/extension.js"' JS ERROR: !!! lineNumber = '16' JS ERROR: !!! stack = '"@/usr/share/gnome-shell/extensions/gajim@gnome-shell-extensions.gcampax.github.com/extension.js:16

"' JS LOG: Extension "gajim@gnome-shell-extensions.gcampax.github.com" had error: Error: No JS module 'telepathyClient' found in search path

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

iegik commented 10 years ago

Yes, it works