Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Please translate "About Fedora" desktop file
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=208220
------- Additional Comments From mclasen@redhat.com 2006-12-15 13:49 EST ------- Odd, I don't recall why we would have chosen this approach with Exec[<locale>]. It doesn't work, because Exec is defined as a string, not a localestring, in the desktop entry spec.
For the RH deployment guide, we did things differently. We have a single exec line:
Exec=yelp ghelp:Deployment_Guide
and then we link the deployment guide into the /usr/share/gnome/help hierarchy so that yelp can find it:
/usr/share/gnome/help/Deployment_Guide/en --> /usr/share/doc/Deployment_Guide-en
This requires that the toplevel file is named the same as the directory, since ghelp:Deployment_Guide causes yelp to look for
/usr/share/gnome/help/Deployment_Guide/<locale>/Deployment_Guide.xml
Would this approach be possible for about fedora ?