mate-desktop / mate-panel

MATE panel
https://mate-desktop.org
GNU General Public License v2.0
185 stars 118 forks source link

Update org.mate.panel.object schema descriptions #1394

Closed cwendling closed 1 year ago

cwendling commented 1 year ago

It was listing outdated values, and missing new ones.

Fixes #1132.

lukefromdc commented 1 year ago

Would be good to get another review as the older version of dconf-editor I use doesn't find the panel objects schema at all.

cwendling commented 1 year ago

@lukefromdc you can also show the schema description using gsettings describe:

$ gsettings describe org.mate.panel.object:/org/mate/panel/objects/notification-area/ action-type
The action type this button represents. Possible values are 'none', 'lock', 'logout', 'run', 'search', 'force-quit', 'connect-server' and 'shutdown'. This key is only relevant if the object-type key is 'action'.
lukefromdc commented 1 year ago

The action type this button represents. Possible values are 'none', 'lock', 'logout', 'run', 'search', 'force-quit', 'connect-server' and 'shutdown'. This key is only relevant if the object-type key is 'action'.