From 42e120f87d591ca3e7ffed28377f352e6751f27d Mon Sep 17 00:00:00 2001 From: Olivier Duchateau Date: Mon, 23 Mar 2026 00:35:03 -0700 Subject: accessibility/onboard: new port Add accessibility/onboard On-screen Keyboard with macros, easy layout creation and word suggestion. This on-screen keyboard can be useful for tablet PC users, as well as for mobility impaired users. Apply patch from Yusuf Yaman : I have encountered a problem when trying to launch onboard-settings from the app itself and it had been solved by the diff below: Pet portlint and portclippy (truckman) PR: 291496 --- accessibility/onboard/files/patch-scripts_sokSettings.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 accessibility/onboard/files/patch-scripts_sokSettings.py (limited to 'accessibility/onboard/files/patch-scripts_sokSettings.py') diff --git a/accessibility/onboard/files/patch-scripts_sokSettings.py b/accessibility/onboard/files/patch-scripts_sokSettings.py new file mode 100644 index 000000000000..472ee57eab63 --- /dev/null +++ b/accessibility/onboard/files/patch-scripts_sokSettings.py @@ -0,0 +1,11 @@ +--- scripts/sokSettings.py.orig 2025-07-03 16:13:44 UTC ++++ scripts/sokSettings.py +@@ -16,7 +16,7 @@ + # You should have received a copy of the GNU General Public License + # along with this program. If not, see . + +-PYTHON_EXECUTABLE = "python3" ++PYTHON_EXECUTABLE = "%%PYTHON_CMD%%" + + from gi.repository import GLib + -- cgit v1.3