Stop setting XCURSOR_THEME and XCURSOR_SIZE envvars
This commit is contained in:
parent
2d7bd94f16
commit
0edf264947
1 changed files with 0 additions and 3 deletions
|
@ -164,9 +164,6 @@ void Cursor::slotKGlobalSettingsNotifyChange(int type, int arg)
|
|||
if (type == 5 /*CursorChanged*/) {
|
||||
InputConfig::self()->inputConfig()->reparseConfiguration();
|
||||
loadThemeFromKConfig();
|
||||
// sync to environment
|
||||
qputenv("XCURSOR_THEME", m_themeName.toUtf8());
|
||||
qputenv("XCURSOR_SIZE", QByteArray::number(m_themeSize));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue