Bug 217187
Summary: | impossible to install mozilla.org dictionaries in Thunderbird | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | David Monniaux <david.monniaux> |
Component: | thunderbird | Assignee: | Christopher Aillon <caillon> |
Status: | CLOSED DUPLICATE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6 | CC: | bloch, johnpcooper, mcepl |
Target Milestone: | --- | Keywords: | EasyFix |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2007-07-23 10:53:14 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
David Monniaux
2006-11-24 20:32:27 UTC
Permissons on /usr/lib/thunderbird-1.5.0.8/components/myspell will not allow non-root users to add to dictionaries. Fixed by :- # chmod 777 /usr/lib/thunderbird-1.5.0.8/components/myspell/ Can fully reproduce on Firefox on RHEL5b2. Maybe chmod 777 is too drastic. What about chgrp mail + chmod 775? |