To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51463
User pjanik changed the following:
What |Old value |New value
================================================================================
Priority|P3 |P4
--------------------------------------------------------------------------------
Summary|Installation of wordbooks |Languages dialog doesn't
|etc. via DicOOo broken |honour user dictionaries
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Jul 29 04:01:13 -0700
2005 -------
Running strace:
[EMAIL PROTECTED]:~/SRC680_m122/program> strace ./soffice.bin 2>&1 | grep
dictionary.lst
... Entering Languages dialog:
lstat64("/home/pavel/SRC680_m122/share/dict/ooo/dictionary.lst.1st",
{st_mode=S_IFREG|0666, st_size=1100, ...}) = 0
lstat64("/home/pavel/SRC680_m122/share/dict/ooo/dictionary.lst",
{st_mode=S_IFREG|0666, st_size=1117, ...}) = 0
lstat64("/home/pavel/SRC680_m122/share/dict/ooo/dictionary.lst.old",
{st_mode=S_IFREG|0666, st_size=1100, ...}) = 0
... Entering Writing aids dialog:
lstat64("/home/pavel/.openoffice.org2/user/wordbook/dictionary.lst",
{st_mode=S_IFREG|0644, st_size=39, ...}) = 0
lstat64("/home/pavel/.openoffice.org2/user/wordbook/dictionary.lst.1st",
{st_mode=S_IFREG|0644, st_size=22, ...}) = 0
lstat64("/home/pavel/.openoffice.org2/user/wordbook/dictionary.lst.old",
{st_mode=S_IFREG|0644, st_size=22, ...}) = 0
open("/home/pavel/.openoffice.org2/user/wordbook/dictionary.lst", O_RDONLY) = 39
open("/home/pavel/SRC680_m122/share/dict/ooo/dictionary.lst", O_RDONLY) = 39
open("/home/pavel/.openoffice.org2/user/wordbook/dictionary.lst", O_RDONLY) = 39
open("/home/pavel/SRC680_m122/share/dict/ooo/dictionary.lst", O_RDONLY) = 39
open("/home/pavel/.openoffice.org2/user/wordbook/dictionary.lst", O_RDONLY) = 39
open("/home/pavel/SRC680_m122/share/dict/ooo/dictionary.lst", O_RDONLY) = 39
-> changing summary. The dialog Tools - Options - Language settings - Languages
desn't read dictionary.lst files in users' directories.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]