mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-27 14:54:14 +00:00
The next commit fixes a bug which was causing gtk_application_get_accels_for_action() in virt_viewer_update_smartcard_accels() to incorrectly return nothing. Now that it is correctly working, gtk_application_get_accels_for_action() is internally trying to call gdk_keymap_get_for_display(), which fails if there is no available X11 display. This causes the CI pipeline to fail since the CI pipeline doesn't have an X11 display. To work around this, disable the smartcard hotkey test. Signed-off-by: Paul Donohue <git@PaulSD.com> |
||
|---|---|---|
| .. | ||
| meson.build | ||
| redirect-test.c | ||
| test-hotkeys.c | ||
| test-monitor-alignment.c | ||
| test-monitor-mapping.c | ||
| test-version-compare.c | ||