You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gnome-terminal does not have to be closed, and then started again for the settings to be used. gnome-terminal loads the settings directly. Example for both gsettings, or dconf:
Before:
After:
profile_key=$(gsettings get org.gnome.Terminal.ProfilesList default | sed -e "s/'//g" | tr -d "\n")
gsettings set org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:$profile_key/ use-theme-colors true
# Same result with dconf
dconf write /org/gnome/terminal/legacy/profiles:/:$profile_key/use-theme-colors true
mate-terminal expected behaviour
Settings cannot be reloaded from the interactive shell
In Trisquel 11, these settings keep the default font and increase its size from 10 to 12, and disable the default colors and switch to black to light yellow:
# Font: Increase font size to prevent eye straining
gsettings set org.mate.terminal.profile:/org/mate/terminal/profiles/default/ use-system-font true
gsettings set org.mate.terminal.profile:/org/mate/terminal/profiles/default/ font 'Monospace Regular 12'
# Background color: Use light-yellow background which is ideal to prevent eye straining
gsettings set org.mate.terminal.profile:/org/mate/terminal/profiles/default/ use-theme-colors false
The font-size and the background color is manipulated on the screenshot to show the expected behaviour (for example, the --reload option does not exist but is a proposed first solution if it's very difficult to make the settings take effect immediately like in gnome-terminal):
Themes can be reloaded from the interactive shell
Default mate-terminal in Ubuntu MATE 22.04
Themes can be loaded directly from the interactive shell, so mate-terminal does not have to be restarted:
Font configuration: General [tab] -> Deselect "Use the system fixed with font". Increase the font size from 10 to 12 (see screenshot)
Background color: Color [tab] -> "Use colors from system theme" (uncheck) (see screenshot)
Example in Trisquel 11:
The interactive shell does not update the settings interactively
The corresponding commands for the GUI settings from the above section:
# Font: Increase font size to prevent eye straining
gsettings set org.mate.terminal.profile:/org/mate/terminal/profiles/default/ use-system-font true
gsettings set org.mate.terminal.profile:/org/mate/terminal/profiles/default/ font 'Monospace Regular 12'
# Background color: Use light-yellow background which is ideal to prevent eye straining
gsettings set org.mate.terminal.profile:/org/mate/terminal/profiles/default/ use-theme-colors false
However, the problem is that the settings are not applied immediately.
Example in Trisquel 11:
Steps to reproduce the behaviour
Steps added above to avoid sectional confusion, as examples to both the GUI and the interactive shell, are provided above.
MATE general version
1.26.0
Package version
1.26.0
Linux Distribution
Ubuntu MATE 22.04, Trisquel 11
Link to bugreport of your Distribution (requirement)
Not applicable as this is a feature request.
The text was updated successfully, but these errors were encountered:
davidhedlund
changed the title
Request: Option to reload settings
[Feature request]: Option to reload settings
Jul 18, 2023
davidhedlund
changed the title
[Feature request]: Option to reload settings
[Feature request]: Option to reload settings from the interactive shell
Jul 19, 2023
davidhedlund
changed the title
[Feature request]: Option to reload settings from the interactive shell
[Feature request]: Command line option to reload the settings
Jul 19, 2023
davidhedlund
changed the title
[Feature request]: Command line option to reload the settings
[Feature request]: Add a command line option that reloads the settings
Jul 19, 2023
davidhedlund
changed the title
[Feature request]: Add a command line option that reloads the settings
[Feature request]: Reload the settings when they are applied from the interactive shell like gnome-terminal
Jul 20, 2023
Common settings to prevent digital eye-straining:
Expected behaviour
gnome-terminal (reference)
gnome-terminal does not have to be closed, and then started again for the settings to be used. gnome-terminal loads the settings directly. Example for both gsettings, or dconf:
Before:
After:
mate-terminal expected behaviour
Settings cannot be reloaded from the interactive shell
In Trisquel 11, these settings keep the default font and increase its size from 10 to 12, and disable the default colors and switch to black to light yellow:
The font-size and the background color is manipulated on the screenshot to show the expected behaviour (for example, the --reload option does not exist but is a proposed first solution if it's very difficult to make the settings take effect immediately like in gnome-terminal):
Themes can be reloaded from the interactive shell
Default mate-terminal in Ubuntu MATE 22.04
Themes can be loaded directly from the interactive shell, so mate-terminal does not have to be restarted:
Actual behaviour
The GUI update the settings interactively
Edit -> Profile Preferences
Example in Trisquel 11:
The interactive shell does not update the settings interactively
The corresponding commands for the GUI settings from the above section:
However, the problem is that the settings are not applied immediately.
Example in Trisquel 11:
Steps to reproduce the behaviour
Steps added above to avoid sectional confusion, as examples to both the GUI and the interactive shell, are provided above.
MATE general version
1.26.0
Package version
1.26.0
Linux Distribution
Ubuntu MATE 22.04, Trisquel 11
Link to bugreport of your Distribution (requirement)
Not applicable as this is a feature request.
The text was updated successfully, but these errors were encountered: