Neui

Results 69 comments of Neui

It seems to be caused by the Hamster plugin. Since it says "ServiceUnknown" I guess you don't have [Hamster](https://github.com/projecthamster/hamster) installed. That it shouldn't block the execution is a bug in...

I agree, GTG should handles errors more gracefully in general (like the hamster plugin problem things). Looking at the last exception, `infobar` is None, which [according to the code](https://github.com/getting-things-gnome/gtg/blob/v0.6/GTG/gtk/browser/main_window.py#L1623-L1624=) is...

Probably missing [setproctitle](https://pypi.org/project/setproctitle/) dependency in the flatpak version, if I had to guess.

About the current sorting, it seems for "someday" for comparing dates it is turned into a date where it is a year from now (aka today): https://github.com/getting-things-gnome/gtg/blob/4dd1648572aa7d5eb3c4fdd370d08ad4a9610ab2/GTG/core/dates.py#L201-L203

> * Why does this even happen in the first place? Isn't the plugin object (i.e Gamify) destroyed? Just a guess, probably it just calls deactivate and removes it from...

Ok I managed to get myself Hamster installed and tested (and fix) various functionalities I could find. CC @flavin for review because you last updated the plugin (#465).

Inside the `backends.conf` under the `[backend_caldav]` line can you add a new line with `module = backend_caldav` and try again? Actually, it seems stuff like server and username hasn't been...

Is the `gtg.rst` used anywhere? Also, the `debug.sh` options are separate from normal GTG options (that you get for example with `./launch.sh -- --help`), so I wouldn't consider adding them...

Many of these options are GLib (options and help system), GApplication and GTK-added options (like `--display`), so not something we directly control. Since they might change outside of us, should...

I intentionally just included the most important ones, `-t` and `-n` are very rarely used, so I didn't included them.