diff options
author | Ryan P.C. McQuen <ryanpcmcquen@gmail.com> | 2014-06-30 09:01:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-30 09:13:08 +0700 |
commit | bc463a3817e89a976c9544eb2d97d514c8ea95c5 (patch) | |
tree | 0756bfa293a26e9b6f00110d988346cbf7207b04 /network/copy/CopyAgent.desktop | |
parent | e842bd8ef5a0c3162f5a295108f6b54f030066f5 (diff) | |
download | slackbuilds-bc463a3817e89a976c9544eb2d97d514c8ea95c5.tar.gz |
network/copy: Added desktop autostart file.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/copy/CopyAgent.desktop')
-rw-r--r-- | network/copy/CopyAgent.desktop | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/network/copy/CopyAgent.desktop b/network/copy/CopyAgent.desktop new file mode 100644 index 0000000000..cc13c5b02c --- /dev/null +++ b/network/copy/CopyAgent.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Encoding=UTF-8 +Version=1.0 +Type=Application +Terminal=false +StartupNotify=false +GenericName=File Synchronizer +Categories=Network;FileTransfer; +Exec=/opt/copy/x86/CopyAgent +Icon=copy-client +Name=CopyAgent +Comment=Sync files across computers, mobile devices, and to the web +X-GNOME-Autostart-enabled=true |