diff options
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> |