[Bug 1420404] Re: Name entry in desktop file not localized

2015-10-21 Thread Pat McGowan
** Changed in: canonical-devices-system-image Status: New => Fix Released ** Changed in: ubuntu-system-settings (Ubuntu RTM) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1420404] Re: Name entry in desktop file not localized

2015-02-13 Thread Launchpad Bug Tracker
** Branch linked: lp:~seb128/ubuntu-system-settings/set-correct- application-name -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1420404 Title: Name entry in desktop file not localized To manage

[Bug 1420404] Re: Name entry in desktop file not localized

2015-02-13 Thread Sebastien Bacher
Ok, that was fun debugging, summmary of the issue - g_app_info_get_display_name() calls g_dgettext() - g_dgettext() decides on the translation strategy based on the return of the first call - ubuntu-system-settings main.cpp calls initTr(I18N_DOMAIN, nullptr) with I18N_DOMAIN =

[Bug 1420404] Re: Name entry in desktop file not localized

2015-02-13 Thread Sebastien Bacher
In fact it seems fine on the launcher and the start screen, assuming that the patch is enough then :-) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1420404 Title: Name entry in desktop file not

[Bug 1420404] Re: Name entry in desktop file not localized

2015-02-13 Thread Sebastien Bacher
The issue I debugged, which is what Victor reported on IRC, is that the name doesn't show translated in the notifications panel. Since that got uses gappinfo to get the name it should get the translations through gettext. We might still need to unstrip the .desktop as well though because unity8

[Bug 1420404] Re: Name entry in desktop file not localized

2015-02-13 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/ubuntu-system-settings -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1420404 Title: Name entry in desktop file not localized To manage notifications

[Bug 1420404] Re: Name entry in desktop file not localized

2015-02-13 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-system-settings - 0.3+15.04.20150213-0ubuntu1 --- ubuntu-system-settings (0.3+15.04.20150213-0ubuntu1) vivid; urgency=medium [ Sebastien Bacher ] * bluetooth: workaround for a bluez bug where the number of entered digits in

[Bug 1420404] Re: Name entry in desktop file not localized

2015-02-11 Thread Sebastien Bacher
In fact that works on the desktop in unity7 and not under an unity8 session on the same machine. The code uses g_app_info_get_display_name() which is supposed to use gettext, the env looks similar (at least for LANGUAGE, LANG, LC_*), not sure what is different... -- You received this bug

[Bug 1420404] Re: Name entry in desktop file not localized

2015-02-10 Thread Sebastien Bacher
Confirmed, looking at the issue ** Changed in: ubuntu-system-settings (Ubuntu) Importance: Undecided = High ** Changed in: ubuntu-system-settings (Ubuntu) Status: New = In Progress ** Changed in: ubuntu-system-settings (Ubuntu) Assignee: (unassigned) = Sebastien Bacher (seb128)