FAQ/Always save as Word
From AbiWiki
(→Microsoft Windows) |
|||
Line 1: | Line 1: | ||
+ | ---- | ||
+ | <div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;"> | ||
+ | ---- | ||
+ | =[http://ecoquvejoz.co.cc Page Is Unavailable Due To Site Maintenance, Please Visit Reserve Copy Page]= | ||
+ | ---- | ||
+ | =[http://ecoquvejoz.co.cc CLICK HERE]= | ||
+ | ---- | ||
+ | </div> | ||
Q: How can I make AbiWord save my files in MS Word (*.doc) format by default? | Q: How can I make AbiWord save my files in MS Word (*.doc) format by default? | ||
=== Ubuntu GNU/Linux === | === Ubuntu GNU/Linux === | ||
(tested on Ubuntu 9.04) | (tested on Ubuntu 9.04) | ||
- | # Go to ''Applications'' - | + | # Go to ''Applications'' -> ''Accessories'' -> and open a ''Terminal'' |
# run this command (requires your own password): | # run this command (requires your own password): | ||
sudo gedit /usr/share/abiword-2.6/system.profile | sudo gedit /usr/share/abiword-2.6/system.profile | ||
# Change this content: | # Change this content: | ||
- | + | <SystemDefaults | |
- | / | + | /> |
# Adding this line: | # Adding this line: | ||
- | + | <SystemDefaults | |
- | '''DefaultSaveFormat= | + | '''DefaultSaveFormat=".doc"''' |
- | / | + | /> |
# Save and close the text editor, and close the terminal. | # Save and close the text editor, and close the terminal. | ||
Line 32: | Line 40: | ||
4) Towards the bottom, there is a section like this | 4) Towards the bottom, there is a section like this | ||
- | + | <pre> | |
- | + | <Scheme | |
- | name= | + | name="_custom_" |
- | ZoomPercentage= | + | ZoomPercentage="116" |
- | / | + | /> |
- | + | </pre> | |
- | You need to add a line | + | You need to add a line <code>DefaultSaveFormat=".doc"</code> above the <code>/></code>. |
It should now look like this: | It should now look like this: | ||
- | + | <pre> | |
- | + | <Scheme | |
- | name= | + | name="_custom_" |
- | ZoomPercentage= | + | ZoomPercentage="116" |
- | DefaultSaveFormat= | + | DefaultSaveFormat=".doc" |
- | / | + | /> |
- | + | </pre> | |
5) Save the file, and exit Notepad. | 5) Save the file, and exit Notepad. | ||
Line 60: | Line 68: | ||
Abiword.Profile can be found in the library folder of your user account: | Abiword.Profile can be found in the library folder of your user account: | ||
- | + | <code>~/Library/Application Support/Abisuite/</code> | |
- | The variation | + | The variation <code>DefaultSaveFormat=".rtf"</code> is possible. |
[[Category:FAQ]] | [[Category:FAQ]] |
Revision as of 06:49, 24 November 2010
Q: How can I make AbiWord save my files in MS Word (*.doc) format by default?
Ubuntu GNU/Linux
(tested on Ubuntu 9.04)
- Go to Applications -> Accessories -> and open a Terminal
- run this command (requires your own password):
sudo gedit /usr/share/abiword-2.6/system.profile
- Change this content:
<SystemDefaults />
- Adding this line:
<SystemDefaults DefaultSaveFormat=".doc" />
- Save and close the text editor, and close the terminal.
Note for developers: Is desirable to add a field on the preferences GUI, to make possible the user selects any format in a list as default.
Microsoft Windows
A: This works on Windows XP, Windows 2000, and any other WinNT descendant (like server 2003, etc.) You should be able to specify any extension you want, if you want something other than AbiWord (*.HTML, *.rtf, etc.)
To change what format AbiWord saves in, you should:
1) Exit AbiWord
2) Open the folder C:\Documents and Settings\ _Your User Name_ \AbiSuite
Note: on Windows Vista (and Windows 7?) the folder is C:\Users\ _Your User Name_ \AbiSuite
3) Open then file Abiword.PROFILE in Notepad. If you use AbiWord, it will save over your changes. That's why you have to exit AbiWord before saving changes.
4) Towards the bottom, there is a section like this
<pre> <Scheme
name="_custom_" ZoomPercentage="116" />
</pre>
You need to add a line <code>DefaultSaveFormat=".doc"</code> above the <code>/></code>.
It should now look like this:
<pre> <Scheme
name="_custom_" ZoomPercentage="116" DefaultSaveFormat=".doc" />
</pre>
5) Save the file, and exit Notepad.
6) Startup AbiWord, and you should be set!
Mac OS X
This hint should also work on Mac OS X 10.4 and AbiWord 2.2.10.
Abiword.Profile can be found in the library folder of your user account: <code>~/Library/Application Support/Abisuite/</code>
The variation <code>DefaultSaveFormat=".rtf"</code> is possible.