Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 104003

Summary: [PATCH] Wrong use of intltool for generating hwbrowser.desktop
Product: [Retired] Red Hat Raw Hide Reporter: Miloslav Trmac <mitr>
Component: hwbrowserAssignee: Brent Fox <bfox>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-09-15 20:38:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 103999    
Attachments:
Description Flags
Patch fixing hwbrowser.desktop.in and adding it to po/POTFILES.in none

Description Miloslav Trmac 2003-09-08 23:35:58 UTC
Description of problem:
hwbrowser.desktop.in contains pre-filled Name, GenericName and Comment
entries, which intltool doesn't touch at all. The .desktop.in file
should contain _Name, _GenericName and _Comment entries and
it should be mentioned in POTFILES.in, so that the strings are marked
for translation and automatically added to the desktop file.

Version-Release number of selected component (if applicable):
hwbrowser-0.10-2

Additional info:
Using ';' to split dependencies and command in the %.desktop: %.desktop.in
rule in Makefile is ugly.

Comment 1 Miloslav Trmac 2003-09-10 00:44:02 UTC
Created attachment 94356 [details]
Patch fixing hwbrowser.desktop.in and adding it to po/POTFILES.in

The attached patch fixes the issues, so that hwbrowser.desktop really is
generated from the .po files. This alone adds several translations
to the .desktop file; also, the Comment field is available for translation.

Comment 2 Brent Fox 2003-09-15 20:38:07 UTC
Patch applied and committed to cvs.  Thanks for your help.  hwbrowser-0.11-1
will contain the updated desktop file.