| Summary: | compile fails with koffice plugin | ||
|---|---|---|---|
| Product: | [Unmaintained] kmplayer | Reporter: | Carsten Lohrke <carstenlohrke> |
| Component: | general | Assignee: | Koos Vriezen <koos.vriezen> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Carsten Lohrke
2004-11-19 20:46:52 UTC
iirc a work-around is --enable-final Hmm, yeah well kmplayer_koffice_part is not really supported now. The problem is that koffice does not allow embedded parts that wan't their own widget.
Anyway, the fix for the compile error with --enable-koffice-plugin is
--- kmplayer_koffice_part.cpp 3 Aug 2003 20:15:35 -0000 1.3
+++ kmplayer_koffice_part.cpp 20 Nov 2004 10:26:17 -0000
@@ -99,7 +99,7 @@ KOfficeMPlayer::KOfficeMPlayer (QWidget
setInstance (KMPlayerFactory::instance (), false);
setReadWrite (false);
m_player->init();
- m_player->setSource (m_player->urlSource ());
+ m_player->setSource (m_player->sources () ["urlsource"]);
//setWidget (view);
}
I also get another error about missing loadOasis member. But might be from koffice CVS HEAD only.
Thanks for your report, did you really use kmplayer as a koffice plugin?
>did you really use kmplayer as a koffice plugin? I'm not using kmplayer at all. It's just, that we expose nearly all options to our Gentoo userbase. I wasn't sure about the status of this plugin, so I forwarded the linked bug report, to get exactly such an comment: >Hmm, yeah well kmplayer_koffice_part is not really supported now. I think I will remove the possibility to enable the plugin for now. Just a news item, if and when it will be revived would be fine. |