[packagekit] (no subject)

Daniel Nicoletti dantti12 at gmail.com
Fri Dec 7 13:30:02 PST 2012


Hi,
I've found a bug with emitting multiple package progress,
since I do:
emit_package(foo)
emit_progress(30%)
emit_package(bar) -> this emits finished for the above package
emit_progress(foo) -> now this creates a new package in Apper
                                        since the entry got a finished
signal
...

So can we remove:
pk_backend_job_package_emulate_finished_for_package (job, item);
since on pk 0.7:
pk_backend_set_simultaneous_mode(true)
prevented the emulate finished to run.

are you fine with me ripping out this function?
otherwise we need to put
pk_backend_set_simultaneous_mode
back to the game.

Best,

-- 
Daniel Nicoletti

KDE Developer - http://dantti.wordpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/packagekit/attachments/20121207/41a526f8/attachment.html>


More information about the PackageKit mailing list