Comment 0 for bug 179493

Revision history for this message
Juan Ignacio Saitua (jisaitua) wrote :

Binary package hint: apollon

Apollon package needs kaboodle as dependency, because it uses kaboodle as embedded media player.

Anyway, I'm using Kubuntu Gutsy and kaffeine/xine is used as the default media player, so I think that Apollon should use xine kpart instead of kaboodle. I recompiled Apollon and changed the file apollonplayertab.cpp to use xine:
   //KService::Ptr service = KService::serviceByDesktopPath("kaboodle_component.desktop");
   KService::Ptr service = KService::serviceByDesktopPath("xine_part.desktop");

So please, instead of fixing kaboodles dependency, make xine the default media player for Apollon and add kaffeine-xine to Apollon dependencies.

Thanks.