Monday, May 14, 2007

Windows Programma's onder Linux draaien

Via Wine kun je bepaalde windows programma's onder Linux (Ubuntu)
draaien : ik begon met het simple putty :


dorusone@dorusone-desktop:~$ wine
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit
dorusone@dorusone-desktop:~$ cd $HOME/.wine/drive_c/
dorusone@dorusone-desktop:~/.wine/drive_c$ mkdir my_programs
dorusone@dorusone-desktop:~/.wine/drive_c$ cd my_programs
dorusone@dorusone-desktop:~/.wine/drive_c/my_programs$ wget http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe
--13:59:11-- http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe
=> `putty.exe'
Herleiden van the.earth.li... 193.201.200.66
Verbinding maken met the.earth.li|193.201.200.66|:80... verbonden.
HTTP-verzoek is verzonden; wachten op antwoord... 302 Found
Lokatie: http://the.earth.li/~sgtatham/putty/0.60/x86/putty.exe [volgend]
--13:59:12-- http://the.earth.li/~sgtatham/putty/0.60/x86/putty.exe
=> `putty.exe'
Verbinding met the.earth.li:80 wordt hergebruikt.
HTTP-verzoek is verzonden; wachten op antwoord... 200 OK
Lengte: 454,656 (444K) [application/x-msdos-program]

100%[====================================>] 454,656 388.57K/s

13:59:13 (387.53 KB/s) - 'putty.exe' opgeslagen [454656/454656]

dorusone@dorusone-desktop:~/.wine/drive_c/my_programs$ wine putty.exe
Fontconfig error: "~/.fonts.conf", line 1: no element found
Fontconfig error: "~/.fonts.conf", line 1: no element found
dorusone@dorusone-desktop:~/.wine/drive_c/my_programs$

Ondanks de Fontconfig error draait het windows Putty programma
probleemloos onder Ubuntu.

No comments: