The Watchtower Library is now in the Wine Application Database Top-10 Platinum List

This is a list of Windows applications that install and run flawlessly on an out-of-the-box Wine installation. 

There is no need to use all old workarounds and tricks!

The WineHQ site gives this Quick guide on Watchtower Library installation.

1. Check your version of Wine in Konsole

$ wine --version

2. If you don't have Wine 1.0

Get the latest version of wine here 

3. Install MS truetype core fonts for web package. To do this:

    • Install msttcorefonts package using your packaging system. If it fails:
    • Install it using winetricks (this will affect your wine installation only, fonts won't be available for non-wine applications):
      wget http://www.kegel.com/wine/winetricks
      chmod +x winetricks
      ./winetricks corefonts
  1. Insert WTLib disc and run Setup.exe. If it won't work, do this:
    wine /cdrom/Setup.exe
  2. Installer would create working shortcuts on your desktop (on some systems in home folder), and in Applications > Wine menu. Use these to run Watchtower Library. You may delete .lnk files (if there are any), since these are of no use.
  3. Do Not Forget to use the latest Wine

There is no need to use all old workarounds and tricks!

< END OF PROCEDURE >


<<Older News>>

See Linux partitions from within Windows XP/Vista.

Yes it is so simple to see your Linux partitions and drives from within Windows. A 1.4MB free download and a simple wizard setup has it all working in around five minutes.

My question is this: How could this feature be still missing in todays proprietary operating systems - especially when you consider how much we pay for them. Get EXT2IFS here: http://www.fs-driver.org/index.html

Upgrade Watchtower 2006 data

It is possible with a little effort to use the 2007 data with the 2006 program, handy if you have Windows 98 or ME. 2007Wtlibon98.pdfPDF (200Kbytes)

mp3gain

Will normalize mp3's in any Home folder and subdirectories. Very handy if you have mp3 files in various folders in your home directory.

$find . -type f -iname '*.mp3' -print0 | xargs -0 mp3gain -r -k

or else try:

find . -type f -iname '*.mp3' -print0 | xargs -0 mp3gain -r -k

If you need to see how it works read this blog.

If you need to see how it works read this blog.

Front end & Back end ?

Frontends are the part of software that interfaces with the user . Backends are the part that takes what the user inputs and actually does the processing. Windows has these too, but nobody mentions it.

backendFor example; APT is a "back end" that can manage all of your systems program addition and removal, without any "front end" needed. Synaptic is one front end for apt that helps humans interact with APT.

Frontend