|
|
 |
 |
 |
Documentation
Quax Handbook
Using Quax is a play child. When you right click, the application menu appear.
Here you can change zoom level, direction where Quax zoom and you may view
some info in "About..." boxes. To move Quax you drag it with left mouse button
pressed.
Quax API Documentation
If you're interested in tweaking Quax sources, you may find interesting that I written
API documentation. Various formats are generated using Doxygen.
Bugs
- 0.9-2
There's a bad interaction between Quax and popup generated
by klipper. When you click KDE clipboard tray icon, a popup is shown.
Then if you click on Quax it will not get EnterEvent immediately, but
only after few clicks on its surface.
- 0.9-1
Jim Richardson <warlock @ eskimo.com> and Anatoly Kamchatnov <rev @ male.ru>
spotted swapped download links on website.
Anatoly K. also found bug in installation when PREFIX variable have no default
value and install get on the / (root) instead of /usr. You should install Quax from sources as:
./configure
make
PREFIX=/usr make install
Note that LFS require that PREFIX=/usr/local for programs installed from sources. Choose for your taste.
|