summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2011-07-28 17:12:14 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2011-07-28 17:12:14 -0300
commitddd27544d8a32263e7e1723bffd38abe58def453 (patch)
tree5f1c124df21f5c849a3055ca3662db767e21b488
parentc5c558c96c034656d5e6a2521082a6dac4a1bab6 (diff)
downloadtuna-ddd27544d8a32263e7e1723bffd38abe58def453.tar.gz
oscilloscope: Switch from "Bistream Vera Sans" to "Liberation Sans"
To avoid these messages: [root@felicio tuna]# cyclictest -t1 -n -p99 -i100 -o10 -v | oscilloscope -s1000 >/dev/null /usr/lib64/python2.7/site-packages/matplotlib/font_manager.py:1242: UserWarning: findfont: Font family ['Bitstream Vera Sans'] not found. Falling back to Bitstream Vera Sans (prop.get_family(), self.defaultFamily[fontext])) /usr/lib64/python2.7/site-packages/matplotlib/font_manager.py:1252: UserWarning: findfont: Could not match :family=Bitstream Vera Sans:style=normal:variant=normal:weight=bold:stretch=normal:size=10.0. Returning /usr/share/fonts/un-core/UnDotum.ttf UserWarning) Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rwxr-xr-xtuna/oscilloscope.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tuna/oscilloscope.py b/tuna/oscilloscope.py
index 3b0c6fa..81693cc 100755
--- a/tuna/oscilloscope.py
+++ b/tuna/oscilloscope.py
@@ -99,7 +99,7 @@ class oscilloscope_frame(gtk.Frame):
gtk.Frame.__init__(self, title)
- self.font = { 'fontname' : 'Bitstream Vera Sans',
+ self.font = { 'fontname' : 'Liberation Sans',
'color' : 'b',
'fontweight' : 'bold',
'fontsize' : 10 }