-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Message 'No todos in this file' after a task has been completed #692
Comments
@mdbdb is there by any chance some file sync happening in the background, for example Synchting, Dropbox, Google Drive and so forth? |
@mdbdb @TriggerDingus in @aisbergde @RobLW @42web-ch this is also a heads up for you guys. In the next pre-release ( I will furthermore remove the 3 settings we introduced over at #676. Instead I will introduce 1 new setting named Like this you will have all of Chokidar's options available and can adjust the filewatcher precisely to your environment. Since you might have already adapted to the 3 new options you will now need to apply your changes using the chokidar syntax. For example:
Chokidar has many more options, which can help figuring out a working setting for your particular environment. |
… reverting default filewatcher configuration to pre 2.0.12
@mdbdb @TriggerDingus before you start wrapping your head around all those Chokidar options, can I ask you to check out this pre-release and tell me if the issue still occurs? https://github.com/ransome1/sleek/releases/tag/v2.0.13-rc.2 If the config migration worked, it should regress to the behavior of sleek 2.0.11, where I understand you did not face these issues. @aisbergde @RobLW @42web-ch you're invited to check the new option and let me know if this works for you. |
I completed several tasks with the AppImage and no issues so far. I'll keep using it this afternoon and report if it happens again. |
I have the exact same issue. I tried it with a file that is not synced to any other storage. But I observed that the issue occurs if and only if the task is recurring: If I complete the following task
the UI will show no tasks any more, but if I complete
all remaining open tasks will stay on the UI as desired. |
What exactly does the UI show? And how do your filter settings look like in the drawer? |
Is this the latest pre-release (2.0.13-rc.2) or 2.0.12? If it is the latter, does the same happen with the pre-release as well? There is an AppImage in that release for a quick glance. |
I am still on 2.0.12, sorry for that. |
I just marked some of my tasks as done with version 2.0.13-rc.2 under the same conditions as before (todo.txt is synchronized via Syncthing). ➡️ The error no longer occurs! |
@mdbdb has been released with 2.0.13. If it occurs again, check back in here. We now have several ways to adjust to your environment with these settings. |
@ransome1 Hi, thanks for the update. I am switched from debian to arch on my work pc. All works fine on the new setup! |
Apologies I've been neglecting the app recently so not noticed changes/issues. I've just updated Fedora from 39 to 40. The issue took place then. When I opened the app and laid my mouse over the tabs, I noticed that it was referring to a location that I think was for temporary files.(sorry I forgot to make actual note or screenshot). Thinking about it now, I'm wondering does the app use a temporary file while open, and occasionally writes this back to the actual todo files?. EDIT: I'm using 2.0.13 flatpak. On a side note I also saw this error when starting, even though the file is there with setuid on it. |
Bug Report
App Version: 2.0.12
Platform: Linux
Installation Method: App Store (Flatpak)
Expected Behavior:
If I mark a task as completed, it should disappear from the list - all other (uncompleted) tasks should remain visible.
Actual Behavior:
I mark a task as completed, then all tasks disappear from the list and the message 'No todos in this file' is displayed.
I can now close the file and reopen it - so all uncompleted tasks are back. Or I can just change the window size and all tasks will reappear.
I noticed this behavior for the first time after updating to version 2.0.12. And the error really occurs every time I check off a task.
Steps to Reproduce:
Screenshots:
The text was updated successfully, but these errors were encountered: