diff --git a/plasma-workspace-5.3.0-process-update-scripts-after-first-initialization.patch b/plasma-workspace-5.3.0-process-update-scripts-after-first-initialization.patch new file mode 100644 index 0000000..68a96fa --- /dev/null +++ b/plasma-workspace-5.3.0-process-update-scripts-after-first-initialization.patch @@ -0,0 +1,12 @@ +diff --git a/shell/shellcorona.cpp b/shell/shellcorona.cpp +index 4aff26e..864e78a 100644 +--- a/shell/shellcorona.cpp ++++ b/shell/shellcorona.cpp +@@ -306,6 +306,7 @@ void ShellCorona::load() + checkActivities(); + if (containments().isEmpty()) { + loadDefaultLayout(); ++ processUpdateScripts(); + } else { + processUpdateScripts(); + foreach(Plasma::Containment *containment, containments()) { diff --git a/plasma-workspace.spec b/plasma-workspace.spec index 6e111bc..e302adc 100644 --- a/plasma-workspace.spec +++ b/plasma-workspace.spec @@ -4,7 +4,7 @@ Name: plasma-workspace Version: 5.3.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Plasma workspace, applications and applets License: GPLv2+ URL: https://projects.kde.org/projects/kde/workspace/plasma-workspace @@ -27,6 +27,7 @@ Source12: metadata.desktop ## downstream Patches Patch10: plasma-workspace-5.3.0-konsole-in-contextmenu.patch Patch11: plasma-workspace-5.3.0-set-fedora-default-look-and-feel.patch +Patch12: plasma-workspace-5.3.0-process-update-scripts-after-first-initialization.patch ## upstreamable Patches @@ -317,6 +318,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/{plasma-windowed,org %changelog +* Wed May 20 2015 Jan Grulich - 5.3.0-7 +- process update scripts after first initialization + * Tue May 19 2015 Jan Grulich - 5.3.0-6 - copy Breeze look-and-feel package also as Fedora Twenty Two look-and-feel package