diff --git a/.bzrignore b/.bzrignore new file mode 100644 index 00000000..0d20b648 --- /dev/null +++ b/.bzrignore @@ -0,0 +1 @@ +*.pyc diff --git a/terminatorconfig.py b/terminatorconfig.py index e056c952..e6e4950a 100755 --- a/terminatorconfig.py +++ b/terminatorconfig.py @@ -212,7 +212,7 @@ class TerminatorConfValuestoreGConf (TerminatorConfValuestore): value = None dbg (' VSGConf: preparing: %s/%s'%(self.profile, key)) - + # FIXME: Ugly special cases we should look to fix in some other way. if key == 'font' and self.use_system_font: value = self.client.get ('/desktop/gnome/interface/monospace_font_name')