From 53af330d8f3eac5baf8d16a1104fd573b027bcd5 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Mon, 27 Jan 2020 15:39:00 +0100 Subject: [PATCH] Fix kwin.upd not running if python 2 not installed Summary: If the listed interpreter does not exist, kconf_update skips the update. The update script uses python3, so declare that properly. Test Plan: Saw the error by accident, it's gone now. Reviewers: #plasma, zzag Reviewed By: #plasma, zzag Subscribers: kwin, plasma-devel Tags: #kwin Differential Revision: https://phabricator.kde.org/D26942 --- kconf_update/kwin.upd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kconf_update/kwin.upd b/kconf_update/kwin.upd index 7072156c43..e44f1cf2c9 100644 --- a/kconf_update/kwin.upd +++ b/kconf_update/kwin.upd @@ -36,4 +36,4 @@ Script=kwin-5.16-auto-bordersize.sh,sh Id=animation-speed File=kwinrc,kdeglobals Group=Compositing,KDE -Script=kwin-5.18-move-animspeed.py,python +Script=kwin-5.18-move-animspeed.py,python3