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
This commit is contained in:
parent
bc0fbf137d
commit
53af330d8f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue