Skip to content

[kfmclient] Fix startup id handling

Nicolas Fella requested to merge work/nico/kfm-startupid into master

KStartupInfo::currentStartupIdEnv can't work because QApplication reads and clears the relevant environment variable

Use QX11Info::nextStartupId, which actually works

Merge request reports