diff -Nru plymouth-kcm-5.19.4/CMakeLists.txt plymouth-kcm-5.19.5/CMakeLists.txt --- plymouth-kcm-5.19.4/CMakeLists.txt 2020-07-28 11:07:51.000000000 +0000 +++ plymouth-kcm-5.19.5/CMakeLists.txt 2020-09-01 10:41:58.000000000 +0000 @@ -18,7 +18,7 @@ ################# set KDE specific information ################# -set(PROJECT_VERSION "5.19.4") +set(PROJECT_VERSION "5.19.5") set(PROJECT_VERSION_MAJOR 5) find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE) diff -Nru plymouth-kcm-5.19.4/debian/changelog plymouth-kcm-5.19.5/debian/changelog --- plymouth-kcm-5.19.4/debian/changelog 2020-07-28 19:43:51.000000000 +0000 +++ plymouth-kcm-5.19.5/debian/changelog 2020-09-01 11:55:20.000000000 +0000 @@ -1,3 +1,9 @@ +plymouth-kcm (5.19.5-0ubuntu1) groovy; urgency=medium + + * New upstream release (5.19.5) + + -- Rik Mills Tue, 01 Sep 2020 12:55:20 +0100 + plymouth-kcm (5.19.4-0ubuntu1) groovy; urgency=medium * New upstream release (5.19.4) diff -Nru plymouth-kcm-5.19.4/po/ca/kcm_plymouth.po plymouth-kcm-5.19.5/po/ca/kcm_plymouth.po --- plymouth-kcm-5.19.4/po/ca/kcm_plymouth.po 2020-07-28 11:07:34.000000000 +0000 +++ plymouth-kcm-5.19.5/po/ca/kcm_plymouth.po 2020-09-01 10:41:41.000000000 +0000 @@ -1,17 +1,17 @@ # Translation of kcm_plymouth.po to Catalan -# Copyright (C) 2016-2019 This_file_is_part_of_KDE +# Copyright (C) 2016-2020 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # # Josep Ma. Ferrer , 2016, 2017, 2019. -# Antoni Bella Pérez , 2017. +# Antoni Bella Pérez , 2017, 2020. msgid "" msgstr "" "Project-Id-Version: kcm_plymouth\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-12-27 03:36+0100\n" -"PO-Revision-Date: 2019-08-02 18:04+0100\n" -"Last-Translator: Josep Ma. Ferrer \n" +"PO-Revision-Date: 2020-07-31 15:44+0200\n" +"Last-Translator: Antoni Bella Pérez \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" @@ -19,7 +19,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 20.04.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -94,7 +94,7 @@ #: kcm.cpp:140 #, kde-format msgid "Download New Boot Splash Screens" -msgstr "Descarrega pantalles de presentació noves d'inici" +msgstr "Descarrega pantalles de presentació d'inici noves" #: kcm.cpp:237 kcm.cpp:257 #, kde-format diff -Nru plymouth-kcm-5.19.4/po/zh_CN/kcm_plymouth.po plymouth-kcm-5.19.5/po/zh_CN/kcm_plymouth.po --- plymouth-kcm-5.19.4/po/zh_CN/kcm_plymouth.po 2020-07-28 11:07:51.000000000 +0000 +++ plymouth-kcm-5.19.5/po/zh_CN/kcm_plymouth.po 2020-09-01 10:41:58.000000000 +0000 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-12-27 03:36+0100\n" -"PO-Revision-Date: 2020-07-14 08:57\n" +"PO-Revision-Date: 2020-08-12 20:42\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru plymouth-kcm-5.19.4/src/helper.cpp plymouth-kcm-5.19.5/src/helper.cpp --- plymouth-kcm-5.19.4/src/helper.cpp 2020-07-28 11:07:31.000000000 +0000 +++ plymouth-kcm-5.19.5/src/helper.cpp 2020-09-01 10:41:37.000000000 +0000 @@ -67,7 +67,7 @@ QProcess checkProcess; QByteArray data; qDebug() << "Running update-alternatives --list default.plymouth now"; - checkProcess.start(QStringLiteral("update-alternatives --list default.plymouth"), QStringList()); + checkProcess.start(QStringLiteral("update-alternatives"), {QStringLiteral("--list"), QStringLiteral("default.plymouth")}); if (!checkProcess.waitForStarted()) { reply = ActionReply::BackendError; reply.setErrorDescription(i18n("Cannot start update-alternatives."));