Gsettings

From IoWiki
Revision as of 04:49, 3 July 2023 by Maia (talk | contribs) (Add MATE required-components)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Important gsettings values, mostly for Callisto Desktop.

org.mate.pluma.show-single-tab

  • Value: false
    • Do not show a tab bar in Pluma when there is a "single tab" (aka no tabs). This should be the state at all times.
  • TODO: Patch Pluma to prevent the creation of tabbed document windows, and the existence of empty container windows with no open documents.

org.mate.session.required-components

Setting the below value to an empty string configures MATE not to launch a panel. Callisto Desktop uses an FvwmButtonBar that does most of what mate-panel does.

gsettings set org.mate.session.required-components panel ''

Theoretically, setting the windowmanager key to 'fvwm' from the default 'marco' should replace the MATE window manager with FVWM, but it does not work:

gsettings set org.mate.session.required-components windowmanager 'fvwm'

Instead, we add an fvwm --replace startup application entry.