keyboard: Add debug message when launching keyboard previewer

See
https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1892
This commit is contained in:
Felipe Borges 2023-09-08 10:56:59 +02:00
parent bb8c08221c
commit 48d9256a3c

View file

@ -246,6 +246,7 @@ row_layout_cb (CcInputListBox *self,
commandline = g_strdup_printf (KEYBOARD_PREVIEWER_EXEC " %s",
layout);
g_debug ("Launching keyboard previewer with command line: '%s'\n", commandline);
g_spawn_command_line_async (commandline, NULL);
}