Δημοσιεύτηκε: 14 Μάιος 2010, 16:41
από hlias
Έχεις βάλει τις απαιτούμενες γραμματοσειρές για το steam;
έγραψε:
You'll need wine, steam installer, some fonts.


    [li]wine[/li]
On terminal:
Κώδικας: Επιλογή όλων
sudo apt-get install wine

    [li]Once wine is installed, download these fonts.[/li]
Κώδικας: Επιλογή όλων
http://thepemberton.com/posts/downloads/fonts.7z

or
Κώδικας: Επιλογή όλων
http://rapidshare.com/files/299699800/fonts.7z


you will also need a 7z extractor:
Κώδικας: Επιλογή όλων
sudo apt-get install p7zip-full

Extract them to ~/.wine/drive_c/windows/fonts/ .

    [li]Steam Installer(msi)[/li]
Κώδικας: Επιλογή όλων
http://storefront.steampowered.com/download/SteamInstall.msi

Save it to desktop.

    [li]Installing Steam[/li]
on terminal
Κώδικας: Επιλογή όλων
cd ~/Desktop
msiexec /i SteamInstall.msi

and follow the steps to install Steam.
-Download the games and you're ready to play the game.

    [li]Re-launching the game[/li]
Create a ".sh" file on desktop and edit it with text editor
Κώδικας: Επιλογή όλων
cd ~/.wine/drive_c/Program\ Files/Steam
wine Steam.exe

save and run...
you might need to add rights for execution
Κώδικας: Επιλογή όλων
cd ~/desktop
chmod +x "filename.sh"



Credits to wiki.ubuntu.com and thepemberton.com