Install path: Locale files are difficult to purge
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 24.1k
- Forks
- 2k
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 365
Description
Many applications installs locales at /usr/share/locale/fr/* so user or package manager can purge /usr/share/locale by its dir name for disk space.
But, uutils/coreutils use /usr/share/locales/base32/fr-FR.ftl which is difficult to purge.
/usr/share/locale/fr/arch.ftl does not conflicts with GNU coreutils.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how the locale files under /usr/share/locales/base32/fr-FR.ftl are installed and compare that with the requested /usr/share/locale/fr/arch.ftl layout. Confirm the packaging or install entry point involved, then verify that installed locale files can be purged by the /usr/share/locale directory structure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli, localization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100