summaryrefslogtreecommitdiff
path: root/freefilesync/debian/RealTimeSync.desktop
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-06-15 15:47:46 +0000
committerB Stack <bgstack15@gmail.com>2019-06-15 15:47:46 +0000
commit82800d089b42be1f6d98afd13379db81f5e71ead (patch)
tree7e64b76abac725f5aef87b51661449beda73efdc /freefilesync/debian/RealTimeSync.desktop
parentMerge branch 'scite-bump' into 'master' (diff)
parentfreefilesync 10.13 dpkg rc1 (diff)
downloadstackrpms-82800d089b42be1f6d98afd13379db81f5e71ead.tar.gz
stackrpms-82800d089b42be1f6d98afd13379db81f5e71ead.tar.bz2
stackrpms-82800d089b42be1f6d98afd13379db81f5e71ead.zip
Merge branch 'freefilesync-bump' into 'master'
Freefilesync 10.13 Closes #8 See merge request bgstack15/stackrpms!64
Diffstat (limited to 'freefilesync/debian/RealTimeSync.desktop')
-rw-r--r--freefilesync/debian/RealTimeSync.desktop14
1 files changed, 14 insertions, 0 deletions
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
bgstack15