You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.1 KiB
31 lines
1.1 KiB
diff --git a/kcms/keyboard/kcminputrc_fix_botched_5_21_0.py b/kcms/keyboard/kcminputrc_fix_botched_5_21_0.py
|
|
index 56a8d7d..0aec9e3 100755
|
|
--- a/kcms/keyboard/kcminputrc_fix_botched_5_21_0.py
|
|
+++ b/kcms/keyboard/kcminputrc_fix_botched_5_21_0.py
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python
|
|
+#!/usr/bin/python3
|
|
#
|
|
# SPDX-FileCopyrightText: 2021 Carson Black <uhhadd@gmail.com>
|
|
#
|
|
diff --git a/kcms/keyboard/kcminputrc_migrate_repeat_value.py b/kcms/keyboard/kcminputrc_migrate_repeat_value.py
|
|
index 6515cff..8016e60 100755
|
|
--- a/kcms/keyboard/kcminputrc_migrate_repeat_value.py
|
|
+++ b/kcms/keyboard/kcminputrc_migrate_repeat_value.py
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python
|
|
+#!/usr/bin/python3
|
|
import sys
|
|
|
|
for line in sys.stdin:
|
|
diff --git a/kcms/ksmserver/kconf_update/ksmserver_update_loginMode_value.py b/kcms/ksmserver/kconf_update/ksmserver_update_loginMode_value.py
|
|
index a019986..cec9c78 100644
|
|
--- a/kcms/ksmserver/kconf_update/ksmserver_update_loginMode_value.py
|
|
+++ b/kcms/ksmserver/kconf_update/ksmserver_update_loginMode_value.py
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python3
|
|
+#!/usr/bin/python3
|
|
import fileinput
|
|
|
|
for line in fileinput.input():
|