Integrate your music into Gnome Shell automatically. Turn on more settings by reading the instructions on the extension homepage.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
10 | Active |
9 | Active |
8 | Rejected |
7 | Rejected |
6 | Rejected |
5 | Rejected |
4 | Rejected |
3 | Rejected |
2 | Rejected |
1 | Rejected |
Oh, whoops, I completely missed the GSettings usage the first time around. You cannot use GSettings when targeting 3.2. I'm going to have to disable the old copy of your extension.
If you want to fall back to defaults, you cannot even call "new Gio.Settings({ schema: 'org.gnome.shell.extensions.musicintegration' })". The Shell will crash. You have to call Gio.Schemas.list_schemas() and make sure that 'org.gnome.shell.extensions.musicintegration' is in the list.