Results 1 to 10 of 10
I installed STEAM using WINE. I just installed Linux, so I will need help.
I installed WINE 0.9.17 for Fedora.
When I install STEAM, everything runs fine, but I cannot ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-13-2006 #1Just Joined!
- Join Date
- Aug 2006
- Posts
- 13
Using STEAM
I installed STEAM using WINE. I just installed Linux, so I will need help.
I installed WINE 0.9.17 for Fedora.
When I install STEAM, everything runs fine, but I cannot login to my account. The whole box is blank with no words or any place to type my username or password.
When I try typing, a box pops up in the file explorer with what I'm typing.
The only thing I can do is check what should be, "Remember my password", which I can't see either.
- 08-13-2006 #2
Have you checked out the Wine Application Database? It's usually very informative:
http://appdb.winehq.org/Flies of a particular kind, i.e. time-flies, are fond of an arrow.
Registered Linux User #408794
- 08-13-2006 #3Just Joined!
- Join Date
- Aug 2006
- Posts
- 13
I tried after you posted that, and I went to these links:
http://www.linux-gamers.net/modules/...DEX+Wine+Games
Here, I got as far as downloading Wine 0.9.17 for Fedora. Then when I went to the core fonts:
http://corefonts.sourceforge.net/
Here, I don't know what a rtm-build or wget is. and what is ttmkfdir?
None of them are in services, or in add/remove applications. I attempted downloading by going here:
http://sourceforge.net/project/showf...ease_id=105355
However, now I don't know what to download, and after I tried some, I don't know how to install them.
I'm sorry, but this my first time using Linux. It's really hard compared to Windows sometimes, but much better.
- 08-14-2006 #4Linux User
- Join Date
- May 2005
- Posts
- 473
you need to use command line buddy, wget is a command that lets you download stuff, ill explain how to do it step by step in a few hours if you cant figure it out, i gota go somewhere right now though
- 08-14-2006 #5Just Joined!
- Join Date
- Aug 2006
- Posts
- 13
Yea, that would be awesome, thanks.
- 08-14-2006 #6Just Joined!
- Join Date
- Aug 2006
- Posts
- 13
Isn't there anyone who can help?
- 08-18-2006 #7
ttmkfdir is an rpm (a package installation file) under Fedora. If you downloaded it and you have a file named ttmkfdir-*.rpm (where * is some version etc.) then you can install it (as root) with this command
rpm -Uhv ttmkfdir-*.rpm
But Fedora has a simplified procedure name "yum" that downloads, tests for dependencies and installs. You can just do this:
yum install ttmkfdir
I don't even use Fedora, but I know that because of the documentation here.
You can do the same with any package that Fedora has in it's repositories. wget is in there, so if you don't have it then install it the same way:
yum install wget
To see if wget is already installed on your system, run one of these shell commands:
type wget
rpm -q wget
- 08-18-2006 #8Just Joined!
- Join Date
- Aug 2006
- Posts
- 13
And shell meaning "Terminal", right?
- 08-18-2006 #9
Yes. A text console or bash shell window, also called a "terminal" in honor of the old VT100 pre-PC days.
- 09-01-2006 #10Just Joined!
- Join Date
- Sep 2006
- Posts
- 3
If you just can't login, type in console:
Code:wine steam.exe -login name password


Reply With Quote
