Bug 14897 - default config contains non-available fonts
Summary: default config contains non-available fonts
Status: CLOSED NOTABUG
Alias: None
Product: Sisyphus
Classification: Development
Component: Eterm (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Yuri N. Sedunov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-14 04:16 MSK by Ivan Zakharyaschev
Modified: 2008-03-14 21:44 MSK (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Zakharyaschev 2008-03-14 04:16:08 MSK
Eterm-0.9.3-alt2

Adobe fonts are not included in Sisyphus, but:

$ rpm -q Eterm -l | xargs sudo fgrep -i adobe
/usr/share/Eterm/themes/Escreen/theme.cfg:    #bbar_font
"-adobe-helvetica-medium-r-normal--10-100-75-75-p-56-iso8859-1"
/usr/share/Eterm/themes/Eterm/theme.cfg:    font
"-adobe-helvetica-medium-r-normal--10-100-75-75-p-56-iso8859-1"
/usr/share/Eterm/themes/auto/theme.cfg:    font
"-adobe-helvetica-medium-r-normal--10-100-75-75-p-56-iso8859-1"
/usr/share/Eterm/themes/trans/theme.cfg:    font
"-adobe-helvetica-medium-r-normal--10-100-75-75-p-56-iso8859-1"
Comment 1 Ivan Zakharyaschev 2008-03-14 21:37:47 MSK
Sorry, I misconfigured my Fontpath and that's why those fonts couldn't be found.
Now, it's ok:
$ xlsfonts | fgrep adobe-helvetica | wc
    480     480   30050
$