VirtualBox

Ignore:
Timestamp:
May 27, 2020 1:33:38 PM (5 years ago)
Author:
vboxsync
Message:

bugref:9637. Adding the crm client to GA installation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp

    r84479 r84561  
    687687    if (isXwayland())
    688688    {
    689         VBClLogFatalError("The parent session seems to be non-X11. Exiting...\n");
    690         VBClLogInfo("This service needs X display server for resizing and multi monitor handling to work\n");
     689        VBClLogInfo("The parent session seems to be running on Wayland. Starting DRM client\n");
     690        char* argv[] = {NULL};
     691        char* env[] = {NULL};
     692        execve("./VBoxDRMClient", argv, env);
     693        perror("Could not start the DRM Client.");
    691694        return false;
    692695    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette