diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-10-01 20:31:48 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-10-05 00:48:22 +0300 |
| commit | 2ff69b20df0864182fdf2b146d29dc67d0cb9a5b (patch) | |
| tree | 9484afc57816b7a801fd44fd7164c4e68695b669 /test cases/frameworks/6 gettext/generated/something.desktop.in.in | |
| parent | 1c6b8b72cb2b55a65d0a0784bb16acef58dc66c4 (diff) | |
| download | meson-2ff69b20df0864182fdf2b146d29dc67d0cb9a5b.tar.gz | |
Fix handling generated .desktop files. Closes #4304.
Diffstat (limited to 'test cases/frameworks/6 gettext/generated/something.desktop.in.in')
| -rw-r--r-- | test cases/frameworks/6 gettext/generated/something.desktop.in.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test cases/frameworks/6 gettext/generated/something.desktop.in.in b/test cases/frameworks/6 gettext/generated/something.desktop.in.in new file mode 100644 index 000000000..e2094fdc2 --- /dev/null +++ b/test cases/frameworks/6 gettext/generated/something.desktop.in.in @@ -0,0 +1,15 @@ +[Desktop Entry] +Name=Something doer +Comment=Do something +# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! +Keywords=zip;tar;extract;unpack; +TryExec=file-roller +Exec=file-roller %U +StartupNotify=true +Terminal=false +Type=Application +# Translators: Do NOT translate or transliterate this text (this is an icon file name)! +Icon=something +Categories=GTK;GNOME;Utility +X-GNOME-DocPath=file-roller/file-roller.xml +X-GNOME-UsesNotifications=true |
