Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

xfig font problem

610 views
Skip to first unread message

Volkan YAZICI

unread,
Jan 3, 2011, 1:20:02 PM1/3/11
to
Hi,

xfig was used to work properly in lenny, but after I migrated to
squeeze, when I start xfig, it complains that

Can't load font: 8x13bold, using 6x13

And when I try to write something, it just uses the default font face
(times) with its default font size -- it is not possible to change the
font face and size. Below are some related diagnostics.

$ locale -a
C
en_US
en_US.iso88591
en_US.utf8
POSIX

$ dpkg -l | grep fonts | awk '{print $2}'
console-data
console-terminus
gsfonts
gsfonts-x11
texlive-fonts-recommended
ttf-freefont
x-ttcidfont-conf
xfonts-100dpi
xfonts-75dpi
xfonts-encodings
xfonts-scalable
xfonts-terminus
xfonts-utils

$ LC_ALL=C xfig -deb
Warning: Missing charsets in String to FontSet conversion
Warning: Missing charsets in String to FontSet conversion
Warning: Missing charsets in String to FontSet conversion
Warning: Cannot convert string "7x13bold" to type FontStruct
Warning: Missing charsets in String to FontSet conversion

Any helps will be really appreciated.


Regards.


--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/87tyhpn...@alamut.ozu.edu.tr

Camaleón

unread,
Jan 3, 2011, 1:50:02 PM1/3/11
to
On Mon, 03 Jan 2011 20:18:23 +0200, Volkan YAZICI wrote:

> xfig was used to work properly in lenny, but after I migrated to
> squeeze, when I start xfig, it complains that
>
> Can't load font: 8x13bold, using 6x13

(...)

When looking for that font, I get some hits:

stt008:~# find /usr/share/fonts/* -type f -exec grep -H -i '8x13b' {} \;
/usr/share/fonts/X11/misc/fonts.alias:8x13bold -misc-fixed-bold-r-normal--13-120-75-75-c-80-iso8859-1
/usr/share/fonts/X11/misc/fonts.dir:8x13B-ISO8859-1.pcf.gz -misc-fixed-bold-r-normal--13-120-75-75-c-80-iso8859-1
/usr/share/fonts/X11/misc/fonts.dir:8x13B-ISO8859-10.pcf.gz -misc-fixed-bold-r-normal--13-120-75-75-c-80-iso8859-10
/usr/share/fonts/X11/misc/fonts.dir:8x13B-ISO8859-13.pcf.gz -misc-fixed-bold-r-normal--13-120-75-75-c-80-iso8859-13
/usr/share/fonts/X11/misc/fonts.dir:8x13B-ISO8859-14.pcf.gz -misc-fixed-bold-r-normal--13-120-75-75-c-80-iso8859-14
/usr/share/fonts/X11/misc/fonts.dir:8x13B-ISO8859-15.pcf.gz -misc-fixed-bold-r-normal--13-120-75-75-c-80-iso8859-15
/usr/share/fonts/X11/misc/fonts.dir:8x13B-ISO8859-16.pcf.gz -misc-fixed-bold-r-normal--13-120-75-75-c-80-iso8859-16
/usr/share/fonts/X11/misc/fonts.dir:8x13B-ISO8859-2.pcf.gz -misc-fixed-bold-r-normal--13-120-75-75-c-80-iso8859-2
/usr/share/fonts/X11/misc/fonts.dir:8x13B-ISO8859-3.pcf.gz -misc-fixed-bold-r-normal--13-120-75-75-c-80-iso8859-3
/usr/share/fonts/X11/misc/fonts.dir:8x13B-ISO8859-4.pcf.gz -misc-fixed-bold-r-normal--13-120-75-75-c-80-iso8859-4
/usr/share/fonts/X11/misc/fonts.dir:8x13B-ISO8859-5.pcf.gz -misc-fixed-bold-r-normal--13-120-75-75-c-80-iso8859-5
/usr/share/fonts/X11/misc/fonts.dir:8x13B-ISO8859-7.pcf.gz -misc-fixed-bold-r-normal--13-120-75-75-c-80-iso8859-7
/usr/share/fonts/X11/misc/fonts.dir:8x13B-ISO8859-8.pcf.gz -misc-fixed-bold-r-normal--13-120-75-75-c-80-iso8859-8
/usr/share/fonts/X11/misc/fonts.dir:8x13B-ISO8859-9.pcf.gz -misc-fixed-bold-r-normal--13-120-75-75-c-80-iso8859-9
/usr/share/fonts/X11/misc/fonts.dir:8x13B.pcf.gz -misc-fixed-bold-r-normal--13-120-75-75-c-80-iso10646-1

