Watchtower Library is quite easy to install in Linux. Not as easy as installing in MS Windows but it is worth the small effort.
The steps below are for Ubuntu / Kubuntu Distributions primarily. The principles are the same for most Linux flavours.
The use of command line rather than GUI steps enables users to copy and paste the commands accurately - noobs be brave!
Summary
- Install Wine1.x
- Install needed fonts
- Run the Watchtower Library Installer
Install Wine 1.x
1. Check your version of Wine in Konsole
$ wine --version
2. If you don't have Wine 1.x
Get the latest version of wine here (copy and paste the commands in a terminal).
Install needed fonts
- $ sudo apt-get install msttcorefonts
Run the Watchtower Library Installer
- Insert WTLib disc and run Setup.exe. If it won't work, do this:
$ wine /cdrom/Setup.exe
- The Installer should 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.
- Do Not Forget to use the latest Wine and to study the Bible daily.
Troubleshooting Xubuntu
Today my Xubuntu install of the library refused to load after a smooth install. clicking the icon produced nothing. I found that after I copied all the files from:
.wine/drive_c/Program Files/Watchtower/MEPSCommon
to:
.wine/drive_c/Program Files/Watchtower/Watchtower Library 2007/E
which is the same folder as the WTLibrary.exe file, clicking the Desktop icon started WtLIB without any problems.
end of procedure
<<Other handy 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
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.
For 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.



