diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:17 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:17 -0500 |
commit | af36ac5647a15b00d994143b1371f395cc37fb5c (patch) | |
tree | b9bd5add3bc93c7f211a7bb6d0cde91ba74b6820 /src/tools/gimp.desktop | |
parent | ad7ff85aa38834912acfdca2fbe0adc9b968663c (diff) | |
download | gwenview-af36ac5647a15b00d994143b1371f395cc37fb5c.tar.gz gwenview-af36ac5647a15b00d994143b1371f395cc37fb5c.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
Diffstat (limited to 'src/tools/gimp.desktop')
-rw-r--r-- | src/tools/gimp.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/gimp.desktop b/src/tools/gimp.desktop index 8882956..8438fd8 100644 --- a/src/tools/gimp.desktop +++ b/src/tools/gimp.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -ServiceTypes=image/* +X-TDE-ServiceTypes=image/* Exec=gimp-remote %F Icon=gimp Name=The GIMP |