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:
parent
bb8c08221c
commit
48d9256a3c
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue