Issue 27146 - autocorr file is not written
Summary: autocorr file is not written
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: Writer
Classification: Application
Component: ui (show other issues)
Version: OOo 1.1
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: h.ilter
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-30 13:26 UTC by toni_schlichting
Modified: 2004-04-20 14:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description toni_schlichting 2004-03-30 13:26:46 UTC
Plattform: SuSE Linux 9.0
OOo1.1 German locale

Clients are Suse Linux 9.0, mounting home directories from a NFS/NIS-server (as
well SuSE Linux 9.0) using automounter.

When I open a new text-document and start writing such as:

VANGARD
Oxcarbamacepin

as soon as I type Oxcarbamacepin again, OOo is proposing the rest of the word.
So far it is find. After I saved the doc and shut down OOo, I actually expect,
the autocorr to be written to file somewhere in
$HOME/OpenOffice.org1.1/user/autocorr a file should be created. After several
trials indeed a file has been created, but it does not contain my data. But I
can create a file in this directory as a ordinary user whenever I want.

Access permission are as follows (user-id=r0v18):

drwxrwx---    5 r0v18    users        4096 Mar 30 15:31 OpenOffice.org1.1

===================

drwxrwx---    5 r0v18    users        4096 Mar 30 15:31 .
drwxr-xr-x  135 r0v18    users       16384 Mar 30 13:34 ..
-rw-r-----    1 r0v18    users         128 Mar 30 15:31 .lock
-r--r--r--    1 r0v18    users        7700 Sep 24  2003 LICENSE
-r--r--r--    1 r0v18    users        8244 Sep 24  2003 LICENSE.html
-r--r--r--    1 r0v18    users       16514 Sep 24  2003 README
-r--r--r--    1 r0v18    users       15655 Sep 24  2003 README.html
-r--r--r--    1 r0v18    users      169678 Sep 24  2003 THIRDPARTYLICENSEREADME.html
-rw-rw----    1 r0v18    users      440179 Feb  2 13:10 instdb.ins
drwxr-xr-x    3 r0v18    users          18 Feb  2 13:09 program
lrwxrwxrwx    1 r0v18    users          33 Feb  2 13:09 setup ->
/opt/OpenOffice.org/program/setup
-rw-rw----    1 r0v18    users        9857 Feb  2 13:10 setup.log
drwxr-xr-x    6 r0v18    users          65 Feb  2 13:09 share
lrwxrwxrwx    1 r0v18    users          35 Feb  2 13:09 soffice ->
/opt/OpenOffice.org/program/soffice
lrwxrwxrwx    1 r0v18    users          35 Feb  2 13:09 spadmin ->
/opt/OpenOffice.org/program/soffice
drwxr-xr-x   17 r0v18    users        4096 Feb  2 13:10 user

=======================

drwxr-xr-x   17 r0v18    users        4096 Feb  2 13:10 .
drwxrwx---    5 r0v18    users        4096 Mar 30 15:31 ..
drwxr-xr-x    2 r0v18    users          25 Mar 30 13:34 autocorr
drwxr-xr-x    2 r0v18    users          24 Mar 30 13:08 autotext
drwxr-xr-x    2 r0v18    users           6 Mar 30 15:06 backup
drwxr-xr-x    3 r0v18    users          55 Mar 30 15:07 basic
drwxr-xr-x    3 r0v18    users        4096 Mar 13 17:05 config
drwxr-xr-x    3 r0v18    users          19 Feb  2 13:09 database
drwxr-xr-x    2 r0v18    users          68 Feb  2 13:09 gallery
drwxr-xr-x    2 r0v18    users           6 Feb  2 13:09 plugin
drwxr-xr-x    4 r0v18    users          55 Feb  2 13:10 psprint
drwxrwx---    4 r0v18    users          29 Feb  2 13:10 registry
drwxr-xr-x    2 r0v18    users          28 Mar 18 13:48 store
drwxr-xr-x    3 r0v18    users          17 Feb  2 13:10 temp
drwxr-xr-x    2 r0v18    users          25 Mar 18 13:48 template
drwxr-xr-x    2 r0v18    users           6 Feb  2 13:09 uno_packages
drwxr-xr-x    2 r0v18    users           6 Feb  2 13:09 wordbook

===========================

ls -l autocorr
total 8
drwxr-xr-x    2 r0v18    users          25 Mar 30 13:34 .
drwxr-xr-x   17 r0v18    users        4096 Feb  2 13:10 ..
-rw-r--r--    1 r0v18    users        2860 Mar 30 13:26 acor1031.dat


When I now launch OOo1.1 again, it does not know the word Oxcarbamecepin.
Unfortunatelly I am in a clinic and the colleagues have lots of these ugly words
to write.

I hope you can give me a hint, and my installation is just miss-configured.

I badly need a solution for this, because I want to migrate some users away from
M$-Windows and M$-Office to Linux and OOo as soon as possible. So far it's also
a political issue here in the clinic. 

Many thanks in advance and

best regards

Toni Schlichting
Comment 1 Oliver Specht 2004-03-30 15:14:47 UTC
What you're talking about is AutoCompletion - not AutoCorrection. 
It was not intended to write the completion list into a file. 
In most of the cases it doesn't make much sense to store it. 
It would either be a very long list with lots of unwanted suggestions or with an
most-recently-used algorithm that would probably too often remove the words you
need.

A workaraound is to create a document containing all the often needed and
complicated words and load this on startup (hidden, using a macro).


Comment 2 h.ilter 2004-04-20 14:42:20 UTC
.