diff options
Diffstat (limited to 'results/classifier/118/none/1186935')
| -rw-r--r-- | results/classifier/118/none/1186935 | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/results/classifier/118/none/1186935 b/results/classifier/118/none/1186935 new file mode 100644 index 00000000..892d39ba --- /dev/null +++ b/results/classifier/118/none/1186935 @@ -0,0 +1,63 @@ +graphic: 0.513 +device: 0.334 +semantic: 0.288 +user-level: 0.219 +x86: 0.187 +architecture: 0.117 +mistranslation: 0.087 +ppc: 0.073 +i386: 0.069 +socket: 0.058 +performance: 0.056 +PID: 0.053 +kernel: 0.052 +boot: 0.052 +debug: 0.051 +register: 0.047 +assembly: 0.042 +arm: 0.039 +hypervisor: 0.037 +risc-v: 0.035 +network: 0.032 +virtual: 0.024 +vnc: 0.022 +permissions: 0.022 +TCG: 0.018 +peripherals: 0.017 +files: 0.015 +VMM: 0.008 +KVM: 0.006 + +[1.5] QEMU monitor gets overlapped by GTK menu bar + +The QEMU minitor gets partially hidden by the menu bar which was introduced in QEMU version 1.5.0. + +Steps to reproduce: + + 1. Run `qemu-system-x86_64` + 2. Press Ctrl + Alt + 2 (or use the menu bar) + 3. Observe that the monitor output is partially shown, without the "compat_monitor0 console" and "QEMU 1.5.0 monitor - type 'help' for more information" lines. + +Attached is a screenshot of `qemu-system-x86_64` and `qemu-system-x86_64 -display sdl`. + +Version: 1.5.0 +Distribution: Arch Linux 64-bit + + + +What version of gtk is this? + +gtk 3.8.2 + +This seems to be a bug when building against gtk3. + +When building against gtk 3.8.2: +- monitor text gets hidden behind menu bar +- a bar appears on the bottom, growing as the window is resized. When the contents overflows (a scrollbar appears), this bar is gone. + +Building against gtk 2.24.18 / vte 0.28.2 resolves the above issues. + +Can you still reproduce this issue with the latest version of QEMU / the latest version of gtk? + +[Expired for QEMU because there has been no activity for 60 days.] + |