Commit 0a93db4c authored by Dylan Araps's avatar Dylan Araps Committed by GitHub

Merge pull request #810 from mstraube/mate

Term: Fix mate-terminal font
parents 9f83da77 ae03a6c8
...@@ -1926,8 +1926,7 @@ get_term_font() { ...@@ -1926,8 +1926,7 @@ get_term_font() {
rm -f "$mateterm_config" rm -f "$mateterm_config"
mate_get() { mate_get() {
gsettings get org.mate.terminal.profile:\ gsettings get org.mate.terminal.profile:/org/mate/terminal/profiles/"$1"/ "$2"
/org/mate/terminal/profiles/"$1"/ "$2"
} }
if [[ "$(mate_get "$profile" "use-system-font")" == "true" ]]; then if [[ "$(mate_get "$profile" "use-system-font")" == "true" ]]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment