Steam Tahoma Font

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Gelush
Newbie
Newbie
Posts: 1
Joined: Mon Apr 21, 2008 3:05 pm

Steam Tahoma Font

Post by Gelush »

I've installed wine 0.9.59 and Steam. I've copied the Tahoma.ttf font to windows/fonts directory and I still can't see the writing in Steam. What should I do?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Steam Tahoma Font

Post by vitamin »

Gelush wrote:I've installed wine 0.9.59 and Steam. I've copied the Tahoma.ttf font to windows/fonts directory and I still can't see the writing in Steam. What should I do?
What locale are you using (what language)? Have you tried moving ~/.wine directory aside (mv ~/.wine ~/.wine-old) and installing steam again?
Paul Johnson

Steam Tahoma Font

Post by Paul Johnson »

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tuesday 22 April 2008 12:02:05 am Gelush wrote:
I've installed wine 0.9.59 and Steam. I've copied the Tahoma.ttf font to
windows/fonts directory and I still can't see the writing in Steam. What
should I do?
I believe the font should be installed wherever your X server keeps your fonts
or in ~/.fonts

- --
Paul Johnson
[email protected]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD4DBQFIDfyhUCxPKZafKh0RAplVAKDE2JJyPPnQNFz/OY+cUIPNk4XzOwCWONcQ
5V6h9lt9VuyVKOOEtUT8xg==
=i/bL
-----END PGP SIGNATURE-----
wispa
Newbie
Newbie
Posts: 2
Joined: Sun May 04, 2008 4:36 am

Post by wispa »

How have you installed Wine? Did you compile it from the source?

I have the same issue when I compile Wine myself, the Tahoma font is in the Windows/fonts directory yet the text in Steam is not displayed.

However, if I uninstall Wine from the source and re-install using APT (I'm using Debian) and re-run Steam, all the text is visible and all is well.

The only downside to this is not being able to use the most up-to-date release of Wine until the packages have been distributed for Debian.

If anyone has any suggestions as to why this is, pleas elet me know.

...Am I missing something in building the source? I just use the ./tools/wineinstall process

Thanks
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Steam Tahoma Font

Post by austin987 »

On Sun, May 4, 2008 at 4:45 AM, wispa <[email protected]> wrote:
How have you installed Wine? Did you compile it from the source?

I have the same issue when I compile Wine myself, the Tahoma font is in the Windows/fonts directory yet the text in Steam is not displayed.

However, if I uninstall Wine from the source and re-install using APT (I'm using Debian) and re-run Steam, all the text is visible and all is well.

The only downside to this is not being able to use the most up-to-date release of Wine until the packages have been distributed for Debian.

If anyone has any suggestions as to why this is, pleas elet me know.

...Am I missing something in building the source? I just use the ./tools/wineinstall process

Thanks





Run ./configure --verbose and resolve any missing dependencies. What
version of fontforge do you have?
wispa
Newbie
Newbie
Posts: 2
Joined: Sun May 04, 2008 4:36 am

Post by wispa »

I've managed to sort it out, I went through the 'WineOn64bit' Wiki pages and the Debian section again and seemed to have missed this bit:

Code: Select all

sudo apt-get build-dep wine
It's all working as it should now.
Paul Johnson

Steam Tahoma Font

Post by Paul Johnson »

On Sunday 04 May 2008 02:45:04 am wispa wrote:
How have you installed Wine? Did you compile it from the source?

I have the same issue when I compile Wine myself, the Tahoma font is in the
Windows/fonts directory yet the text in Steam is not displayed.

However, if I uninstall Wine from the source and re-install using APT (I'm
using Debian) and re-run Steam, all the text is visible and all is well.

The only downside to this is not being able to use the most up-to-date
release of Wine until the packages have been distributed for Debian.

If anyone has any suggestions as to why this is, pleas elet me know.

...Am I missing something in building the source? I just use the
./tools/wineinstall process

Thanks
Because X doesn't work like Windows for fonts. Your X server needs to know
about the fonts, if it knows the fonts, 9 times out of 10, X will
automatically do the right thing if put in a situation it has to guess.
About the only time you won't see text displayed in X is if 1) You don't have
the font, and 2) X doesn't have any guess what a suitable replacement would
be.

That being said, I go from the wine packages in sid (which for me seem to work
better), and I keep fonts that aren't from any packages I installed in
~/.fonts, which is one of the places X looks for additional fonts. My
~/.wine/drive_c/windows/Fonts directory is empty. Steam works fine.

--
Paul Johnson
[email protected]

Explaination of .pgp part: http://linuxmafia.com/faq/Mail/rant-gpg.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://www.winehq.org/pipermail/wine-us ... chment.pgp
Locked