Term: Fix mate-terminal font

This commit is contained in:
Michael Straube 2017-08-17 09:59:32 +02:00
parent 9f83da7727
commit ae03a6c800
1 changed files with 1 additions and 2 deletions

View File

@ -1926,8 +1926,7 @@ get_term_font() {
rm -f "$mateterm_config"
mate_get() {
gsettings get org.mate.terminal.profile:\
/org/mate/terminal/profiles/"$1"/ "$2"
gsettings get org.mate.terminal.profile:/org/mate/terminal/profiles/"$1"/ "$2"
}
if [[ "$(mate_get "$profile" "use-system-font")" == "true" ]]; then