Darshaka Pathirana
Darshaka Pathirana
The `pythonnet` dependency has been removed in 107fbac681 so the "pip install" error doesn't hit me anymore. I started an attempt to create a build script for Linux (Debian/buster) here:...
It just found and tried the [debug hook script](https://github.com/GothenburgBitFactory/timewarrior/blob/dev/ext/debug.py): Installed the file as `on-modify-debug.timewarrior` in `~/.task/hooks` and made it executable with `chmod +x on-modify-debug.timewarrior` but receive the following error: ```...
Not sure what is going on, but the [hooks docs](https://taskwarrior.org/docs/hooks.html) states for the input: > Input to hook scripts consists of JSON-formatted objects, one per line > [...] the task...
``` ❯ task config debug 1 ❯ task config debug.hooks 2 ❯ task start 302 Timer Config::load (/home/jkirk/.taskrc) 0.000341 sec No context. Found misnamed hook script /home/jkirk/.task/hooks/disable.on-modify.timewarrior Found hook script...
Silly me, the quotes were wrong: ``` ❯ (echo '{"description":"Test Timewarrior","entry":"20210924T061036Z","modified":"20210924T061054Z","status":"pending","tags":["today"],"uuid":"e605becc-0e83-4e32-92f7-c61ff688e7ed"}'; echo '{"description":"Test Timewarrior","entry":"20210924T061036Z","modified":"20210924T061054Z","start":"20210924T100015Z","status":"pending","tags":["today"],"uuid":"e605becc-0e83-4e32-92f7-c61ff688e7ed"}') | ./disable.on-modify.timewarrior {"description": "Test Timewarrior", "entry": "20210924T061036Z", "modified": "20210924T061054Z", "start": "20210924T100015Z", "status": "pending", "tags": ["today"], "uuid":...
No, the database file isn't deleted. And - as described in the STR - I have chosen the initial database file (`test.mmb`) from the file system. So that is not...
Sorry, it took quite a time to come back to this problem. Just had some time to reproduce the problem and checked the database on my computer: This time I...
Hi! Thank you for your suggestion. I like the idea. I haven't used the avahi-utils for quite some time now. But do I "guess" right (I just looked up an...
Are you talking about the beep sound at the end of the boot process? There is a `nobeep` boot option to "disable welcome chime, sounded before grml-quickconfig starts.", see: [Grml...
I would also vote for keeping the beep (both, after BIOS/UEFI and on grml-quickconfig). Thinking loud here: documenting a way to build a "quiet" Grml ISO would be fine though.