Summary: | starting a movie from Dolphin does not work when Dragon Player is already open | ||
---|---|---|---|
Product: | [Applications] dragonplayer | Reporter: | m.wege |
Component: | general | Assignee: | Harald Sitter <sitter> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | myriam |
Priority: | NOR | ||
Version: | 2.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/dragon/441962391e103505cd8e34d16ca12b4a70f05c8f | Version Fixed In: | 4.13.0 |
Sentry Crash Report: |
Description
m.wege
2014-03-18 09:04:25 UTC
I absolutely cannot reproduce this with 4.13. What version of kdelibs are you on? 4.12.3 hit alt+f2 -> enter 'kdebugdialog' -> hit enter -> click on 'select all' -> apply and close please kill all dragons and do the following in a terminal, it will create a log file in your home directory that you can attach to this bug report: export PHONON_DEBUG=5 export PHONON_BACKEND_DEBUG=5 export PHONON_SUBSYSTEM_DEBUG=2 export PHONON_PULSEAUDIO_DEBUG=5 export PHONON_VLC_DEBUG=5 export PHONON_GST_DEBUG=5 dragon --nofork &> ~/dragon.log dragon player will open now try to open a video via dolphin does it play? do not close dragon and try another file does it play? you can now close dragon and attach the generated file 'dragon.log' to this bug report. Thanks. I have to correct myself in the description on how to reproduce the bug. It does not happen always. It happens if: - Dragon is started and running - Movie is playing/has been played - KDE/System is shut down. - Dragon is restored on session restoration - Then I start a movie from Dolphin. Git commit 441962391e103505cd8e34d16ca12b4a70f05c8f by Harald Sitter. Committed on 19/03/2014 at 13:18. Pushed by sitter into branch 'KDE/4.13'. use right function to check for restoration helps a bunch with not getting states messed up FIXED-IN: 4.13.0 M +1 -1 src/app/playerApplication.cpp http://commits.kde.org/dragon/441962391e103505cd8e34d16ca12b4a70f05c8f Great, thanks! |