----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129236/ -----------------------------------------------------------
(Updated Oct. 27, 2016, 1:15 a.m.) Review request for KDE Frameworks and Olivier Goffart. Repository: kauth Description (updated) ------- It was failing because subsequent connects return false. Only try to catch the error if a problem was reported. Declares some enums so they print something when on QDebug. Outputs errors into warnings instead of debug. Removes some tr() string puzzles. Fixes a behavior change introduced in QtDBus by: https://code.qt.io/cgit/qt/qtbase.git/commit/?h=dev&id=6f275a4beb9a42b9d5ac99682ce9939a66239778 https://codereview.qt-project.org/#/c/161325/ Diffs ----- autotests/HelperTest.cpp 8050a06 src/backends/dbus/DBusHelperProxy.cpp c60def8 src/kauthaction.h 96f550b src/kauthexecutejob.cpp 2901e3b Diff: https://git.reviewboard.kde.org/r/129236/diff/ Testing ------- Now my snap helper can install and then uninstall an application right away. Unit tests pass on my system. Thanks, Aleix Pol Gonzalez