Only a remark which you - as always - may silently ignore at will:
Currently Askimo stores app data and some config/prefs data below ~/.askimo and other prefs below ~/.java in the users home directory. The data below ~/.java originates from the Java prefs system which has this path hardcoded (may be overwritten with a custom factory).
Both is not very common on Linux:
According to the XDG Base Directory specification an App should store its config data below ~/.config/ and its persistent data below ~/.local/share/. The XDG Base Directory specification is widely accepted and used by all major apps and distributions.
Only a remark which you - as always - may silently ignore at will:
Currently Askimo stores app data and some config/prefs data below ~/.askimo and other prefs below ~/.java in the users home directory. The data below ~/.java originates from the Java prefs system which has this path hardcoded (may be overwritten with a custom factory).
Both is not very common on Linux:
According to the XDG Base Directory specification an App should store its config data below ~/.config/ and its persistent data below ~/.local/share/. The XDG Base Directory specification is widely accepted and used by all major apps and distributions.