Gsettings: Difference between revisions
Jump to navigation
Jump to search
(Created, with first entry for hiding the Pluma tab bar.) |
(Add MATE required-components) |
||
Line 6: | Line 6: | ||
** 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. | ** 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. | * '''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. | |||
{{code|inline=y|lang=bash|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: | |||
{{code|inline=y|lang=bash|gsettings set org.mate.session.required-components windowmanager 'fvwm'}} | |||
Instead, we add an {{code|inline=y|lang=bash|fvwm --replace}} startup application entry. |
Latest revision as of 04:49, 3 July 2023
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
startup application entry.
fvwm --replace