aboutsummaryrefslogtreecommitdiff
path: root/x11/plasma5-plasma-desktop/files
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2020-02-12 13:12:31 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2020-02-12 13:12:31 +0000
commita660d3b3e20ad7a551671bb2dec4555cd2e40619 (patch)
tree3c1b2c04c2133a48d6c907407f8db108eac720f5 /x11/plasma5-plasma-desktop/files
parentdf03e0f6ae7d9e9d98cac949cef9d2660501d7fd (diff)
downloadports-a660d3b3e20ad7a551671bb2dec4555cd2e40619.tar.gz
ports-a660d3b3e20ad7a551671bb2dec4555cd2e40619.zip
Post-release hotfix for x11/plasma5-plasma-desktop
The "lock/unlock widgets" feature is now hidden in Plasma (it used to be a big obvious thing, using up screen real-estate). They are now unlocked by default, but if a user had locked them in 5.17, and upgrades to 5.18, there's no way to unlock. Upstream bug: https://bugs.kde.org/show_bug.cgi?id=417424 We just import the same patch (an extra .js file to run during update -- this is handled by Plasma itself).
Notes
Notes: svn path=/head/; revision=525908
Diffstat (limited to 'x11/plasma5-plasma-desktop/files')
-rw-r--r--x11/plasma5-plasma-desktop/files/patch-desktoppackage_contents_updates_unlock_widgets.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/x11/plasma5-plasma-desktop/files/patch-desktoppackage_contents_updates_unlock_widgets.js b/x11/plasma5-plasma-desktop/files/patch-desktoppackage_contents_updates_unlock_widgets.js
new file mode 100644
index 000000000000..595a7346b7b9
--- /dev/null
+++ b/x11/plasma5-plasma-desktop/files/patch-desktoppackage_contents_updates_unlock_widgets.js
@@ -0,0 +1,8 @@
+diff --git desktoppackage/contents/updates/unlock_widgets.js desktoppackage/contents/updates/unlock_widgets.js
+new file mode 100644
+index 000000000..c3322704b
+--- /dev/null
++++ desktoppackage/contents/updates/unlock_widgets.js
+@@ -0,0 +1,2 @@
++
++__AppInterface.locked = false;