]> cloud.milkyroute.net Git - dolphin.git/commit
Fix Wayland window activation when attaching to an existing instance
authorNicolas Fella <nicolas.fella@gmx.de>
Tue, 11 Oct 2022 19:21:09 +0000 (21:21 +0200)
committerNicolas Fella <nicolas.fella@gmx.de>
Fri, 14 Oct 2022 14:46:29 +0000 (14:46 +0000)
commit6c19e733673e24684707836fb2c9e0f45d1ac3f9
treef95d905c3e17a2d5e3acb55b9312d925506b77e2
parent354aba3c85c686bee8027e3ff84d1684c9a6c840
Fix Wayland window activation when attaching to an existing instance

The application launching Dolphin passes a token via the XDG_ACTIVATION_TOKEN environment variable

We need to pass that to the running instance so that it can use it to raise itself
src/dbusinterface.cpp
src/dolphinmainwindow.cpp
src/dolphinmainwindow.h
src/global.cpp
src/global.h
src/main.cpp