https://bugzilla.xfce.org/show_bug.cgi?id=15891
--- Comment #4 from Robby Workman <[email protected]> --- Yep, from inside Thunar itself, the unlock operation doesn't seem to go through gvfs. Either way, this is related to xfwm4. After a bit of testing to narrow down where in 4.13.0-->4.14.0 this went sideways (between 4.13.1 and 4.13.2), I did a git bisect and found this: fa9517eae823e35d0c85276b2d0c31beede5022f is the first bad commit commit fa9517eae823e35d0c85276b2d0c31beede5022f Author: Olivier Fourdan <[email protected]> Date: Fri Apr 19 23:16:40 2019 +0200 stacking: Raise all transients together Bug 15303 Xfwm4 would raise the transients of a given window along with the parent window, to keep the transients above their parents, but would not raise the parents along with the transient windows. Rework the stacking code to raise the deepest parent of a transient being raised so that all parents window of a transient get raised along with it. src/client.c | 8 +- src/stacking.c | 373 +++++++++++++++++++++++++++++-------------------------- src/transients.c | 68 ++++++---- 3 files changed, 241 insertions(+), 208 deletions(-) -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
