~mir-team/ubuntu-frame/+git/ubuntu-frame:core20

Last commit made on 2023-10-13
Get this branch:
git clone -b core20 https://git.launchpad.net/~mir-team/ubuntu-frame/+git/ubuntu-frame

Branch merges

Branch information

Recent commits

f4fb641... by Michał Sawicz

snap: this is sh…

dfbed35... by Alan Griffiths

Merge pull request #156 from MirServer/20-fix-daemon

snap: use `snapctl model` to determine if Classic

b0b452c... by Michał Sawicz

snap: use `snapctl model` to determine if Classic

d36434e... by Michał Sawicz

Merge pull request #152 from MirServer/worker-thread-does-the-work

Draw the background/diagnostic on the worker thread

47a6663... by Michał Sawicz

Merge pull request #150 from MirServer/fix-149

Calculated diagnostic width when using multibyte characters correctly

e4791cf... by Alan Griffiths

Fix OSK (#132)

The OSK appearing affects the layout of main app windows. But the checks for which windows to re-layout was affecting the OSK as well.

Visibly, the OSK was appearing at the top of the output

(cherry picked from commit 27e46daaf21f92ab091c3cf0f27b87f7a8c9c7e1)

1f44e80... by Michał Sawicz

ci: stick to `20/` track

7c5f852... by Alan Griffiths

Unblock clients with a racy `wayland-launch` script (#131)

Fixes: #130

ed3f595... by Alan Griffiths

Allow configuration to assign applications to outputs (#129)

Uses https://github.com/MirServer/mir/pull/2853 to associate surface titles with outputs and move those apps to those outputs

WIP as:

1. it won't build on edge without the Mir PR landing; and,
2. there's more to be done to support other ways to map apps to outputs

577dee8... by Alan Griffiths

Add a display-layout option (#126)

This allows the active display layout to switched without restarting Frame

requires https://github.com/MirServer/mir/pull/2832 to work