~mate-desktop/mate-desktop/+git/marco:remove-image-menu

Last commit made on 2023-01-31
Get this branch:
git clone -b remove-image-menu https://git.launchpad.net/~mate-desktop/mate-desktop/+git/marco

Branch merges

Branch information

Name:
remove-image-menu
Repository:
lp:~mate-desktop/mate-desktop/+git/marco

Recent commits

b0ac9b7... by zhuyaliang <15132211195@163.com>

Replace deprecated API and remove compilation warnings

dcd5d21... by Joakim Tjernlund <email address hidden>

Test if XResQueryClientIds() is available before using it.

Needed for X2Go as it does not have XRES 1.2 extension.

81ca712... by Joakim Tjernlund <email address hidden>

Test Xres 1.2 is present

Before using any Xres extension one must call XResQueryExtension()
Also make sure Xres 1.2 is available as marco need XResQueryClientIds()

0f7a8c6... by Joakim Tjernlund <email address hidden>

test return value from XResQueryClientIds()

14ca155... by mbkma <email address hidden>

release 1.27.0

ec34b92... by mbkma <email address hidden>

tx: sync with transifex

2540175... by =?utf-8?q?Jan_Novotn=C3=BD?= <email address hidden>

replace _NET_WM_PID with XResGetClientPid (#741)

window-props: use XResQueryClientIds to get pid

_NET_WM_PID is unreliable! It can be faked or pid might be from
different namespace. Ignore _NET_WM_PID and use XResQueryClientIds
to get pid.

https://gitlab.gnome.org/GNOME/metacity/-/commit/bcbe966511362a8eb8c8c64035ab160086c931f8

db228e2... by Balazs Endresz

Always bring into foreground the previous window after closing one

When opening and then closing certain applications
the focus was correctly regained by the previous window
but it wasn't brought into the foreground.

To fix this we call meta_workspace_focus_default_window() for both NotifyDetailNone and NotifyPointerRoot.

These two are always mentioned together in the X docs:
https://tronche.com/gui/x/xlib/events/input-focus/normal-and-grabbed.html

Some programs will have NotifyDetailNone when closed, while others end up with NotifyPointerRoot.

af73122... by mbkma <email address hidden>

tx: update resource

5fb3351... by mbkma <email address hidden>

tx: migrate config file