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 c713972 commit f75060eCopy full SHA for f75060e
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