~mate-desktop/mate-desktop/+git/marco:master

Last commit made on 2024-02-16
Get this branch:
git clone -b master https://git.launchpad.net/~mate-desktop/mate-desktop/+git/marco

Branch merges

Branch information

Name:
master
Repository:
lp:~mate-desktop/mate-desktop/+git/marco

Recent commits

59275bd... by raveit65

release 1.28.1

7c3a54e... by Bobby Rong

themes/eOS/meson.build: Install missing PNGs

Follow-up of 4a2a5dc092814bfe ("eOS theme: Add single button backgrounds")

Without this fix these PNGs are installed when using autotools but not using meson.

b21f748... by raveit65

release 1.28.0

35d3dc5... by raveit65

tx: sync with transifex

c6fb9cc... by "Lars R. Damerow" <email address hidden>

workspace: ignore not_this_one if not in current workspace

When the active workspace is changed, marco figures out which window
should get focus by calling `focus_ancestor_or_top_window`. In some
cases that call might include a window that should not get focus as
`not_this_one`.

When `not_this_one` refers to a window, the function will check to see
if it has a parent, and if it does, it will ignore the new workspace's
`mru_list` and will focus that parent window. However, it doesn't check
to see if the parent window is actually on the new workspace. If the
parent isn't on the new workspace, focusing it will drag it over,
including the transient window that was supposed to be ignored. This
isn't the result a user would likely expect, and is made more confusing
by the parent window being minimized, stuck that way until the user
switches to another workspace and back.

This change makes `focus_ancestor_or_top_window` ignore the
`not_this_one` window if it isn't on the new workspace's `mru_list`.
Instead it will just search the new workspace's `mru_list` for a window
to focus.

84be1dc... by raveit65

releases 1.27.1

78fa5f0... by raveit65

tx: sync with transifex

0259564... by raveit65

ci: use ubuntu jammy as docker

b87bed3... by Colomban Wendling

tabpopup: Use more contrasting background when not composited

When composited, the tab popup uses an OSD style which typically has a
dark background, so we use a light background highlight color.
However, when not composited the popup uses a light color and should
thus use a dark highlight. This was done for the workspace popup, but
not for the window one, leading to the highlight being hardly visible
in several themes.

22df555... by ns <email address hidden>

Allow applications to raise windows when raise_on_click is off.

This is Metacity commit 50358a95 ("Allow applications to raise windows
when raise_on_click is off. Closes #445447.") applied to Marco without
modification.

It also includes a change to the GSettings key's description to remove
the now obsolete warning on the raise-on-click key, & replaces it with
an actually useful description. This is copied from the equivalent key
in gsettings-desktop-schemas.

Fixes: https://github.com/mate-desktop/marco/issues/762