Pafrapé said: Hello.
Thank you to apologize for my language, but I'm French and I am unfortunately not very good at the language of Shakespeare.
I find USP fantastic and I can not get through.
But I have two problems :
- the names of applications is not like the Gnome application menu. Thus, in the gnome, applications are in French, while in the name USP remains in English ;
- when I create a launcher, the icon attached to the launcher does not appear in USP.
Thank you tell me how to solve these problems, especially the second.
Thank you in advance for your reply. Your English is better than my French :) Unfortunately we have not done any internationalisation of USP. The only solution at present is to edit the easyfiles.py and replace the ``` if datalist[i][0:5] == "Name=": PlaceName = datalist[i][5:]
with ```
if datalist[i][0:**9**] == "Name**[fr]**=":
PlaceName = datalist[i][**9**:]
This will at least give you the name in French but you may find that some apps don't have Name[fr] in the launchers.
USP follows the icon name in the launcher file if you don't have that icon in your theme it should default to standard theme icons. However there is a bug that I am going to be working on which involves spaces between the = and the icon name.
I will put both of these on a bug report at launchpad so I don't forget.
Hope this helps.