diff --git a/src/actionmanager.cpp b/src/actionmanager.cpp --- a/src/actionmanager.cpp +++ b/src/actionmanager.cpp @@ -7,7 +7,7 @@ Copyright (C) 2004 Reinhold Kainhofer Copyright (c) 2005 Rafal Rzepecki Copyright (c) 2010-2019 Laurent Montel - Copyright (c) 2012 Allen Winter + Copyright (c) 2012-2019 Allen Winter This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -28,6 +28,7 @@ without including the source code for Qt in the source distribution. */ #include +#include "korganizer-version.h" #include "actionmanager.h" #include "akonadicollectionview.h" #include "calendaradaptor.h" @@ -1184,6 +1185,11 @@ void ActionManager::downloadNewStuff() { + QCoreApplication::setApplicationName(QStringLiteral("korganizer")); + QCoreApplication::setApplicationVersion(QStringLiteral(KORGANIZER_VERSION)); + QCoreApplication::setOrganizationDomain(QStringLiteral("kde.org")); + QApplication::setApplicationDisplayName(i18n("KOrganizer")); + QPointer dialog = new KNS3::DownloadDialog(mCalendarView); dialog->exec(); const auto installedEntries = dialog->installedEntries(); diff --git a/src/data/korganizer.knsrc b/src/data/korganizer.knsrc --- a/src/data/korganizer.knsrc +++ b/src/data/korganizer.knsrc @@ -21,6 +21,6 @@ Name[uk]=Календар KOrganizer Name[x-test]=xxKOrganizer Calendarxx Name[zh_TW]=KOrganizer 行事曆 -ProvidersUrl=https://autoconfig.kde.org/ocs/providers.xml Categories=KOrganizer Calendar TargetDir=korganizer +Uncompress=archive