Merge pull request #810 from mstraube/mate

Term: Fix mate-terminal font
This commit is contained in:
Dylan Araps 2017-08-17 18:37:58 +10:00 committed by GitHub
commit 0a93db4c7b

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