alexknop

Results 24 comments of alexknop

@Samueru-sama > This is what the KeepassXC `AppRun` contains: > > ``` > #!/usr/bin/env bash > > export PATH="$(dirname $0)/usr/bin:${PATH}" > export LD_LIBRARY_PATH="$(dirname $0)/usr/lib:${LD_LIBRARY_PATH}" > > if [ "$1" ==...

Hello @jesmrec thanks for getting to this so quickly. I should clarify that I am running on server version 10.16. I'm going to test this on a folder containing less...

Ok @joragua so i was able to reproduce. localModificationTimestamp: 2025-12-11 19:20:07.859 EST lastSyncDateForData: 2025-12-11 19:20:00.492 EST Which is triggering changedLocally. before downloading: ``` frankel:/data/user/0/com.owncloud.android.debug/files/owncloud/[email protected]%3A8080/Photos $ ls -lah Photos\ from\ 2023...

@jesmrec Thank you, however my solution is just a bandaid. There's likely a better solution. Especially considering my logs are showing the file downloaded multiple times. I didn't really take...