summaryrefslogtreecommitdiffstats
path: root/desktop-entry
AgeCommit message (Collapse)AuthorFilesLines
2014-04-23desktop-entry spec: fix typoHEADmasterRyan Lortie1-1/+1
2014-04-10desktop entry spec: Add support for Implements=Ryan Lortie1-0/+60
https://bugs.freedesktop.org/show_bug.cgi?id=73317
2014-04-04desktop-entry-spec: define "desktop ID"David Faure1-0/+44
(was only in menu spec; moved and improved) As requested and reviewed by Ryan Lortie, also reviewed by Bastien Nocera.
2014-04-03desktop-entry: specify $XDG_CURRENT_DESKTOPRyan Lortie1-7/+26
2014-04-02date -> pubdate, so it appears in the HTML-generated pagesDavid Faure1-1/+1
https://bugs.freedesktop.org/show_bug.cgi?id=76045
2014-04-01desktop-entry: call this 1.1 for simplicityDavid Faure1-1/+1
2014-04-01desktop-entry: Mention that trailing commas in lists are optionalJerome Leclanche1-5/+6
https://bugs.freedesktop.org/show_bug.cgi?id=76902 Approved by David Faure and Ryan Lortie
2013-07-11desktop-entry-spec: Remove OnlyShowIn / NotShowIn from desktop actionsJasper St. Pierre1-19/+0
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
2013-07-11desktop-entry: add DBusActivatableRyan Lortie1-8/+93
Add a DBusActivatable key along with the recommendation that desktop files be named like "org.example.FooViewer.desktop". https://bugs.freedesktop.org/show_bug.cgi?id=64066
2012-01-24desktop-entry: Improvements to specification of actionsVincent Untz1-95/+112
Structure and reorganize the text with subsections, and reword for clarifications. Also make the Icon key a localestring, like it is for Desktop Entry. Add a link to the Exec key section in the description of [Desktop Entry]/Exec.
2012-01-24desktop-entry: Restore support for Desktop ActionsGiovanni Campagna1-3/+127
Reintroduce the Actions key, which was removed around version 1.1, and give it a formal specification, detailing what actions applications are expected to provide and who should make use of this information. Names were taken from the original specification, since apparently they have been in use during all this time. Also remove X-KDE-* keys from the example, as it's unrelated to the spec.
2011-12-19desktop-entry: Add an optional Keywords keyFlorian Müllner1-2/+21
When searching through .desktop files, the existing keys meant for menu browsing may produce insufficient results; add a new optional key specifically targeting search which may be used to improve matches.
2008-09-12reword sentence about characters allowed in key names to avoid someVincent Untz2-2/+8
2008-09-12 Vincent Untz <vuntz@gnome.org> * desktop-entry-spec.xml: reword sentence about characters allowed in key names to avoid some ambiguity. Patch by Simon McVittie <simon.mcvittie@collabora.co.uk>
2008-03-04bump version to 1.1-draft, so we can publish it. SeeVincent Untz2-2/+7
2008-03-04 Vincent Untz <vuntz@gnome.org> * desktop-entry-spec.xml: bump version to 1.1-draft, so we can publish it. See http://bugs.freedesktop.org/show_bug.cgi?id=14097
2007-09-10fix Icon key in example: it was using the .png extension for an icon name.Vincent Untz2-1/+6
2007-09-10 Vincent Untz <vuntz@gnome.org> * desktop-entry-spec.xml: fix Icon key in example: it was using the .png extension for an icon name. Which is wrong :-)
2007-07-27don't say that the files are encoded as lines of 8-bit characters, whichVincent Untz2-2/+10
2007-07-27 Vincent Untz <vuntz@gnome.org> * desktop-entry-spec.xml: don't say that the files are encoded as lines of 8-bit characters, which is wrong for UTF-8. Use something a bit better proposed by Matthias Clasen <mclasen@redhat.com> Bug #11417.
2007-05-30s/DESKTOP_LAUNCH_ID/DESKTOP_STARTUP_ID/ Thanks to Dan WinshipVincent Untz2-1/+7
2007-05-30 Vincent Untz <vuntz@gnome.org> * desktop-entry-spec.xml: s/DESKTOP_LAUNCH_ID/DESKTOP_STARTUP_ID/ Thanks to Dan Winship <danw@gnome.org> for catching this. Bug #11081.
2007-04-28scanf behavior is locale-dependent, and the numeric type shouldn't be.Vincent Untz2-1/+9
2007-04-28 Vincent Untz <vuntz@gnome.org> * desktop-entry-spec.xml: scanf behavior is locale-dependent, and the numeric type shouldn't be. Specify that the value is a floating point number as recognized by scanf in the C locale. Thanks to Dan Winship <danw@gnome.org> for catching this. http://lists.freedesktop.org/archives/xdg/2007-April/009732.html
2007-04-28clarify description for the TryExec key.Vincent Untz2-3/+10
2007-04-28 Vincent Untz <vuntz@gnome.org> * desktop-entry-spec.xml: clarify description for the TryExec key. http://lists.freedesktop.org/archives/xdg/2007-March/009556.html
2007-04-28change "the $PATH" to "the $PATH environment variable".Vincent Untz2-1/+8
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-28improve the description of the Comment key.Vincent Untz2-3/+8
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
2007-04-28a desktop file of type Application should always have an Exec key. SameVincent Untz2-2/+15
2007-04-28 Vincent Untz <vuntz@gnome.org> * desktop-entry-spec.xml: a desktop file of type Application should always have an Exec key. Same for Link Type and URL key. http://lists.freedesktop.org/archives/xdg/2007-March/009437.html
2007-04-28desktop files of type Directory have a .directory extension right now (atVincent Untz2-6/+15
2007-04-28 Vincent Untz <vuntz@gnome.org> * desktop-entry-spec.xml: desktop files of type Directory have a .directory extension right now (at least in GNOME), but according to the spec, this is wrong. The patch fixes this. Also, it removes a small part of text explaining the name of a desktop file describing a directory. http://lists.freedesktop.org/archives/xdg/2007-March/009437.html
2007-04-28clarify a bit the text about keys that only makes sense in a specificVincent Untz2-1/+13
2007-04-28 Vincent Untz <vuntz@gnome.org> * desktop-entry-spec.xml:clarify a bit the text about keys that only makes sense in a specific context. Also, state that the keys should not be used outside of this context. For example, the URL key should not be present if the type is not Link. http://lists.freedesktop.org/archives/xdg/2007-March/009437.html
2007-04-28small typoVincent Untz2-1/+9
2007-04-28 Vincent Untz <vuntz@gnome.org> * desktop-entry-spec.xml: small typo http://lists.freedesktop.org/archives/xdg/2007-March/009437.html
2007-04-28this changes the type of the version from numeric to string. It's neededVincent Untz2-1/+8
2007-04-28 Vincent Untz <vuntz@gnome.org> * desktop-entry-spec.xml: this changes the type of the version from numeric to string. It's needed if we consider the possibility that there are some desktop entry files out there using 0.9.x as a value for this key. The change doesn't break anything.
2007-04-28UnmountIcon is a localestring key.Vincent Untz2-2/+5
2007-04-28 Vincent Untz <vuntz@gnome.org> * desktop-entry-spec.xml: UnmountIcon is a localestring key.
2007-04-28clarify that lists should always end with a semicolon, even if there'sVincent Untz2-4/+8
2007-04-28 Vincent Untz <vuntz@gnome.org> * desktop-entry-spec.xml: clarify that lists should always end with a semicolon, even if there's only one value.
2007-02-07See http://lists.freedesktop.org/archives/xdg/2006-November/008714.htmlWaldo Bastian2-15/+37
2006-10-31Remove equal sign from reserved characters in Exec args Add backslash toWaldo Bastian2-8/+13
* Remove equal sign from reserved characters in Exec args * Add backslash to list of reserved characters in Exec args
2006-10-16Update version (0.9.7)Waldo Bastian1-2/+2
2006-10-04Deprecate %v, it is FSDevice specificWaldo Bastian2-3/+6
2006-09-20Remove confusing "MUST" column.Waldo Bastian1-38/+18
2006-09-19Clarify how the version number must look like (if present).Waldo Bastian1-6/+4
2006-09-19Remove "regexp" type, it is no longer used in the spec.Waldo Bastian1-3/+3
2006-09-19remove "Actions" from the 1.0 version of the spec because is itWaldo Bastian1-20/+1
under-specified and not widely implemented.
2006-08-30list FSDevice type as KDE specific refer to Icon Theme SpecificationWaldo Bastian2-70/+81
* list FSDevice type as KDE specific * refer to Icon Theme Specification
2006-08-22clarification of Exec key correction of StartupWMClass, clarifyWaldo Bastian2-68/+167
* clarification of Exec key * correction of StartupWMClass, clarify StartupNotify (Lubos Lunak) * deprecate SortOrder and FilePattern key (Vincent Untz) * remove section on "MIME Type caching" from spec (Vincent Untz) * groups and keys must be unique (Vincent Untz) See http://lists.freedesktop.org/archives/xdg/2006-August/008446.html
2006-05-28Patch by Vincent Untz <vuntz@gnome.org>Waldo Bastian2-205/+206
* cleanup of text and some reorg for clearity * move all of the legacy-mixed encoding stuff to the appendix * deprecate the Swallow* keys * improve definition of group headers * reorder the list of standard keys so they are sorted by type See http://lists.freedesktop.org/archives/xdg/2006-May/008131.html
2004-07-13Update the MIME description to make it more relevent.Jonathan Blandford2-91/+98
Tue Jul 13 18:04:11 2004 Jonathan Blandford <jrb@gnome.org> * desktop-entry-spec.xml: Update the MIME description to make it more relevent.
2004-04-19Pointed out by Ville Skyttä <ville.skytta@iki.fi>Mark McLoughlin2-1/+7
2004-04-19 Mark McLoughlin <mark@skynet.ie> Pointed out by Ville Skyttä <ville.skytta@iki.fi> * desktop-entry-spec.xml: fix minor typo.
2004-04-18Patch from Ville Skyttä <ville.skytta@iki.fi>Mark McLoughlin2-218/+306
2004-04-18 Mark McLoughlin <mark@skynet.ie> Patch from Ville Skyttä <ville.skytta@iki.fi> * desktop-entry-spec.xml: editorial changes, fixes for typos and general cleanups.
2004-01-31articleinfo <> artheaderlanius1-2/+2
2003-12-06fixed artheader -> articleinfolanius1-2/+2
2003-09-29fixed typolanius1-1/+1
2003-08-03added exec parms patchlanius1-5/+7
2003-07-19version 0.9.4lanius1-302/+340
2003-07-09sync with website / convert to xmllanius3-1154/+9
2003-07-07Merge changes by Havoc Pennington that had been made in web module:Owen Taylor2-12/+131
Mon Jul 7 18:26:14 2003 Owen Taylor <otaylor@redhat.com> * destop-entry-spec.sgml: Merge changes by Havoc Pennington that had been made in web module: 2002/04/20: add changes posted to xdg-list a while back
2002-08-24In legacy-mixed table, fix duplicate pt entry, language code for Armenian.Owen Taylor2-3/+12
Sat Aug 24 17:00:48 2002 Owen Taylor <otaylor@redhat.com> * desktop-entry-spec.sgml: In legacy-mixed table, fix duplicate pt entry, language code for Armenian. Make explicit that language-country locale tags can match a single language in the table. (Pablo Saratxaga)