QubesOS / qubes-issues

The Qubes OS Project issue tracker
https://www.qubes-os.org/doc/issue-tracking/
532 stars 46 forks source link

Thunar stays in front but is click through after drag and drop #9403

Open Milchreismann opened 1 month ago

Milchreismann commented 1 month ago

Brief summary

In a qube, after dragging & dropping a file from the Thunar file explorer into the file explorer in VSCodium, the Thunar window stays on top, but becomes non-interactive, as clicking anywhere in the Thunar window registers in the VSCodium window below.

Steps to reproduce (in a qube)

  1. Install VSCodium
  2. Start VSCodium and open a directory in it
  3. Open a Thunar window and create a file
  4. Drag and drop the file from Thunar into the explorer part (on the left) in VSCodium (to copy it into the opened directory)

Actual behavior

The Thunar window now stays on top, but the clicks register in VSCodium.

Expected behavior

Either the Thunar window should not stay on top, or it should be clickable.

Qubes OS release

dom0:

Affected Qube:

Related issues

I found some focus related PRs like https://github.com/QubesOS/qubes-gui-agent-linux/pull/154 or https://github.com/QubesOS/qubes-gui-agent-linux/pull/169, so maybe the issue is known already, but their descriptions This resolves most focus-related issues and No description provided are not very informative.

andrewdavidwong commented 1 month ago

Possibly related: #1455, #3267