Bug 151509

Summary: translations in appamor yast desktop file are broken
Product: [openSUSE] SUSE Linux 10.1 Reporter: Uwe Gansert <ug>
Component: AppArmorAssignee: Dominic W Reynolds <dreynolds>
Status: RESOLVED FIXED QA Contact: Dominic W Reynolds <dreynolds>
Severity: Normal    
Priority: P5 - None CC: ke
Version: Beta 3.5internal   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Uwe Gansert 2006-02-16 14:59:16 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.
Comment 1 Uwe Gansert 2006-03-02 15:00:15 UTC
sorry Thorsten
Comment 2 Dominic W Reynolds 2006-03-08 23:02:09 UTC
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?
Comment 3 Karl Eichwalder 2006-03-10 20:31:48 UTC
If you add the update-desktop-files magic to the .spec file, we can translate it together with all the other .desktop files.
Comment 4 Dominic W Reynolds 2006-03-10 20:57:39 UTC
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.

Comment 5 Karl Eichwalder 2006-03-10 21:25:19 UTC
Yes, that's it.  I have to check, why this does not seem to be sufficient.
Comment 6 Dominic W Reynolds 2006-03-13 08:48:32 UTC
Checked in for beta8. This should eliminate the problem.