Summary: | crash after entering real player (?) stream address | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Maciej Pilichowski <bluedzins> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Maciej Pilichowski
2007-04-14 14:26:08 UTC
You need to have at least kaffeine 0.8.4 version etc.. or kaffeine will cause konqueror to crash all the time. See http://kaffeine.sourceforge.net/ Use kmplayer instead of kaffeine for embedded media. *** This bug has been marked as a duplicate of 114198 *** It is not a duplicate, the other bug is about quitting Kaffeine, period (fullstop). This bug is about using embedded Kaffeine. I have kaffeine 0.8.4 and xine-lib 1.1.7 -- konqueror with embedded kaffeine crashes (after a while) on exit (according to other report it should not happen). Why it is not a duplicate? Because playing it (media) with standalone Kaffeine is ok. the root cause (backtrace you've shown) is clearly the same --> this is a duplicate "I have kaffeine 0.8.4 and xine-lib 1.1.7": this is _not_ sufficient, you need to compile both with xcb support (file a bug against your distro if they don't do that); you can check this by doing "ldd /path/to/kaffeine/binary | grep xcb", empty output = not built with xcb *** This bug has been marked as a duplicate of 114198 *** Christoph, thank you for answering, indeed there is no xcb support. Btw. how do I add this? I tried to compile (configure) Kaffeine with ./configure --with-xcb (I have xorg-x11-libxcb-devel) but still kaffeine configure shows that Kaffeine will be built without it. Ok, I managed to compile it with xcb and it works. Thanks for your help. |