Cyril Danilevski

Results 38 comments of Cyril Danilevski

It seems that your vim uses Python2 instead of the expected Python3. Here's a post on an issue with more details: https://github.com/ets-labs/python-vimrc/issues/39#issuecomment-607429122

There might be two reasons why this issue appears: - either your vim does not support Python 3; - or you are using Python2 as an interpreter. ### Does vim...

We do, it used to be so before, I don't know what motivated the change.

It's a nice idea. This would requires changes to [`ImportManager.offer_web_import`](https://github.com/thinkle/gourmet/blob/543cee2c70f8fa39d7ec711158f996fc8c3c7730/gourmet/importers/importManager.py#L48) where the method could be updated so: ```python def offer_web_import(self, parent: Gtk.Window = None) -> None: """Offer to import URLs....

Thanks, I can't offer a solution just now, but I've made a note of this.

Out of curiosity, there is [a test wheel available here](https://github.com/kirienko/gourmet/releases/tag/v1.0.0-rc1), could you try installing it and check that the application is in German? Thanks! Cyril

Thanks @martinp26 for your in-depth investigation! I'm now able to run the application in different locales: ![image](https://user-images.githubusercontent.com/2159577/122673834-8e8ee980-d1d2-11eb-8525-de10f2c8eb6b.png) It's a bit hacked together at the moment (that is, *works on my...

Thanks for the prompt feedback, I can't reproduce this on my setup. Could you tell me what comes out when running the following command in a terminal? flatpak run io.github.thinkle.Gourmet...

I misread that you had already ran the application in a terminal. I cannot reproduce the issue on my computer, but I will try from a fresh installation.

Ok, this is a work in progress. The issue is two-fold: on one hand, there was a bug retrieving the print settings, thus failing silently. This is now resolved. On...