http://bugs.winehq.org/show_bug.cgi?id=21240
Summary: Installation of wine does not copy all font files Product: Wine Version: 1.1.35 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: wylda@volny.cz
Created an attachment (id=25527) --> (http://bugs.winehq.org/attachment.cgi?id=25527) Difference between directly run wine (git tree) and installed wine (git tree)
Hi, in this report i rarely describe two problems (i know, that 2nd would be immediate INVALID).
1. When i install wine package (created by dh_make -s -n; debuild binary) it will not include following font files from compiled git tree:
courier.sfd courier.ttf genttf.ff marlett.sfd ms_sans_serif.sfd ms_sans_serif.ttf small_fonts_jp.sfd small_fonts_jp.ttf small_fonts.sfd small_fonts.ttf symbol.sfd system.sfd system.ttf tahomabd.sfd tahoma.sfd
Maybe *.ttf are the only font files, but they are only in git tree and not in installed path.
2. I noticed previous point during the test of game "perfectworld international". Please see attached picture. The first is run from compiled git tree and the second is from the .deb package of the same git tree :-( Thus the binaries are the same, but it shows this difference. Manually coping of missing font files (above mentioned point) does not help. Any idea :-/ or what should i check?
PS: Answer "Report to your distro" will not help me. Debianized wine package from git was prepared by me ;)