Summary: | Launching a client when there's a fullscreen surface doesn't show the new client | ||
---|---|---|---|
Product: | Wayland | Reporter: | Emilio Pozuelo Monfort <pochu27> |
Component: | weston | Assignee: | Wayland bug list <wayland-bugs> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Emilio Pozuelo Monfort
2014-01-30 11:57:49 UTC
Another option is to take the "do not show a new window if there is a fullscreen window topmost" as the intended behavior, and instead fix the keyboard focus to stay on the fullscreen window. This could be useful when you are playing a game, and don't want even new top-level windows to interrupt you. Erm, I mean, "do not active or raise" instead of "show". I second this opinion : a fullscreen surface is generally displayed on purpose (games, homescreens, panels...), it would be disturbing to have it "challenged" by any random client or popup window. For the user to see what is going on behind, he can do "Mod-Tab" as a last resort e.g.. Normal applications won't be able to pop up and interrupt your fullscreen window, but if you launch a new application, our behavior is to display it on top off all apps, as if you alt-tabbed to it. This is what most window managers do, as far as I know. It boils down to just calling lower_fullscreen_layer() first thing in activate(): commit 6110d077772b2af0ac4701c4ac4620d4e1ad59f7 Author: Kristian Høgsberg <krh@bitplanet.net> Date: Tue Apr 29 15:15:45 2014 -0700 desktop-shell: Raise new windows over fullscreen apps Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=74219 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.