Signed-off-by: Edmund Raile
---
I'd like to report an issue with GTK UI and suggest a solution for it.
When entering full-screen, the tabs and menu_bar need to be hidden.
Currently, gd_menu_full_screen() does all of this in-line but since
GTK operates asynchronously, this results in:
* a
: d11ebe2ca257 ("ui/gtk: add clipboard support")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1150
Signed-off-by: Edmund Raile
---
Gitlab user kolAflash is to credit for determining that the main issue
of the QEMU-UI-GTK clipboard is the call to the blockin
: d11ebe2ca257 ("ui/gtk: add clipboard support")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1150
Signed-off-by: Edmund Raile
---
Gitlab user kolAflash is to credit for determining that the main issue
of the QEMU-UI-GTK clipboard is the call to the blockin
: d11ebe2ca257 ("ui/gtk: add clipboard support")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1150
Signed-off-by: Edmund Raile
---
Gitlab user kolAflash is to credit for determining that the main issue
of the QEMU-UI-GTK clipboard is the call to the blockin
Hi,
I can confirm that the patch indeed fixes the issue.
Kind regards,
Edmund Raile
Tested-by: Edmund Raile
ead instead of replying to my first one.
Hopefully I'll get it right this time.
Kind regards,
Edmund Raile
Signed-off-by: Edmund Raile
---
include/ui/clipboard.h | 2 ++
ui/gtk-clipboard.c | 34 --
2 files changed, 22 insertions(+), 14 deletions(-)
dif