]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/main.cpp
Don't unset XDG_ACTIVATION_TOKEN manually
[dolphin.git] / src / main.cpp
index 5ddef13d4dd670bd6956a2ca68f6c43eca6d59ca..4a346943b112da7c4133ec6c93c9e5e08602de25 100644 (file)
@@ -187,7 +187,6 @@ int main(int argc, char **argv)
         QString token;
         if (KWindowSystem::isPlatformWayland()) {
             token = qEnvironmentVariable("XDG_ACTIVATION_TOKEN");
-            qunsetenv("XDG_ACTIVATION_TOKEN");
         } else if (KWindowSystem::isPlatformX11()) {
 #if HAVE_X11
             token = QX11Info::nextStartupId();