We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad8aee commit 78ba536Copy full SHA for 78ba536
usr/libexec/helper-scripts/set-keyboard-layout.sh
@@ -433,6 +433,7 @@ set_labwc_keymap() {
433
printf '%s\n' "$0: INFO: new '${labwc_config_path}' contents:" >&2
434
stcat "${labwc_config_path}" >&2
435
elif [ "${do_persist}" = 'false' ]; then
436
+ printf '%s\n' "$0: INFO: Non-persistent configuration done. To persist, use option: --persist" >&2
437
if ! safe-rm -- "${labwc_config_path}" ; then
438
printf '%s\n' "$0: ERROR: Cannot remove temporary labwc environment config '${labwc_config_path}'!" >&2
439
return 1
0 commit comments