diff --git a/Linphone/core/App.cpp b/Linphone/core/App.cpp index cb70a71f9..95a1afb61 100644 --- a/Linphone/core/App.cpp +++ b/Linphone/core/App.cpp @@ -319,6 +319,10 @@ App::App(int &argc, char *argv[]) }); mEventCountNotifier = new EventCountNotifier(this); mDateUpdateTimer.start(); + +#ifdef Q_OS_LINUX + exportDesktopFile(); +#endif } App::~App() {