42e120f87d
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 <nxjoseph@freebsd.org>: 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
12 lines
349 B
Python
12 lines
349 B
Python
--- 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 <http://www.gnu.org/licenses/>.
|
|
|
|
-PYTHON_EXECUTABLE = "python3"
|
|
+PYTHON_EXECUTABLE = "%%PYTHON_CMD%%"
|
|
|
|
from gi.repository import GLib
|
|
|