-
Notifications
You must be signed in to change notification settings - Fork 103
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
Release 2.18.2 #3603
Release 2.18.2 #3603
Conversation
Saviq
commented
Sep 19, 2024
•
edited
Loading
edited
Fix some dubious assumption in DefaultInputDeviceHub. Fixes: #3601
We should also consider these for cherry-pick: |
Done. |
I've run through the things that should be fixed. I think we can mark this ready |
I'm just looking into the last issue floating about (X11 dialog sizing). |
That seems to be a problem with |
Fixes x11-kiosk crash when running on `mir:wayland` (It looks like any use if the `mir:wayland` platform would fail)
b1c5650
to
633c9e8
Compare
…ning on the wayland platform (#3614) ## What's new? - Added the `--wayland-surface-app-id=<APP_ID>` option for the wayland platform that, when set, will call [xdg_top_level::set_app_id](https://wayland.app/protocols/xdg-shell#xdg_toplevel:request:set_app_id) with the value `APP_ID` - Added the `--wayland-surface-title=<TITLE>` option for the wayland platform that, when set, will call [xdg_top_level::set_title](https://wayland.app/protocols/xdg-shell#xdg_toplevel:request:set_title) with the value `TITLE`
51cf450
to
24a3a18
Compare
These are some self-created simple crafted logos for miral-shell to replace the usage of the Ubuntu logo to make Mir examples easier to ship. Thanks @Conan-Kudo!
Enhancements: . Allow to specify an app id for when running on the wayland platform #3614 Bugs fixed: . SIGSEGV on input device disconnection #3601 . Frame fails to enforce fullscreen on wpe-webkit-mir-kiosk #3600 . Chromium unmaximises when focus is lost #3592 . Apps constantly resizing #3573 . Our fork/exec spawning is unsafe #3494 . Revert "Fix random leak" #3609 . Smoke tests are failing #3610
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Legit