VirtualBox

Changeset 108737 in vbox for trunk/src


Ignore:
Timestamp:
Mar 25, 2025 1:13:16 PM (3 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168162
Message:

Additions: Linux: vboxwl: Improve check for Plasma (on Wayland) DE, bugref:10194.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/vboxwl.cpp

    r106808 r108737  
    697697        /* Try to detect Plasma. */
    698698        const char *pcszDesktopSession = RTEnvGet(VBGH_ENV_DESKTOP_SESSION);
    699         if (RT_VALID_PTR(pcszDesktopSession) && RTStrIStr(pcszDesktopSession, "plasmawayland"))
     699        if (   RT_VALID_PTR(pcszDesktopSession)
     700            && (   RTStrIStr(pcszDesktopSession, "plasmawayland")
     701                || RTStrIStr(pcszDesktopSession, "plasma")))
    700702            fWayland = true;
    701703    }
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