- 1.7
- 1.6
- 1.5
- Beta
- Examples (for 1.6a)
- Misc
Whether installing from a pre-built package or running 'make install' (or not) after building it yourself, there are several resources which Aten needs or expects to find. The most important of these is the default library of filters without which nothing can be loaded or saved (but note that this does not prevent Aten from running). Then there's the optional user preferences file, and finally the optional user filter library. If Aten was installed from a package or built and 'make install'ed yourself then the default filters should be located correctly when Aten runs withour further intervention (if not, read on). No user preferences file is created or installed, and must be created either through the GUI or edited by hand.
As already mentioned, Aten comes with a selection of filters ready to import and export a fair number of file formats (you can write your own - see the chapter on Filters). These filters should be found automatically, but if they are not Aten can be given their location in one of two ways:
- Through the environment variable ATENDATA
On all systems, the environment variable
ATENDATAcan be set with the full path to the 'data' directory which contains the filters directory.- With the command-line argument --atendata
In a similar manner, the
--atendatacommand-line argument can be used to provide the full path to the 'data' directory which contains the filters directory.

