From 0a7bb1375a3506910a20541f2dbc1cb7ccafe431 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Wed, 3 Jul 2013 15:46:58 -0400 Subject: [PATCH] desktop-entry-spec: Remove OnlyShowIn / NotShowIn from desktop actions As discussed on the list, there doesn't seem to be a good rationale for allowing actions to specify what desktop environment actions shoudl be shown in. https://bugs.freedesktop.org/show_bug.cgi?id=66712 --- desktop-entry/desktop-entry-spec.xml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/desktop-entry/desktop-entry-spec.xml b/desktop-entry/desktop-entry-spec.xml index 7d99d0a..569afd2 100644 --- a/desktop-entry/desktop-entry-spec.xml +++ b/desktop-entry/desktop-entry-spec.xml @@ -942,25 +942,6 @@ application/x-bar=bar.desktop; NO - - OnlyShowIn, NotShowIn - - - A list of strings identifying the environments that should - display/not display this specific action. These keys are to be - interpreted in addition to the OnlyShowIn - and NotShowIn keys of the Desktop - Entry group, and are not replacing them. Only one of - these keys, either OnlyShowIn or - NotShowIn, may appear in each action group - (for possible values see the Desktop - Menu Specification). - - string(s) - NO - - Exec Program to execute for this action, possibly with arguments. -- 1.8.3.1