From c5401d7d4b2c836951441518e65775e6ade07a48 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 8 Apr 2008 00:12:22 +0100 Subject: [PATCH] watch the system monospace font setting. Fixes LP #197960 --- terminatorconfig.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/terminatorconfig.py b/terminatorconfig.py index b2584235..3de51045 100755 --- a/terminatorconfig.py +++ b/terminatorconfig.py @@ -182,6 +182,8 @@ class TerminatorConfValuestoreGConf (TerminatorConfValuestore): self.client.add_dir ('/apps/metacity/general', gconf.CLIENT_PRELOAD_RECURSIVE) self.client.notify_add ('/apps/metacity/general/focus_mode', self.on_gconf_notify) + self.client.add_dir ('/desktop/gnome/interface', gconf.CLIENT_PRELOAD_RECURSIVE) + self.client.notify_add ('/desktop/gnome/interface/monospace_font_name', self.on_gconf_notify) # FIXME: Do we need to watch more non-profile stuff here? def set_reconfigure_callback (self, function):