VirtualBox

Changeset 84561 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
May 27, 2020 1:33:38 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
138291
Message:

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

Location:
trunk/src/VBox/Additions
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/Makefile.kmk

    r82968 r84561  
    115115VBOX_LNX_ADD_STRIP_BIN += \
    116116        VBoxControl \
     117        VBoxDRMClient \
    117118        VBoxClient
    118119
  • 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.

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