gtg icon indicating copy to clipboard operation
gtg copied to clipboard

Getting Things GNOME! trunk

Results 230 gtg issues
Sort by recently updated
recently updated
newest added

GTG v0.6 installed from flathub.org/ Crashed every time on Debian 11 regular release after first successful start **Context:** Activation ```python-traceback None``` **Software versions:** * Getting Things GNOME! v0.6 * CPython...

I just installed gtg 0.6 from flathub and when I load the app, it encounters the following errror: ``` 2022-09-07 23:29:00,649 - INFO - backend_caldav:_do_periodic_import:137 - Running periodic import 2022-09-07...

bug
plugins

Fixes #926 . Fixes #912 . Changes `today` in `untouchedTasks.add_untouched_tag()` to be a `datetime.date` instead of a `datetime.datetime`, making the comparison at line 114 (which was previously throwing an exception)...

This allows GTG to have multiple backends of one kind at the same time. * GTG/backends/__init__.py (BackendFactory.get_saved_backends_list): Rename `backend` to `backend_id` for clarity. Call `config.rename_backend_section` on each backend for compatibility...

enhancement
plugins

The UI allows creating multiple CalDAV backends (and optionally giving them different, custom names), and they seem to work OK, but exiting and reopening GTG loses all but one backend...

Currently it seems that the CalDAV service only supports periodic synchronization. It would be very nice to have a button to trigger immediate synchronization without waiting for the next sync....

enhancement
priority:low
low-hanging-fruit
plugins

When checking for untouched tasks, untouchedTasks.py throws an exception at line 114: ` if new_time < today:` new_time is a `Date` object while `today` is defined at line 103 as...

I was just creating some tasks and this popped up, and it now seems to do that everytime I press backspace? I haven't restarted GTG yet, but I might after...

bug
priority:low
needinfo
patch-or-wont-happen

When I open GTG I'm greeted with a dialogue telling me to paste the following to an error report I hope this is useful ``` **Context:** Global generic exception ```python-traceback...

bug

Editing saved searches does not fully survive app restart - name is altered as expected, but icon and query stay the same.

bug
reproducible-in-git