Browsing articles in "Wine"
Sep
29

Wine fonts / codecs / libs / etc.

By rzelazko  //  Linux, Wine  //  1 Comment

To install additional codecs, libraries, fonts, drivers, etc. on your wine installation download winetricks and run this wonderfull software.

Installation:

wget http://www.kegel.com/wine/winetricks
chmod a+x winetricks
sudo cp winetricks /usr/sbin
/usr/sbin/winetricks
Feb
28

Windows RealVNC Viewer on Linux

By rzelazko  //  Linux, My *.deb, VNC, Wine  //  No Comments

RealVNC Viewer Enterprise Edition is secure, robust and easily-administered remote-control system. Main features this version of VNC program are: integrated session security, cross-platform VNC chat, desktop scaling, cross-platform interoperability, file transfer, integrated VNC address book.
Native linux build isn’t as good as MS Windows version. That why I build Debian package for Wine version of this VNC viewer software.

RealVNC Viewer Enterprise installed on Debian Sid computer with Wine 1.1:
RealVNC Viewer Enterprise on Debian Sid read more

Oct
10

Wine Encoding problems

By rzelazko  //  Linux, Wine  //  1 Comment

If you’ve problems with encoding in Wine you must:

  1. Install packages: msttcorefonts and xfs
  2. Copy fonts from /usr/share/fonts/msttcorefonts to ~/.wine/drive_c/windows
Sep
20

Ies4Linux doesn’t work after update

If your ies4linux doesn’t work after update Wine, you must modify file:

~/.ies4linux/ie6/user.reg

Find there line:

"Version"="win98"

and replace it with:

"Version"="win2k"