force osk with user service

This commit is contained in:
UGA Innovation Factory
2025-12-08 20:30:44 +00:00
parent 03dc0f0ffb
commit 8c9b7844e3

View File

@@ -81,13 +81,13 @@
partOf = [ "chromium-kiosk.service" ];
serviceConfig = {
ExecStart = ''
/bin/bash -c ' \
/run/current-system/sw/bin/sleep 5; \
/run/current-system/sw/bin/dconf reset /org/gnome/desktop/a11y/applications/screen-keyboard-enabled
'
ExecStartPre = ''
/run/current-system/sw/bin/sleep 5
'';
Type = "exec";
ExecStart = ''
/run/current-system/sw/bin/dconf reset /org/gnome/desktop/a11y/applications/screen-keyboard-enabled
'';
Type = "simple";
};
};