summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/761.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
commit4b927bc37359dec23f67d3427fc982945f24f404 (patch)
tree245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/761.toml
parentaa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff)
downloademulator-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/761.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/761.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/761.toml b/gitlab/issues/target_missing/host_missing/accel_missing/761.toml
new file mode 100644
index 00000000..601c9261
--- /dev/null
+++ b/gitlab/issues/target_missing/host_missing/accel_missing/761.toml
@@ -0,0 +1,20 @@
+id = 761
+title = "With -display gtk,gl=on, the position of mouse does not show correctly"
+state = "opened"
+created_at = "2021-12-05T10:35:13.162Z"
+closed_at = "n/a"
+labels = ["GUI"]
+url = "https://gitlab.com/qemu-project/qemu/-/issues/761"
+host-os = "Ubuntu 20.04"
+host-arch = "x86 64-bit"
+qemu-version = "6.2.92"
+guest-os = "Ubuntu 20.04"
+guest-arch = "x86 64 bit"
+description = """With `-display gtk,gl=on`, the cursor of the mouse does not show correctly. So, it's very hard to use mouse on guest OS desktop to, say, open an application or to close it. The displayed mouse cursor is about 300x300 away from the actual mouse position."""
+reproduce = """1. Build qemu 6.2.0-rc2 using the following `./configure` options:
+```
+--prefix=$HOME/.bin --target-list=x86_64-softmmu --enable-kvm --enable-vnc --enable-gtk --enable-vte --enable-xkbcommon --enable-sdl --enable-spice --enable-spice-protocol --enable-virglrenderer --enable-opengl --enable-guest-agent --enable-avx2 --enable-hax --enable-system --enable-linux-user --enable-libssh --enable-linux-aio --enable-linux-io-uring --enable-modules --enable-fuse --enable-fuse-lseek
+```
+2. Run the above QEMU command with `-display gtk,gl=on`.
+3. Try to open an application by clicking its icon on desktop and to close it by clicking the "X" icon."""
+additional = """"""