** 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.
https://bug
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 DisplayPassk
** 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 about
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 loc
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 doe
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 = "ubuntu-system
** 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 not
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 notifica
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)