https://bugs.kde.org/show_bug.cgi?id=411681

Valerii Malov <jazzv...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jazzv...@gmail.com
             Status|REPORTED                    |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #11 from Valerii Malov <jazzv...@gmail.com> ---
I've looked into Yakuake code, if the target screen is not fixed, it checks
global cursor position to determine where to open the console.

This relies on QCursor::pos(), which is explicitly unavailable on Wayland (see
https://community.kde.org/Guidelines_and_HOWTOs/Wayland_Porting_Notes#Drop_Menus).
It constantly returns (0,0) so yakuake picks top left screen. I cannot find an
alternative API to this, I assume wayland clients are not supposed to have
access to global cursor position :/

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

Reply via email to