NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.32k stars 13.56k forks source link

VirtualBox not respond any mouse clik on entire menu & it window #309699

Open Anifyuli opened 4 months ago

Anifyuli commented 4 months ago

Describe the bug

Hi Mister, I found bugs in VirtualBox stable (23.11 now) and unstable channel with same bugs. It is if I click bottom menu in fullscreen view, it makes all of mouse/click input not respond by VirtualBox. I must kill it from proccess to close it or using keybind Host + H to force halt running VM. This bug affect on any apps if VM still running. I was disable VirtualBox keyboard capture option, but it not change anything

Steps To Reproduce

Steps to reproduce the behavior:

  1. Open a VM in VirtualBox
  2. Change VM window to fullscreen
  3. Click bottom menu (it position by default in bottom)
  4. Clicked menu (such as Help, View, etc) not showing it contents
  5. VirtualBox can't respond any click input to it in any menus

Expected behavior

This silly problems not appear and it can run flawlessly

Screenshots

Additional context

I wish it can solved soon as possible. You can check my applied configs here

Notify maintainers

@NixOS/VirtualBox @svanderburg

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

anifyuli@ThinkPad-X280:~  
$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.1.90, NixOS, 23.11 (Tapir), 23.11.6827.383ffe076d9b`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.1`
 - channels(root): `"android-nixpkgs, home-manager-23.11.tar.gz, nixos-23.11, nixos-hardware, nixos-unstable"`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`

Add a :+1: reaction to issues you find important.

Atemo-C commented 4 months ago

Are you using GNOME on Wayland by any chance? I have had the same issue on a few Wayland compositors, and using Virtualbox in an X11 session or rootful Xwayland window partially solved the issue for me, as Virtualbox and Wayland do not always play nice together. Though, your issue could very well have a different source.

Anifyuli commented 4 months ago

Are you using GNOME on Wayland by any chance?

Yes, I'm using GNOME on Wayland

Atemo-C commented 4 months ago

Would there be any way for you to try it on an X11 GNOME session to see if the issue still persists?