What to do if you have installed ATK 2010.02 (or 2010.01) on Windows, and double-click then desktop icon, but absolutely nothing happen?
The cause of this problem is that there is another installed program which also provides Qt 4.x libraries, but this program appears before ATK in the path. The most typical example is MIKTeX, which additionally has a slightly nasty habit of inserting itself at the beginning of the path. This means that if you install MIKTeX after ATK, the ATK desktop icon will stop working, and if it already is installed when you install ATK, the desktop icon will not function either.
To solve this, simply move the MIKTeX part of the path to after ATK's vnl/bin directory.
To change system environment variables, follow these steps.
1. From the desktop, right-click My Computer (or just Computer, in Windows Vista/7) and click Properties.
2. In the window that appears, click on the Advanced tab (or the Advanced system settings link, in Windows Vista/7)
3. Click the Environment Variables button.
4. In the Environment Variables window (see attached picture), select the PATH variable under "Systems Variables" and click Edit. Each different directory is separated with a semicolon; what you need to do is move MIKTeX to the end.
Tip: You may want to copy the whole path definition and paste it into Notepad and edit it there, as it's very hard to see what goes on in the small edit field.
NOTE: I cannot guarantee that this will not render some part of MiKTeX non-functional. However, I have MiKTeX installed in nice coexistence with ATK, after having followed the steps above.
An alternative (which e.g. can be used if for some reason you discover that MiKTEX stops working) is to set the "Start in" folder of ATK to the vnl/bin directory instead. To do this, right-click the ATK desktop icon and choose Properties. Copy the specification of "Target" to "Start in" and just remove "vnl.exe" from the end (see second attached picture).