https://bugs.kde.org/show_bug.cgi?id=503286
--- Comment #4 from Frederick Zhang <frederick...@tsundere.moe> --- Created attachment 180675 --> https://bugs.kde.org/attachment.cgi?id=180675&action=edit Screen recording of tooltip above System Monitor under X11 > I'm also not able to reproduce this on git-master with a keybind I can very > quickly use for Present Windows. Well, I wouldn't be surprised if it's only caused by some weird setup of mine. Though to make sure there was no miscommunication, I uploaded a screen recoding of this issue. (Pardon my terrible editing skills lol.) Here's also a script I managed to put together to reproduce it under X11: #!/usr/bin/env bash # Open Thunderbird and System Monitor first # Make sure Thunderbird is visible, and System Monitor overlaps with Thunderbird when brought into foreground thunderbird_window_id="$(xdotool search --sync --onlyvisible --name Thunderbird)" xdotool windowactivate --sync "$thunderbird_window_id" # Adjust based on height of Thunderbird message list pane xdotool mousemove --window "$thunderbird_window_id" --polar 0 200 # The delay has to be around 0.4-0.5 # Apparently it won't happen if it's too short either, and it can even trigger some weird Thunderbird shortcuts when set to 0.1. sleep 0.5 xdotool key Ctrl+F10 xdotool type 'system monitor' xdotool key Enter -- You are receiving this mail because: You are watching all bug changes.