Bugzilla – Bug 151509
translations in appamor yast desktop file are broken
Last modified: 2006-03-13 08:48:32 UTC
the translations in the desktop file are broken. The "Name=Novell AppArmor" is correct but all other Name[..} entries are translated wrong to "Security and Users" - maybe a copy and paste bug.
sorry Thorsten
Yes this is a problem. Karl I think that we stopped handling the content in the desktop files and that this is done by the localization group. Do you know who I should assign this to?
If you add the update-desktop-files magic to the .spec file, we can translate it together with all the other .desktop files.
We use the macro: %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop} In the yast2-apparmor spec file. Is this the update-desktop-files magic? (it does look mystical :) Looking at our package we still are including the localized "Name[XX]=I8tn text" tags for the desktop file /usr/share/applications/YaST2/group/apparmor.desktop I will remove and recheck in for beta8.
Yes, that's it. I have to check, why this does not seem to be sufficient.
Checked in for beta8. This should eliminate the problem.