Opened 9 years ago
Closed 9 years ago
#15099 closed defect (worksforme)
Right mouse click is handled too aggressively?
| Reported by: | Erix A. | Owned by: | |
|---|---|---|---|
| Component: | other | Version: | VirtualBox 5.0.14 |
| Keywords: | Cc: | ||
| Guest type: | other | Host type: | other |
Description
Hi,
I'm using RBtray(http://sourceforge.net/projects/rbtray) which allows me to hide programs to system tray. It works pretty much with all programs and used to work with VirtualBox (version, which still works is VirtualBox-4.1.32-92798-Win, an maybe some newer ones as well), but new VirtualBox builds do not work with it anymore. When I right click on minimize button of the main VirtualBox window, I get a system menu, which prevents (I think so) rbtray to kick in. On older versions, where it worked, right clocking on minimize button hide VirtualBox window in system tray. Would be very nice if this got fixed. RBtray comes with full source, so it's easier for you to check what's going on.
Change History (3)
comment:2 by , 9 years ago
Hmm. It looks like just signing the dll is not enough. I signed it with my code certificate and it's still being rejected. Then I copied it to system32 and then it worked. Anyway, you can close this ticket.
comment:3 by , 9 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
Thank you for the information.


The VirtualBox process hardening prevents loading unsigned dlls into the VirtualBox process. So it's normal. You can look for RBtray's dll being mentiond in your VM's VBoxHardening.log log file.