X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/3d05be40f2fdf308734dce12060b423fa37ad0b4..8bc63893bb00cb138a38965c9e268b1d2433ed37:/src/main.cpp diff --git a/src/main.cpp b/src/main.cpp index 5ddef13d4..4a346943b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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();