Skip to content

Commit 01011e1

Browse files
committed
It was renamed as kpackagetool6
1 parent 0c7611e commit 01011e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

completions/plasmashell.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function _plasma_list_packages() {
1212
# (@) array Expansion Flags are needed because we need to operate on each element separately.
1313
packages=( ${(f)"$(
1414
_call_program plasma-list-packages \
15-
kpackagetool5 --type "$type" --list --global
15+
kpackagetool6 --type "$type" --list --global
1616
)"} )
1717
# First line is an output header, it contains path where plugins are probed.
1818
global_dir="${${${packages[1]}##* in }%/}"

kcms/desktoptheme/kcm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ void KCMDesktopTheme::installTheme(const QString &path)
132132
{
133133
qCDebug(KCM_DESKTOP_THEME) << "Installing ... " << path;
134134

135-
const QString program = QStringLiteral("kpackagetool5");
135+
const QString program = QStringLiteral("kpackagetool6");
136136
const QStringList arguments = {QStringLiteral("--type"), QStringLiteral("Plasma/Theme"), QStringLiteral("--install"), path};
137137

138138
qCDebug(KCM_DESKTOP_THEME) << program << arguments.join(QLatin1Char(' '));

0 commit comments

Comments
 (0)