-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
end user trying to get equalizer to work ubuntu 19.10 #30
Comments
same problem here |
There should be one error message when enable to equalizer plugin. when you move the cursor to x it will show the error message. It is missing the dependency 'rb'. 'rb' is python module which is dependent for this plug in. Are you able to find the 'rb.py' module? I am also having the same issue. Missing the 'rb.py' If you found it please share that file. |
I have the same issure right now on 18 |
for rhythmbox version 3 |
I have tried to check the dependencies at README. But I am not able to see any dependencies. Can you please guide me. If you have the link for the dependencies, please post it. If you are pointing me to rb-open-folder.py code, then if you had chance to see there is an import statement at first which is trying to import module "rb". I am missing with that module. |
Digging a little deeper into this, launching rhythmbox from the commandline gives the following error when the plugin is enabled:
It seems this plugin uses GConf in order to save its settings, and as of Ubuntu 20.04, GConf has been removed from python. The plugin needs to be rewritten to use something else for persistence (probably Gio). This shouldn't be too hard; I might do it, but would a pull request be accepted at this point? |
maybe a little late, but I had just the same problem. I installed libgconf2-dev and then it worked. I am using debian bullseye, but ubuntu should be similar |
i have successfully created a plug in folder in Rhythmbox. It has equalizer in it and equalizer has the correct files in that. I tried to run install.sh following directions and while there were no error messages, nothing seemed to happen. I rebooted and then opened Rhythmbox and found the equalizer listed in the plug in list. I then tried to turn it on, but it doesn't turn on. I can toggle the switch, but the circle doesn't turn green and there's an x next to it. I THINK i added a file that shows this. Thanks very much for your help
The text was updated successfully, but these errors were encountered: