brianrobles204 / Music-Integration

Integrate your music into Gnome Shell
35 stars 12 forks source link

Unable to run Extension #29

Closed LumiWasTaken closed 3 years ago

LumiWasTaken commented 3 years ago

JS ERROR: Extension music-integration@brianrobles204: ImportError: No JS module 'dbus' found in search path @/usr/share/gnome-shell/extensions/music-integration@brianrobles204/extension.js:4:14 gnome-shell --version GNOME Shell 3.38.1

hucuyuu commented 3 years ago

same problem as you

pavkamlc commented 3 years ago

On fedora 33 (gnome shell 3.38.0) the some problem

pavkamlc commented 3 years ago

Maybe is imports.dbus obsoleted. In gnome example is used Gio.DBusProxy https://wiki.gnome.org/Gjs/Examples/DBusClient

pavkamlc commented 3 years ago

In gnome 3.38 is needed change tweener too:

//const Tweener = imports.ui.tweener; const Tweener = imports.tweener.tweener;

TrapTheOnly commented 3 years ago

Any news how to solve this?