From e5432efea618b884e41f766813655db52c086522 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sat, 15 Jun 2019 10:03:09 -0400 Subject: 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 --- freefilesync/debian/FreeFileSync.desktop | 15 +++++++++++++++ freefilesync/debian/RealTimeSync.desktop | 14 ++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 freefilesync/debian/FreeFileSync.desktop create mode 100644 freefilesync/debian/RealTimeSync.desktop (limited to 'freefilesync/debian') diff --git a/freefilesync/debian/FreeFileSync.desktop b/freefilesync/debian/FreeFileSync.desktop new file mode 100644 index 0000000..d7b508d --- /dev/null +++ b/freefilesync/debian/FreeFileSync.desktop @@ -0,0 +1,15 @@ +[Desktop Entry] +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 diff --git a/freefilesync/debian/RealTimeSync.desktop b/freefilesync/debian/RealTimeSync.desktop new file mode 100644 index 0000000..fa2b1d4 --- /dev/null +++ b/freefilesync/debian/RealTimeSync.desktop @@ -0,0 +1,14 @@ +[Desktop Entry] +Categories=GTK;Utility;FileTools; +Comment=Real time synchronization +Comment[pt_BR]=Sincronização em tempo real +Exec=RealTimeSync +GenericName=Automated Synchronization +GenericName[pt_BR]=Sincronização Automatizada +Icon=RealTimeSync +MimeType=application/x-freefilesync-real +Name=RealTimeSync +Path=/usr/share/freefilesync +StartupNotify=true +Terminal=false +Type=Application -- cgit