summaryrefslogtreecommitdiff
path: root/freefilesync/FreeFileSync.desktop
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-06-15 10:03:09 -0400
committerB Stack <bgstack15@gmail.com>2019-06-15 10:03:09 -0400
commite5432efea618b884e41f766813655db52c086522 (patch)
tree3964f2a2ff7bcefbfc1adee93256eafea4a9ae7e /freefilesync/FreeFileSync.desktop
parentMerge branch 'scite-bump' into 'master' (diff)
downloadstackrpms-e5432efea618b884e41f766813655db52c086522.tar.gz
stackrpms-e5432efea618b884e41f766813655db52c086522.tar.bz2
stackrpms-e5432efea618b884e41f766813655db52c086522.zip
freefilesync 10.13 rpm rc1
Fixes #8 .desktop file is missing mimetypes: Added the hooks for dealing with mimetypes, and the icons, and the desktop file mimetype info
Diffstat (limited to 'freefilesync/FreeFileSync.desktop')
-rw-r--r--freefilesync/FreeFileSync.desktop12
1 files changed, 7 insertions, 5 deletions
diff --git a/freefilesync/FreeFileSync.desktop b/freefilesync/FreeFileSync.desktop
index 8e1163e..d7b508d 100644
--- a/freefilesync/FreeFileSync.desktop
+++ b/freefilesync/FreeFileSync.desktop
@@ -1,13 +1,15 @@
[Desktop Entry]
-Name=FreeFileSync
-GenericName=File synchronization
-GenericName[pt_BR]=Sincronização de arquivos
+Categories=GTK;Utility;FileTools;
Comment=Backup software to synchronize files and folders
Comment[pt_BR]=Aplicação de backup para sincronizar arquivos e diretórios
Exec=FreeFileSync
+GenericName=File synchronization
+GenericName[pt_BR]=Sincronização de arquivos
Icon=FreeFileSync
+MimeType=application/x-freefilesync-ffs;application/x-freefilesync-batch
+Name=FreeFileSync
Path=/usr/share/freefilesync
+StartupNotify=true
+StartupWMClass=FreeFileSync
Terminal=false
Type=Application
-StartupNotify=true
-Categories=GTK;Utility;
bgstack15