-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Qt demo apps are not fullscreened by miral-kiosk #449
Comments
This happens with both xdg-shell-v6 and wl-shell (i.e. MIR_DISABLE_XDG_SHELL_V6_UNSTABLE=on). In both cases I can see the |
In contrast, using miral-shell:
And then forcing maximized (Alt-F11) from the shell does work as expected. OTOH, the "tiling" window manager also fails to fullscreen the app:
|
450: Ensure resize configuration events are not superseded. (Fixes #449) r=wmww a=AlanGriffiths Note there are couple of racy wlcs tests this breaks: XdgToplevelV6Configuration.maximized_and_unmaximized XdgToplevelV6Configuration.fullscreened_and_restored These are fixed in: canonical/wlcs#58 Co-authored-by: Alan Griffiths <alan@octopull.co.uk> Co-authored-by: William Wold <william.wold@canonical.com>
450: Ensure resize configuration events are not superseded. (Fixes #449) r=wmww a=AlanGriffiths Note there are couple of racy wlcs tests this breaks: XdgToplevelV6Configuration.maximized_and_unmaximized XdgToplevelV6Configuration.fullscreened_and_restored These are fixed in: canonical/wlcs#58 Co-authored-by: Alan Griffiths <alan@octopull.co.uk>
450: Ensure resize configuration events are not superseded. (Fixes #449) r=wmww a=AlanGriffiths Note there are couple of racy wlcs tests this breaks: XdgToplevelV6Configuration.maximized_and_unmaximized XdgToplevelV6Configuration.fullscreened_and_restored These are fixed in: canonical/wlcs#58 Co-authored-by: Alan Griffiths <alan@octopull.co.uk>
462: Mir release 0.32.1 r=AlanGriffiths a=Saviq ### Enhancements: - [libmiral] Launcher for internal Wayland clients. (#410) - [miral-shell] Reinstate the "spinner" when starting miral-shell (re-implementing it in Wayland) ### Bugs fixed: - [mesa-kms] Select EGLConfig matching our GBM format. (#435) - [Wayland] Don't send output events that are not supported in the agreed protocol version. (#389) - [Wayland] Ensure resize configuration events are not superseded. (#449) Co-authored-by: Alan Griffiths <alan@octopull.co.uk>
(Running on 18.04, 16.04 has additional issues)
Expect: photoviewer appears fullscreen
Actual: photoviewer appears at top left of display
The text was updated successfully, but these errors were encountered: