stop shipping static gconf translations, use gettext at runtime
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gconf |
Expired
|
Wishlist
|
|||
cdbs (Ubuntu) |
Fix Released
|
Undecided
|
Martin Pitt | ||
gconf (Ubuntu) |
Fix Released
|
Wishlist
|
Martin Pitt |
Bug Description
Binary package hint: gconf2
gconf translations are currently duplicated a lot: First, the .mo files already have them (primary source), then they are in the .schemas file in /usr/share/
* Drop the translations in .schemas and and instead put the translation domain into it; this should happen in a cdbs rule, similar to what we did with .desktop and .server files
* Drop /var/lib/
* Have gconftool and gconf-editor use gettext at runtime, using the translation domain given in %gconf-tree.xml.
Changed in gconf2: | |
assignee: | nobody → desktop-bugs |
status: | New → Confirmed |
Changed in gconf2: | |
status: | Confirmed → Triaged |
Changed in gconf2: | |
assignee: | desktop-bugs → pitti |
Changed in gconf2: | |
status: | Triaged → In Progress |
Changed in gconf: | |
status: | Unknown → New |
Changed in gconf: | |
status: | New → Confirmed |
Changed in gconf: | |
importance: | Unknown → Wishlist |
Changed in gconf: | |
status: | Confirmed → Expired |
Oh, gconftool and gconf-editor probably just use libgconf2-4, so the translation is likely centralized in gconf_schema_ get_{short, long}_desc( ).