diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/2947.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/2947.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/2947.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2947.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2947.toml new file mode 100644 index 00000000..3528c382 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/2947.toml @@ -0,0 +1,18 @@ +id = 2947 +title = "Tablet-like mouse under Linux guest even if no -device usb-tablet is specified" +state = "closed" +created_at = "2025-05-04T11:34:40.369Z" +closed_at = "2025-05-05T17:07:36.249Z" +labels = [] +url = "https://gitlab.com/qemu-project/qemu/-/issues/2947" +host-os = "Arch Linux" +host-arch = "x86_64" +qemu-version = "10.0.0" +guest-os = "Arch Linux" +guest-arch = "x86_64" +description = """Arch Linux guest has absolute mouse tracking even when there is `-nodefaults` and no -device usb-tablet is provided. The guest does not have qemu guest agent installed. This is the unwanted behavior. The expected behavior is that it has a separate mouse pointer under guest, like with Windows guest.""" +reproduce = """1. Install guest operating system +2. Install gnome metapackage and enable GDM +3. Reboot +4. GDM has absolute mouse tracking and the mouse gets captured automatically, without having to click on the window or pressing Ctrl+Alt+G""" +additional = """[journalctl](/uploads/356952b8e2454c98e76ad82b700c518e/journalctl)""" |