<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>99534</bug_id>
          
          <creation_ts>2005-07-19 08:02 0000</creation_ts>
          <short_desc>/etc/init.d/xfs (xorg-x11-6.8.2-r2) doesn&apos;t find CP1251 encoding in TTF fonts</short_desc>
          <delta_ts>2005-07-22 14:01:39 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Applications</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <keywords>Inclusion</keywords>
          <priority>P2</priority>
          <bug_severity>major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>isee@inbox.ru</reporter>
          <assigned_to>x11@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>isee@inbox.ru</who>
            <bug_when>2005-07-19 08:02:34 0000</bug_when>
            <thetext>when /etc/init.d/xfs regenerate fonts.dir and fonts.scale files,
it always execute mkfontscale after successful execution of ttmkfdir,
thus making ttmkfdir useless. Resulting fonts.scale &amp; fonts.dir does&apos;t
contains some font encodings (for example CP1251).

This is caused by typo in /etc/init.d/xfs at line 249:
   if [ ${ttmkfdir_return} -ne 1 ]
must be:
   if [ ${ttmkfdir_return} -ne 0 ]


Reproducible: Always
Steps to Reproduce:
1.
2.
3.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>dberkholz@gentoo.org</who>
            <bug_when>2005-07-19 09:57:49 0000</bug_when>
            <thetext>Ah, good catch! I&apos;ve been looking for a while for an actual example of where
mkfontscale is less capable than ttmkfdir.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>dberkholz@gentoo.org</who>
            <bug_when>2005-07-20 14:28:24 0000</bug_when>
            <thetext>This should be fixed in 6.8.99.15 -- I&apos;ll get a fix into 6.8.2-r2 later on.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>dberkholz@gentoo.org</who>
            <bug_when>2005-07-22 14:01:39 0000</bug_when>
            <thetext>(In reply to comment #2)
&gt; This should be fixed in 6.8.99.15 -- I&apos;ll get a fix into 6.8.2-r2 later on.

Done. Thanks for the detailed report.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>