From 1da140c5e95d382dfe60d6a80ef28d18afbabe06 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Thu, 9 Jul 2026 15:19:30 -0400 Subject: panel: Move to a model where panel objects are all packed Instead of positioning objects on specific positions on panels, we pack them all either at the start or the end. This simplifies things a lot, and helps keep clean panels. Note that adding/moving objects is broken right now. For backward compatibility the old position key is still read and used as a fallback. Backported from https://gitlab.gnome.org/GNOME/gnome-panel/-/commit/6db6be277 --- data/org.mate.panel.object.gschema.xml.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data') diff --git a/data/org.mate.panel.object.gschema.xml.in b/data/org.mate.panel.object.gschema.xml.in index b5cc6ae7..1af53d89 100644 --- a/data/org.mate.panel.object.gschema.xml.in +++ b/data/org.mate.panel.object.gschema.xml.in @@ -15,6 +15,11 @@ Interpret position relative to bottom/right edge If set to 'end', the position of the object is interpreted relative to the right (or bottom if vertical) edge of the panel. + + 0 + Object's position on the panel + The position of this panel object. The position is specified by the number of pixels from the left (or top if vertical) panel edge. + 0 Object's position on the panel (deprecated) -- cgit v1.2.1