And those files seem to be installed by the "xfonts-base" package...

> $ dpkg -l | grep fonts | awk '{print $2}' console-data
> console-terminus
> gsfonts
> gsfonts-x11
> texlive-fonts-recommended
> ttf-freefont
> x-ttcidfont-conf
> xfonts-100dpi
> xfonts-75dpi
> xfonts-encodings
> xfonts-scalable
> xfonts-terminus
> xfonts-utils

stt008:~# dpkg -l | grep fonts | awk '{print $2}'
console-data
gsfonts
gsfonts-x11
ttf-liberation
xfonts-100dpi
xfonts-75dpi
xfonts-base <<-- here it is
xfonts-encodings
xfonts-scalable
xfonts-utils


Greetings,

--
Camaleón


--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org

Archive: http://lists.debian.org/pan.2011.01...@gmail.com

Volkan YAZICI

unread,
Jan 3, 2011, 2:10:02 PM1/3/11
to
On Mon, 3 Jan 2011, Camaleón <noel...@gmail.com> writes:
> And those files seem to be installed by the "xfonts-base" package...

Right. I again did the first thing that I need to do as the last one.
Anyway, thanks. (BTW, shouldn't xfig depend on xfonts-base?)


Regards.


--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org

Archive: http://lists.debian.org/87oc7xb...@alamut.ozu.edu.tr

Roger Leigh

unread,
Jan 3, 2011, 2:50:01 PM1/3/11
to
On Mon, Jan 03, 2011 at 09:04:47PM +0200, Volkan YAZICI wrote:
> On Mon, 3 Jan 2011, Camaleón <noel...@gmail.com> writes:
> > And those files seem to be installed by the "xfonts-base" package...
>
> Right. I again did the first thing that I need to do as the last one.
> Anyway, thanks. (BTW, shouldn't xfig depend on xfonts-base?)

Not necessarily. Remember that xfig is an X client, and these X
fonts are installed on the X server (which might not be the same
machine, making a package dependency potentially pointless).


Regards,
Roger

--
.''`. Roger Leigh
: :' : Debian GNU/Linux http://people.debian.org/~rleigh/
`. `' Printing on GNU/Linux? http://gutenprint.sourceforge.net/
`- GPG Public Key: 0x25BFB848 Please GPG sign your mail.

signature.asc

Camaleón

unread,
Jan 4, 2011, 8:10:02 AM1/4/11
to
El 2011-01-03 a las 21:10 +0200, Volkan YAZICI escribió:

(resending to the list)

> On Mon, 3 Jan 2011, Camaleón writes:
> > And those files seem to be installed by the "xfonts-base" package...
>

> BTW, I still cannot change the face and size of the fonts. Can you?

I cannot help you here as I'm not using the package. But maybe someone
can give you some hints on this.

Greetings,

--
Camaleón


--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org

Archive: http://lists.debian.org/2011010412...@stt008.linux.site

Camaleón

unread,
Jan 4, 2011, 10:30:01 AM1/4/11
to
On Mon, 03 Jan 2011 19:44:23 +0000, Roger Leigh wrote:

> On Mon, Jan 03, 2011 at 09:04:47PM +0200, Volkan YAZICI wrote:
>> On Mon, 3 Jan 2011, Camaleón writes:
>> > And those files seem to be installed by the "xfonts-base" package...
>>
>> Right. I again did the first thing that I need to do as the last one.
>> Anyway, thanks. (BTW, shouldn't xfig depend on xfonts-base?)
>
> Not necessarily. Remember that xfig is an X client, and these X fonts
> are installed on the X server (which might not be the same machine,
> making a package dependency potentially pointless).

I don't know the package so I can be wrong but if the program cannot be
started just because it complains for a missing font, IMO something wrong
happens here: either a) the application should not require a concrete
font for the app can be run or b) if required, the package that contains
the font should be also pulled.

Greetings,

--
Camaleón


--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org

Archive: http://lists.debian.org/pan.2011.01...@gmail.com

0 new messages