summaryrefslogtreecommitdiff
path: root/freefilesync/RealTimeSync.desktop
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2018-08-29 23:01:46 -0400
committerB Stack <bgstack15@gmail.com>2018-08-29 23:01:46 -0400
commitc58ae6782fe347dc206adcb5450d4ce57cd528ea (patch)
treeb9b8246b853abf1ef3334ef539554fa83de89e2a /freefilesync/RealTimeSync.desktop
parentinitial commit (diff)
downloadstackrpms-c58ae6782fe347dc206adcb5450d4ce57cd528ea.tar.gz
stackrpms-c58ae6782fe347dc206adcb5450d4ce57cd528ea.tar.bz2
stackrpms-c58ae6782fe347dc206adcb5450d4ce57cd528ea.zip
add freefilesync
Diffstat (limited to 'freefilesync/RealTimeSync.desktop')
-rw-r--r--freefilesync/RealTimeSync.desktop12
1 files changed, 12 insertions, 0 deletions
diff --git a/freefilesync/RealTimeSync.desktop b/freefilesync/RealTimeSync.desktop
new file mode 100644
index 0000000..dc1cfdf
--- /dev/null
+++ b/freefilesync/RealTimeSync.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Name=RealTimeSync
+GenericName=Automated Synchronization
+GenericName[pt_BR]=Sincronização Automatizada
+Comment=Real time synchronization
+Comment[pt_BR]=Sincronização em tempo real
+Exec=RealTimeSync
+Icon=RealTimeSync
+Terminal=false
+Type=Application
+StartupNotify=true
+Categories=GTK;Utility;
bgstack15