[kde-cli-tools] [Bug 446199] kstart5 ignores --desktop option

2022-02-15 Thread Dave D.
https://bugs.kde.org/show_bug.cgi?id=446199

Dave D.  changed:

   What|Removed |Added

 CC||davewithh...@hotmail.com

--- Comment #1 from Dave D.  ---
Still shows in 5.23.5.  Looking at the source (Fedora 35, source RPM,
kde-cli-tools-5.23.5-1.fc35), the line that sends the message fails:

 KXMessages::broadcastMessage("_KDE_NET_WM_TEMPORARY_RULES", message, -1);

Message being sent:

types=33
desktop=2
desktoprule=3

-- 
You are receiving this mail because:
You are watching all bug changes.

[kde-cli-tools] [Bug 446199] kstart5 ignores --desktop option

2022-02-15 Thread Dave D.
https://bugs.kde.org/show_bug.cgi?id=446199

--- Comment #2 from Dave D.  ---
Forgot to mention:  using X11, same behaviour in Wayland but signal/slot
architecture:

connect(KWindowSystem::self(), &KWindowSystem::windowAdded, this,
&KStart::windowAdded);

but KStart::windowAdded(WId w) is never called.

-- 
You are receiving this mail because:
You are watching all bug changes.