Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 457586 - dev-python/wxpython installs one or more .desktop files that do not pass validation
Summary: dev-python/wxpython installs one or more .desktop files that do not pass vali...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Gentoo wxWidgets project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: .desktop
  Show dependency tree
 
Reported: 2013-02-14 19:08 UTC by Agostino Sarubbo
Modified: 2013-03-04 09:03 UTC (History)
2 users (show)

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 Agostino Sarubbo gentoo-dev 2013-02-14 19:08:04 UTC
 * QA Notice: This package installs one or more .desktop files that do not
 * pass validation.
 * 
 *      /usr/share/applications/PyAlaMode.desktop: warning: value "Application;Development;" for key "Categories" in group "Desktop Entry" contains a deprecated value 
"Application"
 *      /usr/share/applications/PyCrust.desktop: warning: value "Application;Development;" for key "Categories" in group "Desktop Entry" contains a deprecated value 
"Application"
 *      /usr/share/applications/PyShell.desktop: warning: value "Application;Development;" for key "Categories" in group "Desktop Entry" contains a deprecated value 
"Application"
 *      /usr/share/applications/XRCed.desktop: warning: value "Application;Development;" for key "Categories" in group "Desktop Entry" contains a deprecated value 
"Application"
 *
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2013-03-04 06:16:59 UTC
How does this look?

Writing /mnt/gen2/TmpDir/portage/dev-python/wxpython-2.8.12.1-r1/image//_python2.7/usr/lib64/python2.7/site-packages/wxPython_common-2.8.12.1-py2.7.egg-info
 * common: running python_install_all
>>> Completed installing wxpython-2.8.12.1-r1 into /mnt/gen2/TmpDir/portage/dev-python/wxpython-2.8.12.1-r1/image/

strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line

....................................

Please test, close.
Comment 2 Michael Palimaka (kensington) gentoo-dev 2013-03-04 08:38:06 UTC
Dropping the categories key completely is not really a good idea, just dropping 'Application' would be enough.
Comment 3 Ian Delaney (RETIRED) gentoo-dev 2013-03-04 09:03:12 UTC
Aha. Got it. my log's gone missing

  04 Mar 2013; Ian Delaney <idella4@gentoo.org>
  files/wxpython-2.8.12-drop-categories.patch:
  Correction to patch wrt Bug #457586