Skip to content

Commit

Permalink
[ansible/venv] Enable virtual keyboard when Mark II or DevKit detected
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 19, 2024
1 parent dff974e commit bf6e0d5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ Environment="QT_QPA_EGLFS_HIDECURSOR=1"
Environment="QT_QPA_EGLFS_INTEGRATION=eglfs_kms"
Environment="QT_QPA_EGLFS_KMS_CONFIG=%h/.config/ovos-eglfs.json"
{% endif %}
{% if 'tas5806' in ovos_installer_i2c_devices %}
Environment="QT_IM_MODULE=qtvirtualkeyboard"
{% endif %}
WorkingDirectory=%h/.venvs/ovos
ExecStart=/usr/bin/{{ 'ovos-shell' if ovos_installer_display_server == "N/A" else 'ovos-gui-app' }}
ExecReload=/usr/bin/kill -s HUP $MAINPID
Expand Down

0 comments on commit bf6e0d5

Please sign in to comment.