Closed GoogleCodeExporter closed 9 years ago
Hi,
The file banshee-plugin-alarm.schemas.in should be generated automatically
during the
compilation process. In fact, it should happen just before the error you have.
For this generation to happen, we use the "gconf-schema-extractor.exe" utility
which
is shipped with banshee, and should be in the same directory as all banshee
libs (for
me it's /usr/lib/banshee).
Could you please post the whole output of make ?
Original comment by bertrand.lorentz@gmail.com
on 26 Aug 2007 at 11:18
This is a real duh on my part; I should've recognized it from the start.
Daniel, we've switched repositories. The checkout you have is about 6 months
old,
and you're running into an old bug of some sort. Please check out from the
Google
Code repository at:
http://banshee-unofficial-plugins.googlecode.com/svn/trunk/banshee-alarm-plugin
Original comment by trickv
on 26 Aug 2007 at 3:57
ok, with the trunk form the googlecode repos it works fine :-)
But i had to copy the plugin dlls by hand, because banshee do not search in
'/usr/local/banshee/...' for plugins.
sudo cp /usr/local/lib/banshee/Banshee.Plugins/*
/usr/lib/banshee/Banshee.Plugins/
Maybe that can be changed in the banshee code base.
Thanks!
Best regards,
Daniel
Original comment by daniel.f...@gmail.com
on 26 Aug 2007 at 4:28
This behavior is what's to be expected.
You have two choices here :
- do a "./configure --enable-user-plugins " : the plugin dll will be installed
in
~/.gnome2/banshee/plugins and then only available for your user account
- do a "./configure --prefix=/usr" : the plugin dll will be installed in
/usr/lib/banshee/Banshee.Plugins. As the prefix matches the one used for your
banshee
installation, the plugin will be found.
Original comment by bertrand.lorentz@gmail.com
on 26 Aug 2007 at 5:13
Original issue reported on code.google.com by
daniel.f...@gmail.com
on 22 Aug 2007 at 1:00