KevinTsui1234 / tint2

Automatically exported from code.google.com/p/tint2
GNU General Public License v2.0
1 stars 0 forks source link

Launcher tooltips are not localized #389

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Set launcher_item_app = /usr/share/applications/pidgin.desktop in tint2rc
2. Set launcher_tooltip = 1 in tint2rc
3. Hover the mouse on the launcher

What is the expected output? What do you see instead?
Tooltip should display the localized name of the application (.desktop's 
"Name[fr]" field in my case, "Messagerie internet Pidgin").

What version of the product are you using? On what operating system?
It displays the english name of the application (.desktop's plain "Name" field).

Please provide any additional information below.
I hope it's easy to fix :/

Original issue reported on code.google.com by nodiscc on 28 Jan 2012 at 9:18

GoogleCodeExporter commented 8 years ago
Thanks for the report. Indeed, I remember I left a TODO to handle Unicode in 
the desktop files, because the current code only understands ASCII. This is the 
main reason localization is missing.

I will look into it.

Original comment by mrovi%in...@gtempaccount.com on 28 Jan 2012 at 10:07

GoogleCodeExporter commented 8 years ago
Launcher tooltip localization should be working in revision 
https://code.google.com/p/tint2/source/detail?r=647

In case of problems, feel free to leave a comment here.

Original comment by mrovi%in...@gtempaccount.com on 14 Mar 2012 at 5:10

GoogleCodeExporter commented 8 years ago
Confirmed working. Thanks !
I think this can be closed

Original comment by nodiscc on 25 Oct 2012 at 12:49

GoogleCodeExporter commented 8 years ago

Original comment by mrovi9...@gmail.com on 22 Jan 2015 at 12:03