It's been a while since I used Abiword (too buggy in my computer ), but I think you could change the path by simply moving to the desired directory before calling Abiword itself. You can automatize the process with a simple script:
Code:
#!/bin/sh
cd /the/save/directory/you/want
abiword $1
You then used this script to invoke the program instead of typing "abiword". When you decide to save the document, the default directory will be the one you chose.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum