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 659575 - Wrong title in Notification
Wrong title in Notification
Status: RESOLVED INCOMPLETE
Product: gnome-shell
Classification: Core
Component: message-tray
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-09-20 12:35 UTC by Guillaume Desmottes
Modified: 2013-09-07 17:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
toaster notification (5.23 KB, image/jpeg)
2011-09-20 12:35 UTC, Guillaume Desmottes
Details
notification (10.16 KB, image/jpeg)
2011-09-20 12:36 UTC, Guillaume Desmottes
Details

Description Guillaume Desmottes 2011-09-20 12:35:38 UTC
Created attachment 197048 [details]
toaster notification

While working on bug #658961 I wrote this code:


        MessageTray.Notification.prototype._init.call(this,
                                                      source,
                                                      /* translators: argument is an account name like
                                                       * alice@gmail.com for example. */
                                                      _("Password needed for account %s").format(account.get_display_name()),
                                                      null,
                                                      { customContent: true });

The title of the notification is correct in the "toaster" notification but the %s part is missing when opening the notification later.

Attaching screenshots.
Comment 1 Guillaume Desmottes 2011-09-20 12:36:02 UTC
Created attachment 197049 [details]
notification
Comment 2 Florian Müllner 2012-11-02 17:26:07 UTC
Still happening with latest message-tray changes?
Comment 3 Florian Müllner 2013-09-07 17:24:06 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!