Colomban Wendling
Colomban Wendling
I haven't tested yet, but at first glance I'd guess that the UI doesn't use an input widget, and simply captures events and processes it in a custom fashion. This...
> Can using the init [function](https://libgit2.org/libgit2/#HEAD/group/blob/git_blob_filter_options_init) and [this](https://libgit2.org/libgit2/#HEAD/group/diff/git_diff_options_init) instead of assignment init fix the warnings? Good point, now done. It's sad to have to make "useless" calls like so, but...
Reverted for now, there's a version issue…
> Reverted for now, there's a version issue… Yeah… so libgit2 renamed `git_diff_options_init()` to `git_diff_init_options()` in 0.21, and back in 0.99.. All is well.
@eht16 sure, if that works as it should I'm all for it :) But for squashing the last commit I'm not sure, it also touches code that is unrelated to...
> Actually it might be because of `mate-media` package was removed from Debian. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971783 The bug mentioned doesn't speak about removal (yet), and it's hasn't. However, MATE changed the name...
Is that really an upstream issue? ```shell $ ./setup.py install --root=/tmp/mt-install […] $ find /tmp/mt-install -name setup.py [nothing] ```
Hello, wonderful you're giving all this a shot! :1st_place_medal: I don't have much time right now for looking into things here, but just a couple of points: > Checkboxes say...
I'm not quite sure, but maybe that's a specific use case of IBus. I see that in my MR @actionless linked, I set the property on something more specific than...
Geany supports GTK3 for a long time now, and more and more distributions are building it that way now. It still supports a GTK2 build and some of its plugins...