Skip to content

update: disable quitting on eventloop locker

Harald Sitter requested to merge work/sitter/ihatetheeventlooplockers into master

KNS (for instance) uses KJobs and KJobs have eventloop lockers and those lockers cause the application to quit when the last locker disappears (i.e. job finishes). this is before we have finished our work so the updater ended up broken.

BUG: 471548

Merge request reports