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.
Fixed in worker-2.16.1.ebuild. Thanks for reporting!