]> cloud.milkyroute.net Git - dolphin.git/commit
DBus activation with filemanager iface
authorAndrey Butirsky <butirsky@gmail.com>
Fri, 20 Aug 2021 09:31:36 +0000 (12:31 +0300)
committerAndrey Butirsky <butirsky@gmail.com>
Wed, 25 Aug 2021 14:45:55 +0000 (14:45 +0000)
commit5e84fffd6ed97a173d7250e7563998ea5dc395a0
tree1d492707a72c48a1e729feef06f1fd8ee52fc2ba
parente76bf5cb18ca46a0adc84ead3801726814cf6fd3
DBus activation with filemanager iface

In Dolphin on wayland currently, if you right clicks a file and create a
zip file from it, Dolphin makes a new window.
What we want to happen is Dolphin to focus the window we have with the
file selected.

This patches Dolphin's dbusinterface.cpp to call
KWindowSystem::setCurrentXdgActivationToken()
with the startupID
src/dbusinterface.cpp
src/global.cpp