We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 420fbea commit cee2382Copy full SHA for cee2382
1 file changed
src/dde-session/environmentsmanager.cpp
@@ -92,6 +92,7 @@ void EnvironmentsManager::createGeneralEnvironments()
92
} else if (sessionType == "wayland") {
93
m_envMap.insert("QT_QPA_PLATFORM", "wayland");
94
m_envMap.insert("QT_WAYLAND_SHELL_INTEGRATION", "xdg-shell;wl-shell;ivi-shell;qt-shell;");
95
+ m_envMap.insert("XCURSOR_SIZE", "24");
96
}
97
98
0 commit comments