diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-07-11 12:23:47 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2013-07-11 12:24:46 -0400 |
commit | d54092ba7a41446b5b8e6884e844be542eb08ef1 (patch) | |
tree | 6eef5e741d6dcb58cf48da25a2df16a2cf725e07 /desktop-entry | |
parent | 6650489387dbc2c03282831dcddfd2af8934d513 (diff) | |
download | xdg-specs-d54092ba7a41446b5b8e6884e844be542eb08ef1.tar.xz |
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
Diffstat (limited to 'desktop-entry')
-rw-r--r-- | desktop-entry/desktop-entry-spec.xml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/desktop-entry/desktop-entry-spec.xml b/desktop-entry/desktop-entry-spec.xml index ce270c5..94d661e 100644 --- a/desktop-entry/desktop-entry-spec.xml +++ b/desktop-entry/desktop-entry-spec.xml @@ -1023,25 +1023,6 @@ application/x-bar=bar.desktop;</programlisting> <entry>NO</entry> </row> <row> - <entry id="key-action-group-osi-nsi"> - <varname>OnlyShowIn</varname>, <varname>NotShowIn</varname> - </entry> - <entry> - 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 <varname>OnlyShowIn</varname> - and <varname>NotShowIn</varname> keys of the <varname>Desktop - Entry</varname> group, and are not replacing them. Only one of - these keys, either <varname>OnlyShowIn</varname> or - <varname>NotShowIn</varname>, may appear in each action group - (for possible values see the <ulink - url="http://www.freedesktop.org/Standards/menu-spec">Desktop - Menu Specification</ulink>). - </entry> - <entry>string(s)</entry> - <entry>NO</entry> - </row> - <row> <entry id="key-action-group-exec"><varname>Exec</varname></entry> <entry> Program to execute for this action, possibly with arguments. See the |