Home GnuPG

Drop no-op call to KWindowSystem::allowExternalProcessWindowActivation

Description

Drop no-op call to KWindowSystem::allowExternalProcessWindowActivation

It doesn't do anything

Details

Provenance
mlaurentAuthored on Feb 10 2023, 7:01 AM
Parents
rKLEOPATRA19dedbdc4a7d: GIT_SILENT Sync po/docbooks with svn
Branches
Unknown
Tags
Unknown

Event Timeline

This did

AllowSetForegroundWindow(pid == -1 ? ASFW_ANY : pid);

on Windows.

https://invent.kde.org/frameworks/kwindowsystem/-/merge_requests/99 claims that the window activation code was broken on Windows since years. We may have to implement a working solution ourselves (and can then probably upstream it).