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
master
Fabian Vogt 2020-01-27 15:39:00 +01:00
parent bc0fbf137d
commit 53af330d8f
1 changed files with 1 additions and 1 deletions

View File

@ -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