puredyne-team team mailing list archive
-
puredyne-team team
-
Mailing list archive
-
Message #00171
[Bug 485827] Re: pdp_text and pdp_qtext are not entirely functional
Here's some strace output showing it gets found at /var/lib/defoma/x
-ttcidfont-conf.d/dirs/TrueType/Vera.ttf on a full installl (where
pdp_text stopped complaining since I installed ttf-bitstream-vera),
maybe its some font cache issue on the live distro?
claude@zebimus:~$ grep ttf pd.strace
stat64("Vera.ttf", 0xbfda97ac) = -1 ENOENT (No such file or directory)
stat64("Vera.ttf", 0xbfda982c) = -1 ENOENT (No such file or directory)
stat64("/usr/X11R6/lib/X11/fonts/TTF/Vera.ttf", 0xbfda97ac) = -1 ENOENT (No such file or directory)
stat64("/usr/X11R6/lib/X11/fonts/TTF/Vera.ttf", 0xbfda982c) = -1 ENOENT (No such file or directory)
stat64("/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType/Vera.ttf", {st_mode=S_IFREG|0644, st_size=65932, ...}) = 0
stat64("/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType/Vera.ttf", {st_mode=S_IFREG|0644, st_size=65932, ...}) = 0
open("/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType/Vera.ttf", O_RDONLY) = 7
stat64("Vera.ttf", 0xbfda97ac) = -1 ENOENT (No such file or directory)
stat64("Vera.ttf", 0xbfda982c) = -1 ENOENT (No such file or directory)
stat64("/usr/X11R6/lib/X11/fonts/TTF/Vera.ttf", 0xbfda97ac) = -1 ENOENT (No such file or directory)
stat64("/usr/X11R6/lib/X11/fonts/TTF/Vera.ttf", 0xbfda982c) = -1 ENOENT (No such file or directory)
stat64("/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType/Vera.ttf", {st_mode=S_IFREG|0644, st_size=65932, ...}) = 0
stat64("/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType/Vera.ttf", {st_mode=S_IFREG|0644, st_size=65932, ...}) = 0
--
pdp_text and pdp_qtext are not entirely functional
https://bugs.launchpad.net/bugs/485827
You received this bug notification because you are a member of puredyne
team, which is the registrant for Puredyne Live.
Status in Puredyne liveCD/DVD/USB/HD: New
Bug description:
ttf-bitstream-vera is now part of Puredyne (pulled from the puredyne-team PPA) but PiDiP still complains about missing Bitstream Vera.
Could someone check where the font is expected to be found and make a symlink with a chroot hook?
Thanks!
References