Changes between Initial Version and Version 1 of Ticket #21955, comment 29
- Timestamp:
- Aug 5, 2024 8:21:26 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21955, comment 29
initial v1 1 1 Easiest workaround until a real VirtualBox fix has been released by VirtualBox is to switch Ubuntu guest from Wayland to X11 as follows: 2 2 3 ``` 3 {{{ 4 4 Edit /etc/gdm3/custom.conf as root 5 5 Uncomment line: WaylandEnable=false 6 ``` 6 }}}