summaryrefslogtreecommitdiffstats
path: root/pym/portage/util/_desktop_entry.py
Commit message (Collapse)AuthorAgeFilesLines
* validate_desktop_entry: ignore Encoding keyZac Medico2012-11-141-0/+1
| | | | See bug #443100.
* validate_desktop_entry: handle df-utils-0.21 hintZac Medico2012-10-281-1/+3
|
* Only validate .desktop files that are installed into XDG-compliant locations.Michael Palimaka2012-09-111-54/+3
| | | | This replaces the existing error blacklist, and therefore removes the repoman check.
* validate_desktop_entry: filter more KDE noise.Michael Palimaka2012-09-031-2/+7
|
* validate_desktop_entry: handle emacs.desktopZac Medico2012-09-021-0/+14
| | | | See <https://bugs.freedesktop.org/show_bug.cgi?id=35844#c6>.
* validate_desktop_entry: filter more kde noiseZac Medico2012-08-261-14/+46
| | | | This will fix bug #432862.
* parse_desktop_entry: fix python3 bug #429544Zac Medico2012-08-021-1/+5
|
* validate_desktop_entry: handle Python 3.1Zac Medico2012-05-011-1/+6
|
* repoman: ignore false Service desktop entry errorZac Medico2012-04-301-0/+70
This will fix bug #414125.