Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/accessibility/onboard/files/patch-scripts_sokSettings.py
46590 views
1
--- scripts/sokSettings.py.orig 2025-07-03 16:13:44 UTC
2
+++ scripts/sokSettings.py
3
@@ -16,7 +16,7 @@
4
# You should have received a copy of the GNU General Public License
5
# along with this program. If not, see <http://www.gnu.org/licenses/>.
6
7
-PYTHON_EXECUTABLE = "python3"
8
+PYTHON_EXECUTABLE = "%%PYTHON_CMD%%"
9
10
from gi.repository import GLib
11
12
13