Matthew Brush

Results 196 comments of Matthew Brush

> I don't have the "DejaVu Sans Mono Regular" font variant Me either > Also, my snowman is always in the uncolored variant To copy into Geany, I had to...

This is what I get here: ```bash $ fc-match -s monospace | grep -i emoji NotoColorEmoji.ttf: "Noto Color Emoji" "Regular" ```

> So, the colored variant seems not relevant for the crash. Agree, it seems unlikely that it's related to the font, but @hroncok does have a different emoji font than...

At some point I had written a plugin like this, but I can no longer find the code. This would have a much better chance of getting merged if it...

@js361014 any reason you feel this is better as a core feature than a plugin?

I don't disagree with the search bar vs search dialog (for most cases), I'm just curious if there are any restrictions in the plugin API that make it infeasible as...

While I'm not strictly opposed to this in core, as far as I can see, nobody has given a reason (which doesn't apply equally to any plugin) why this doesn't...

@js361014 it's not _my_ philosophy per se, just a sort of convention. Examples of plugins which improve, extend, or replace builtin features, which one could equally argue ought to be...

Related: https://bugzilla.gnome.org/show_bug.cgi?id=630226 https://gitlab.gnome.org/GNOME/gtk/issues/234

It would have to use [`GFileMonitor`](https://developer.gnome.org/gio/stable/GFileMonitor.html) on the template file, seems perfectly do-able. For the latter part, something like [Bootswatch](https://bootswatch.com/) would probably do, and perhaps add a placeholder like `@@theme@@`...