diff options
author | B Stack <bgstack15@gmail.com> | 2019-06-15 10:03:09 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-06-15 10:03:09 -0400 |
commit | e5432efea618b884e41f766813655db52c086522 (patch) | |
tree | 3964f2a2ff7bcefbfc1adee93256eafea4a9ae7e /freefilesync/RealTimeSync.desktop | |
parent | Merge branch 'scite-bump' into 'master' (diff) | |
download | stackrpms-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/RealTimeSync.desktop')
-rw-r--r-- | freefilesync/RealTimeSync.desktop | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/freefilesync/RealTimeSync.desktop b/freefilesync/RealTimeSync.desktop index 0a94126..fa2b1d4 100644 --- a/freefilesync/RealTimeSync.desktop +++ b/freefilesync/RealTimeSync.desktop @@ -1,13 +1,14 @@ [Desktop Entry] -Name=RealTimeSync -GenericName=Automated Synchronization -GenericName[pt_BR]=Sincronização Automatizada +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 -StartupNotify=true -Categories=GTK;Utility; |