diff options
-rw-r--r-- | desktop-entry/ChangeLog | 6 | ||||
-rw-r--r-- | desktop-entry/desktop-entry-spec.xml | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/desktop-entry/ChangeLog b/desktop-entry/ChangeLog index 3295e61..b38d940 100644 --- a/desktop-entry/ChangeLog +++ b/desktop-entry/ChangeLog @@ -1,5 +1,11 @@ 2007-04-28 Vincent Untz <vuntz@gnome.org> + * desktop-entry-spec.xml: change "the $PATH" to "the $PATH environment + variable". + http://lists.freedesktop.org/archives/xdg/2007-March/009552.html + +2007-04-28 Vincent Untz <vuntz@gnome.org> + * desktop-entry-spec.xml: improve the description of the Comment key. http://lists.freedesktop.org/archives/xdg/2007-March/009440.html diff --git a/desktop-entry/desktop-entry-spec.xml b/desktop-entry/desktop-entry-spec.xml index f79016d..756419e 100644 --- a/desktop-entry/desktop-entry-spec.xml +++ b/desktop-entry/desktop-entry-spec.xml @@ -571,7 +571,8 @@ by one or more arguments. The executable program can either be specified with its full path or with the name of the executable only. If no full path is provided the - executable is looked up in the $PATH used by the desktop environment. + executable is looked up in the $PATH environment variable used by the + desktop environment. The name or path of the executable program may not contain the equal sign ("="). Arguments are separated by a space. </para> |