mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
da7795437b
comparing files between the server. Now it is more reasonable. Also, less use of the hardisk because now I implemented a QFileSystemWatch instance. This is much better and lets me know of file changes. Though, there is still a strain on the HD due to the constant SQLite access that I use. I can't figure out a nice way to find out what files were added (removed will be fore later) without listing the entire directory and comparing against the DB.
11 lines
239 B
Desktop File
11 lines
239 B
Desktop File
[Desktop Entry]
|
|
Encoding=UTF-8
|
|
Version=1.0
|
|
Type=Application
|
|
Terminal=false
|
|
Name=Owncloud Sync
|
|
Exec=/opt/owncloud_sync/bin/owncloud_sync
|
|
Icon=owncloud_sync
|
|
X-Window-Icon=
|
|
X-HildonDesk-ShowInToolbar=true
|
|
X-Osso-Type=application/x-executable
|