Wrong launchpad translations of Desktop keyword causing issues
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| xdg-user-dirs (Ubuntu) |
Fix Committed
|
Undecided
|
Ubuntu Greek Translators | ||
Bug Description
Traditionally, the "Desktop" folder has been translated to Greek as "Επιφάνεια εργασίας".
Here's an example from Ubuntu 22.04:
# gettext -d xdg-user-dirs Desktop
Επιφάνεια εργασίας
AFAIK, upstream xdg-user-dirs is still using that:
https:/
But an Ubuntu specific translation made in Launchpad overrides that to just "Επιφάνεια":
https:/
Here's an example from Ubuntu 24.04:
# gettext -d xdg-user-dirs Desktop
Επιφάνεια
Having an Ubuntu-specific customization for the very important "Desktop" keyword causes multiple problems:
- Applications such as mate-panel that have their own localizations for "Desktop" show errors. For example, in Ubuntu MATE, if I go to the Locations > Desktop menu (Τοποθεσίες > Επιφάνεια εργασίας), I'm getting the attached error dialog; this doesn't happen if I restore the correct translation.
- In several cases users will end up with multiple "Desktop" folders, e.g. a user that upgraded from 22.04 to 24.04 who decides to reinitialize his .config (user-dirs.dirs) folder will now get a different Desktop folder.
- The same thing happens in some other languages too, for example in pt_BR.
Please either restore the translation and backport it to 24.04,
or if the idea is to have a "Desktop folder translation that doesn't contain spaces", then please propagate this change to all other projects such as upstream xdg-user-dirs and MATE desktop.

Status changed to 'Confirmed' because the bug affects multiple users.