diff options
| author | jvoisin | 2011-08-16 18:51:36 +0200 |
|---|---|---|
| committer | jvoisin | 2011-08-16 18:51:36 +0200 |
| commit | 81ad60fd8e3bbb2f07da2a881f35d576c0a2a9d8 (patch) | |
| tree | 1685e09d84a266355253d33cdb0f88d11e01471f | |
| parent | 9f8dab3209e42a7b69a8a7a1ae100d707a4fc558 (diff) | |
Mock up of the .desktop file
| -rw-r--r-- | .desktop | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.desktop b/.desktop new file mode 100644 index 0000000..e487359 --- /dev/null +++ b/.desktop | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | [Desktop Entry] | ||
| 2 | Encoding=UTF-8 | ||
| 3 | Name=mat | ||
| 4 | GenericName=mat | ||
| 5 | Version=1.0 | ||
| 6 | Type=Application | ||
| 7 | Comment=Metadata Anonymisation Toolkit | ||
| 8 | Comment[Fr]=Kit d'anonymisation de metadata | ||
| 9 | TryExec=mat-gui.py | ||
| 10 | Terminal=false | ||
| 11 | Categories=Utility;FileTools;Security | ||
