Brendan O'Dea wrote:

> Odd.  What happens if you try another program with that font?

Restarting X after installing xfonts-100dpi did the trick[1].

How about this patch?

-- >8 --
Subject: xvile: advertise package providing default font

When Lucida Sans is not available, xvile emits a warning and falls
back to some other font:

        $ xvile
        Warning: Cannot convert string "lucidasans-10" to type FontStruct

The user can override the default font by editing
/etc/X11/app-defaults/XVile, but by default Lucida Sans is expected to
be available.  Add a Recommends relation to help the sysadmin find it.
---
Thanks,
Jonathan

[1] http://bugs.debian.org/673170

 debian/changelog |    7 +++++++
 debian/control   |    1 +
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fca51a56..48823524 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+vile (9.8g-2) unstable; urgency=low
+
+  * xvile recommends the Lucida Sans font from xfonts-100dpi or xfonts-75dpi.
+    Closes: #563250
+
+ -- Jonathan Nieder <[email protected]>  Wed, 16 May 2012 11:34:42 -0500
+
 vile (9.8g-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index f097e143..ec3e86e7 100644
--- a/debian/control
+++ b/debian/control
@@ -41,6 +41,7 @@ Description: VI Like Emacs - highlighting filters for 
vile/xvile
 Package: xvile
 Architecture: any
 Depends: vile-common (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
+Recommends: xfonts-100dpi | xfonts-75dpi
 Provides: editor
 Replaces: vile-common (<< 9.7x-1)
 Description: VI Like Emacs - vi work-alike (X11)
-- 
1.7.10.2




-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to