- Timestamp:
- Mar 25, 2025 1:13:16 PM (3 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168162
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/vboxwl.cpp
r106808 r108737 697 697 /* Try to detect Plasma. */ 698 698 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"))) 700 702 fWayland = true; 701 703 }
Note:
See TracChangeset
for help on using the changeset viewer.