diff --git a/Linphone/core/App.cpp b/Linphone/core/App.cpp index 1b4c93c5b..9f4461d5f 100644 --- a/Linphone/core/App.cpp +++ b/Linphone/core/App.cpp @@ -423,6 +423,7 @@ void App::init() { } lInfo() << log().arg("Display server : %1").arg(platformName()); + DesktopTools::init(); } void App::initCore() {