Bug 367875 - git master - Progress bar in Render window isn't showing. Stays at "Waiting", even after render is done.
Summary: git master - Progress bar in Render window isn't showing. Stays at "Waiting",...
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR major
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-26 20:21 UTC by Unknown
Modified: 2016-12-21 08:51 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Unknown 2016-08-26 20:21:56 UTC
Came across this when working on a project. I thought that Kdenlive froze, at first, but then my system monitor showed all CPUs were in use, and my RAM had maxed out (on 4GB on my laptop, no biggie).

But after starting a render, the window shows "Waiting", with no indication that it is actually rendering, even when render is complete. No progress bar. Actual rendered final video file still looks fine.

Reproducible: Always

Steps to Reproduce:
1. Open video project.
2. Start Render (with presumptively any parameters)

Actual Results:  
No progress bar in "Job Queue" window -- it simply says "waiting".

Expected Results:  
Progress bar to show in job queue window after render has started, then show complete when render is complete.

Bug discovered while using Kdenlive 16.11.70 git master build via ppa:kdenlive/kdenlive-master.

Ubuntu 16.04 x64, Unity 7.4.0 desktop environment.

KDE Frameworks 5.18.0
Qt 5.5.1
Comment 1 Jean-Baptiste Mardelle 2016-08-27 06:56:45 UTC
Git commit 6faf160bcac2180e34cd99ac6aec084703748121 by Jean-Baptiste Mardelle.
Committed on 27/08/2016 at 06:56.
Pushed by mardelle into branch 'Applications/16.08'.

Revert KDBus removal, was breaking rendering progress info

M  +2    -0    src/main.cpp

http://commits.kde.org/kdenlive/6faf160bcac2180e34cd99ac6aec084703748121
Comment 2 François 2016-12-20 17:38:27 UTC
I can reproduce this bug with the current branch 'Applications/16.12' (pulled this morning)

Has this fix been merged with this new release?
Comment 3 Jean-Baptiste Mardelle 2016-12-20 21:01:02 UTC
Git commit 69220ab2e0045927297a0f70affe828a1edf2339 by Jean-Baptiste Mardelle.
Committed on 20/12/2016 at 21:00.
Pushed by mardelle into branch 'Applications/16.12'.

Fix dbus communication broken by recent move of KDBusService

M  +1    -0    src/main.cpp

https://commits.kde.org/kdenlive/69220ab2e0045927297a0f70affe828a1edf2339
Comment 4 François 2016-12-21 08:51:43 UTC
It works perfectly now! :) Thank you JB!