Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 197970 - app-misc/worker-2.15.0 generate a non valid desktop file
Summary: app-misc/worker-2.15.0 generate a non valid desktop file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor
Assignee: Tobias Scherbaum (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-03 16:28 UTC by Dominique Michel
Modified: 2007-12-04 20:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominique Michel 2007-11-03 16:28:09 UTC
With desktop-file-validate, I get the following error (and warnings):

 $ desktop-file-validate worker-worker.desktop
worker-worker.desktop: warning: key "Encoding" in group "Desktop Entry" is deprecated
worker-worker.desktop: warning: value "" for key "Path" in group "Desktop Entry" does not look like an absolute path
worker-worker.desktop: error: value "WorkerIcon.xpm" for key "Icon" in group "Desktop Entry" is an icon name with an extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path


Reproducible: Always

Steps to Reproduce:
1. emerge worker
2.
3.

Actual Results:  
app-misc/worker-2.15.0 generate a non valid desktop file

Expected Results:  
That a valid desktop file will be generated.

To change in the ebuild the line:
        make_desktop_entry ${PN} Worker WorkerIcon.xpm "FileManager"
into
        make_desktop_entry ${PN} Worker WorkerIcon "FileManager"
will generate a valid desktop file.
Comment 1 Tobias Scherbaum (RETIRED) gentoo-dev 2007-12-04 20:26:19 UTC
Fixed in worker-2.16.1.ebuild. Thanks for reporting!