Skip to content
  • David Edmundson's avatar
    Avoid blocking DBus calls when extracting files · b3044152
    David Edmundson authored
    Summary:
    When copying from Ark to the desktop we make a blocking DBus call,
    freezing the entire UI.
    
    We don't do anything with the reply, so lets not bother waiting for it.
    
    Test Plan:
    Ran Q_DBUS_BLOCKING_CALL_MAIN_THREAD_WARNING_MS=0 plasmashell
    Copied something from ark to the desktop.
    Still had the file, but didn't block
    
    Reviewers: #plasma
    
    Subscribers: plasma-devel
    
    Tags: #plasma
    
    Differential Revision: https://phabricator.kde.org/D8601
    b3044152