Sep 29

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

written by rzelazko \\ tags: , , , ,

Feb 28

To install RealVNC Viewer Enterprise - M$ Windows version with windows scaling, etc. on your Debian / Ubuntu you should type in console:

wget -c http://rafekz.one.pl/realvncviewerwine_4.3.2.deb
aptitude install wine
dpkg -i realvncviewerwine_4.3.2.deb

Now you can run VNCViewer by clicking VNCViewer (WINE) option in Accessories menu.

This version requires WINE 0.9.45 or above.

To install oryginal Linux RealVNC Viewer go to: http://rafal.zelazko.info/(…)/realvnc-viewer-enterprise/

written by rzelazko \\ tags: , , , , , ,

Oct 10

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

written by rzelazko

Sep 20

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"

written by rzelazko