[gnome-font-viewer] font-thumbnailer: respect the passed-in size argument



commit f5d6bfe79cf74fca3bee88b24d219369b0ce7e5e
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sat Apr 28 13:19:08 2012 -0400

    font-thumbnailer: respect the passed-in size argument
    
    We need to specify --size %s as a possible switch in our executable
    string for gnome-desktop to pick it up.

 src/gnome-font-viewer.thumbnailer |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-font-viewer.thumbnailer b/src/gnome-font-viewer.thumbnailer
index edf735f..d0653b1 100644
--- a/src/gnome-font-viewer.thumbnailer
+++ b/src/gnome-font-viewer.thumbnailer
@@ -1,5 +1,5 @@
 [Thumbnailer Entry]
 TryExec=gnome-thumbnail-font
-Exec=gnome-thumbnail-font %u %o
+Exec=gnome-thumbnail-font --size %s %u %o
 MimeType=application/x-font-ttf;application/x-font-pcf;application/x-font-type1;application/x-font-otf;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]