After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 774055 - in specific locales some apps in their original name don't get recognized
in specific locales some apps in their original name don't get recognized
Status: RESOLVED DUPLICATE of bug 767237
Product: gnome-shell
Classification: Core
Component: overview
3.22.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2016-11-07 12:57 UTC by Jakub Steiner
Modified: 2016-11-07 14:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jakub Steiner 2016-11-07 12:57:17 UTC
When I run a czech locale and search for apps in their original english name, some apps do work:

Videos
Photos
Music
Disks

but some apps do not:

Files
Weather

This might not be a shell bug, but individual app .desktop issue, in which case I'll file a bug against the appropriate app.
Comment 1 Florian Müllner 2016-11-07 14:05:20 UTC
Bug 767237 isn't quite the same (Keywords vs. Name), but which particular field is looked up in multiple locales isn't the tricky bits, so they should be similar enough.


(In reply to Jakub Steiner from comment #0)
> When I run a czech locale and search for apps in their original english
> name, some apps do work

Yeah, but that's really just by accident:
 
> Videos

Has "Video" in Keywords


> Photos

Has "gnome-photos" as executable


> Music

Dto. for "gnome-music" ...


> Disks

... and "gnome-discs"



> but some apps do not:


Yeah, no such luck here:

> Files

is really called "nautilus" ...


> Weather

... and weather uses gapplication to get DBus-activated on launch.


> This might not be a shell bug, but individual app .desktop issue, in which
> case I'll file a bug against the appropriate app.

The issue could be addressed in GIO, see bug 767237. In the short-term, the issue could also be addressed in .desktop files, but it would require that every translation team for any app with a generic name includes the untranslated name in the translated Keywords ...

*** This bug has been marked as a duplicate of bug 767237 ***