Discussion:
[Rhythmbox-devel] custom plugin problem
L E
2015-06-24 03:17:55 UTC
Permalink
hello,

I have some plugin that "used to work" but with a newer version of
Linux/Ubuntu I see messages like:

(rhythmbox:3092): libpeas-WARNING **: nowplaying-lcd:
/usr/lib/rhythmbox/plugins/nowplaying-lcd/libnowplaying-lcd.so: cannot open
shared object file: No such file or directory

(rhythmbox:3092): libpeas-WARNING **: Could not load plugin module:
'nowplaying-lcd'

any tips on what is going on? These plugins used to work just fine in
older versions of ubuntu/rhythmbox.

thanks,
Jonathan Matthew
2015-07-26 09:37:46 UTC
Permalink
Post by L E
hello,
I have some plugin that "used to work" but with a newer version of
/usr/lib/rhythmbox/plugins/nowplaying-lcd/libnowplaying-lcd.so: cannot open
shared object file: No such file or directory
'nowplaying-lcd'
any tips on what is going on? These plugins used to work just fine in
older versions of ubuntu/rhythmbox.
Either the plugin's shared library file has been deleted or moved, or it depends
on another shared library that can't be loaded, or something like that.
Plugins sometimes need to be updated to work with a new rhythmbox release, so
it's probably worth checking if there's a new version of the plugin too.
Loading...