Gauvain and Daniele<br><br>for the plugins you are going to work on from now please do the following in addition<br>to normal tasks:<br>make sure that the installed .desktop file (in /usr/share/applications) contains the following
<br>entry as the last line<br>X-Ubuntu-Gettext-Domain=package<br>where package is replaced by the gettext domain of the package, and is most  of the times<br>the name of the executable it installs. That is usually the GETTEXT_DOMAIN variable in the 
<br>Makefile in the po/ directory.<br><br>look at any of the recently uploaded changes by Martin Pitt .<br>or<br>$grep X-Ubuntu /usr/share/applications/*desktop<br>in a relatively recent dapper<br><br>in other words look at the basename of the .mo files the package installs.
<br><br>This is needed so that after dapper is released (but even until then) applications that parse desktop files<br>such as panels, menus filemanagers, can use translations which are not inside the desktop file, but provided
<br>separately in /usr/share/locale. So when translations are made in rosetta and language packs get updated<br>the desktop files themselves do not need to be touched.<br>This needs the said parsing applications to know about this entry. Gnome is patched in ubuntu and I may do this
<br>for xfce before dapper since it doesn't sound hard. But even so, for the apps we install (thunar, mousepad etc) having<br>the entries there makes the gnome menu be able to use their translations.<br><br>The existing packages and already uploaded plugins I'll take care for as I upload other changes, but for new packages
<br>please provide this from the start<br><br>thanks<br>Jani<br><br><br><br>