diff options
author | Waldo Bastian <waldo.bastian@intel.com> | 2006-10-04 16:43:52 +0000 |
---|---|---|
committer | Waldo Bastian <waldo.bastian@intel.com> | 2006-10-04 16:43:52 +0000 |
commit | 1401d6827d1cfdfad382dca1d7babcc10559354c (patch) | |
tree | 27a9443ba7d320ac4e70868a57392efdb1a2062a /desktop-entry | |
parent | 6a152b3456f3e86d44ab394c81310a9fa536ce01 (diff) | |
download | xdg-specs-1401d6827d1cfdfad382dca1d7babcc10559354c.tar.xz |
Deprecate %v, it is FSDevice specific
Diffstat (limited to 'desktop-entry')
-rw-r--r-- | desktop-entry/ChangeLog | 3 | ||||
-rw-r--r-- | desktop-entry/desktop-entry-spec.xml | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/desktop-entry/ChangeLog b/desktop-entry/ChangeLog index 55d5737..a570173 100644 --- a/desktop-entry/ChangeLog +++ b/desktop-entry/ChangeLog @@ -1,3 +1,6 @@ +2006-10-04 Waldo Bastian <waldo.bastian@intel.com> + * Deprecate %v, it is FSDevice specific + 2006-08-30 Waldo Bastian <waldo.bastian@intel.com> * list FSDevice type as KDE specific * refer to Icon Theme Specification diff --git a/desktop-entry/desktop-entry-spec.xml b/desktop-entry/desktop-entry-spec.xml index 8eb9eb2..180172a 100644 --- a/desktop-entry/desktop-entry-spec.xml +++ b/desktop-entry/desktop-entry-spec.xml @@ -735,8 +735,7 @@ <row> <entry><literal>%v</literal></entry> <entry> - The device as listed in the <varname>Dev</varname> key in - the desktop file. + Deprecated. </entry> </row> <row> @@ -987,7 +986,8 @@ X-KDE-ServiceType=FooService</programlisting> desktop entry, this should be expanded as two arguments, <literal>--miniicon</literal> and the content of the <varname>MiniIcon</varname> key, it can also be ignored by - expanding it to no arguments). + expanding it to no arguments) and %v (the device as listed + in the <varname>Dev</varname> key in the desktop file). </para> </listitem> <listitem> |